Crosshair not showingSolved

hey my settings:

"No Held Item Mode": true,
"No Held Item Mode - Disable remover tool when you have any item in hand": true,
"No Held Item Mode - Show Crosshair": true,
"No Held Item Mode - Crosshair Image Url": "https://i.imgur.com/SqLCJaQ.png",

but after the last update the crosshair is not showing anymore

You should set them to "0.5 0.5".

    "No Held Item Mode - Crosshair Box - Min Anchor (in Rust Window)": "0.5 0.5",
    "No Held Item Mode - Crosshair Box - Max Anchor (in Rust Window)": "0.5 0.5",

I seem to have set them to the incorrect defaults. lol

I just checked .cs file and already set to
 [JsonProperty(PropertyName = "No Held Item Mode - Crosshair Box - Min Anchor (in Rust Window)")]
                public string crosshairAnchorMin = "0.5 0.5";

                [JsonProperty(PropertyName = "No Held Item Mode - Crosshair Box - Max Anchor (in Rust Window)")]
                public string crosshairAnchorMax = "0.5 0.5";

                [JsonProperty(PropertyName = "No Held Item Mode - Crosshair Box - Min Offset (in Rust Window)")]
                public string crosshairOffsetMin = "-15 -15";

                [JsonProperty(PropertyName = "No Held Item Mode - Crosshair Box - Max Offset (in Rust Window)")]
                public string crosshairOffsetMax = "15 15";​

Do i delete the "public string crosshairAnchormax" text ?

You don’t need to modify the .cs file, just modify the config.
I will fix it in the next update
5c18c7da631b5.jpg Arainrr
You don’t need to modify the .cs file, just modify the config.
I will fix it in the next update

Ok thanks

yep thanks for the quick response :)
Herb
yep thanks for the quick response :)

Hi Herb can you mark it solved . saves going back to it

Locked automatically