You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Setting an extra argument to a value starting with a dash does not work, e.g.:
-e NS_EXTRA_ARGUMENTS="+slide_step_velocity_reduction -1000"
This ends up running the dedicated server like:
NorthstarLauncher.exe "+slide_step_velocity_reduction" "-1000"
The dedicated server is probably interpreting the -1000 as a command-line flag, so it's ignored when parsing the actual args.
Solution: Force convars to be set in the generated autoexec file if the value starts with a dash, ensuring the value is parsed as a number and not a flag.
https://discord.com/channels/920776187884732556/925109421552566273/935543420385132655
The text was updated successfully, but these errors were encountered: