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
Reproducing:
Launch Northstar in vanilla compatibility mode (VanillaPlus is not required. Launching the game via steam with the launch options -northstar -vanilla -profile=rhsdiudfkbjsd is enough. The profile is gibberish to load no mods)
Launch a private match
Change the settings a bit
Launch the game
Settings are default
I found out about this due to an issue on the VanillaPlus repo about this same thing. Thought I'd messed something up, but discovered launching with no mods still caused it to happen
My knowledge of C++ simply isn't enough to work on Northstar yet to figure out why this happens. I don't think it's related to the client starting a listen server over joining a Respawn server, as you can't run sv_cheats (or at least, to my knowledge. Running sv_cheats 1, then typing sv_che shows it autofill to sv_cheats 0, which afaik means it didn't work)
The text was updated successfully, but these errors were encountered:
We just do private match stuff completely differently to respawn. I was under the impression that the changes were all in script and stuff, but I could definitely be wrong there
Reproducing:
Launch Northstar in vanilla compatibility mode (VanillaPlus is not required. Launching the game via steam with the launch options
-northstar -vanilla -profile=rhsdiudfkbjsd
is enough. The profile is gibberish to load no mods)Launch a private match
Change the settings a bit
Launch the game
Settings are default
I found out about this due to an issue on the VanillaPlus repo about this same thing. Thought I'd messed something up, but discovered launching with no mods still caused it to happen
My knowledge of C++ simply isn't enough to work on Northstar yet to figure out why this happens. I don't think it's related to the client starting a listen server over joining a Respawn server, as you can't run
sv_cheats
(or at least, to my knowledge. Runningsv_cheats 1
, then typingsv_che
shows it autofill tosv_cheats 0
, which afaik means it didn't work)The text was updated successfully, but these errors were encountered: