Jump to content

HELP Add custom Scope HUD


YuriBengala

Recommended Posts

I managed to introduce a PSO in game, but i don't know how can i change the HUD, i know it has something to do with ""Items/Weapons/HUD/sniper_zoom_overlay"/> " but i can add a new adress to the HUD, any ideas?

 

<sovietpack>
<append xpath="item_modifiers">
	<item_modifier name="PSO Scope" installable_tags="PSO" blocked_tags="shotgun" modifier_tags="scope" type="attachment">
	<property name="Stacknumber" value="1"/>
	<property name="CustomIcon" value="PSO"/>

	<item_property_overrides name="*">
		<property name="CrosshairOnAim" value="true"/>
		<property name="Zoom_overlay" value=[color="#FF0000"]"Items/Weapons/HUD/sniper_zoom_overlay"/>[/color]
		<property name="Zoom_max_out" value="30"/>
		<property name="Zoom_max_in" value="20"/>
	</item_property_overrides>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...