Description
Makes weapons accurate when going in ADS mode and removes crosshair for a better experience.
Some weapons keep the crosshair like bows and crossbows, and crossbows have been adjusted accordingly for when using certain attachments.
Server side only
Safe to install on current save
Download
DOWNLOAD (2 KB)
If you appreciate Black Wolf’s work and you want to show support, use this donate link.
Credits: Black Wolf
If you have any questions or have any problems/bugs, please use the support link (Discord, Forum Topic, GitHub Issues, etc.) in the post. If there is no support link in the post, please use the comments section.
Does it Worl for the 2.0 Stable, and Is it compatible with the vanilla rework of izy?
Izy always includes an optional version of their mod that disables crosshair, their weapons are always 100% accurate. Also yes it works in 2.0 for vanilla guns.
Sadly the version for 7dtd 2.0 didnt bring the optional mods
i’m aware of this, but the fix is simple enough. Just go into items.xml and item_modifiers.xml of each weapon type folder of the Izayo’s mod and change every line
<property name=”CrosshairOnAim” value=”true”/>
to
<property name=”CrosshairOnAim” value=”false”/>
if present.