PDA

View Full Version : Need help whit Ret Dot


dastra
24th May 2005, 01:16
Who know the way to make my reticule dot bigger ,not a reticul lock but just the dot bigger ?

JahovasWitness
24th May 2005, 01:26
can i ask why u would want to do that? :)

.TriCycle.
24th May 2005, 03:56
lmao, whats the point w/o a retlock.... unless you want it b/c u have bad eyes.... hmmm

cant help you though sorry.

drewpaul86
24th May 2005, 08:46
or maybe he already has a retlock and just has the ret disabled. i'd say use drawbox from canvas and set the x/y to x = clipx / 2 and y = clipy / 2 that set's it to the center of the screen. just mess around with it a bit. i don't have the exact code right now cause i don't feel like opening utpt yet. sry

frikos
24th May 2005, 13:01
yeah thats how i did it...
i just used canvas to draw mi own reticule, looks pretty real...
it also opens if i'm running / walking, and stays closed when i'm crouched

its really simple to do ;)

schieter
26th May 2005, 21:41
copy this in your Rash-Mod in Ravenshield.mod under Reticule List:

m_aReticuleList=(m_szReticuleId="WITHWEAPON",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="WITHWEAPONDOT",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="CROSS",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="CIRCLE",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="WRETICULE",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="RIFLE",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="SNIPER",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="CIRCLEDOT",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="CIRCLEDOTLINE",m_szReticuleClassName="R6Weapons.R6dotreticule")
m_aReticuleList=(m_szReticuleId="DOT",m_szReticuleClassName="R6Weapons.R6WithWeaponReticule")
m_aReticuleList=(m_szReticuleId="GRENADE",m_szReticuleClassName="R6Weapons.R6GrenadeReticule")

dastra
27th May 2005, 14:35
thank you schieter !

Thats what i need but is there a way to do this but whit the cross who open and close ?