Page 1 of 1
Swapping crosshairs of weapons?
Posted: Tue Dec 23, 2008 7:00 pm
by Garzahd
How do I do this without bitmap injection?
I looked a bit in the weap tag but nothing jumped out at me.
Re: Swapping crosshairs of weapons?
Posted: Tue Dec 23, 2008 7:03 pm
by tucker933
Garzahd wrote:How do I do this without bitmap injection?
I looked a bit in the weap tag but nothing jumped out at me.
Go into a dependency swapper on the weapon you want in HHT of Eschaton and find a tag [wphi] and swap it with the weapon which has the cross hairs you want.

Posted: Tue Dec 23, 2008 7:06 pm
by DeadHamster
wphi swaps will swap the entire hud. In eschaton, you can swap individual parts of the HUD, but I've forgotten how. Philly knows, I remember him telling me. :O
Posted: Tue Dec 23, 2008 7:07 pm
by MoDFox
I don't think he wants the whole weapon interface, just the reticle.
Posted: Tue Dec 23, 2008 7:08 pm
by tucker933
Well it works fine as long as your swapping clipped weapons with clipped and plasma weapons with plasma weapons.
Thats the only way I know how to do it =\
Posted: Tue Dec 23, 2008 7:13 pm
by Altimit01
Assuming your wphi references the bitm tag you want, but you want to change the actual reticle then go into the wphi tag with Eschaton and edit either
wphi:crosshairs:crosshairs overlays:bitmap subindex (I think that changes which bitmap image it uses for bitm tags that have multiple images).
or
wphi:crosshairs:crosshairs overlays:sequence index (for changing which reticle to use when there are multiple reticles on the same image).
Posted: Tue Dec 23, 2008 7:22 pm
by WaeV
what if you swapped a bitm reference in the wphi tag?
Posted: Tue Dec 23, 2008 7:37 pm
by Garzahd
Altimit01 wrote:Assuming your wphi references the bitm tag you want, but you want to change the actual reticle then go into the wphi tag with Eschaton and edit either
wphi:crosshairs:crosshairs overlays:bitmap subindex (I think that changes which bitmap image it uses for bitm tags that have multiple images).
or
wphi:crosshairs:crosshairs overlays:sequence index (for changing which reticle to use when there are multiple reticles on the same image).
Yup, that got it. Thanks for everyone's help.