[Script/Skin] Custom Reticle + CoD Hitmark

Post Reply
User avatar
S_hift
Posts: 1963
Joined: Fri Dec 23, 2011 1:42 pm

[Script/Skin] Custom Reticle + CoD Hitmark

Post by S_hift »

For 1.40 users add these lines to your autoexec.cs if you already have the hitmarker.cs This will update your hitmark to a fourth of a second. This will also update the custom name listing or you can find the lines in the HitMark.cs

on a side note; be sure to change your screen resolution to more common types like 1920x1080, 1024x768 ect.
Especially when installing HitMark.cs into a stock 1.40 you HAVE to adjust your screen resolution for it to work.

http://thelandofoz.net/downloads/TRIBES ... ark_v2.zip

Code: Select all

$Legendz::HitMarkEnemy = "CoDHitMarker.png";
$Legendz::HitMarkFriendly = "CoDHitMarker.png";
$Legendz::HitMarkTime = 0.4;
H_Reticle.png
H_Reticle.png (2.94 KiB) Viewed 1815 times
CoDHitMarker.png
CoDHitMarker.png (2.88 KiB) Viewed 1815 times

For 1.11/1.30/1.50 Requires Presto pack
Plase these preferences somewhere in your autoexec.cs to disable the pesky team hud and the large obtrusive DynHud

Code: Select all

$PrestoPref::TeamHud = "false";
$PrestoPref::DynHud = "false";
http://library.theexiled.pwnageservers. ... php?id=443
http://library.theexiled.pwnageservers. ... php?id=563
http://library.theexiled.pwnageservers. ... php?id=446

This is the hitmarker I use for 1.11 its identical to the one I use for 1.40 I've included a link for the Reticle for 1.11 in pbmp format

Be sure to add this to your Autoexec.cs somewhere after these two lines: exec("presto\\install.cs"); exec("Autoload.cs");

Code: Select all

Include("HitMark\\HitMark.cs");
HitMark.zip
(2.71 KiB) Downloaded 165 times
h_reticle.zip
(273 Bytes) Downloaded 165 times
Image <--Click here to subscribe to S_hift's youtube
Click here for full access to all my tribes downloads
Post Reply