-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Steel Storm] Erroneous server connection during loading screen #203
Comments
As a test only removing this line prevents the random connection and it shows the splashes correctly now as well. https://github.com/DarkPlacesEngine/DarkPlaces/blob/master/cl_main.c#L608 |
I'm not part of the DarkPlaces dev team, just someone who maintains the Zircon engine (a modified DarkPlaces) ... In my humble opinion, you should rummage through Motorsep's githubs and see if there is SteelStorm one and report this there ... https://github.com/motorsep/StormEngine2 Most games are locked to specific version of DarkPlaces and Steelstorm is likely no exception ... it isn't that it "won't run" in a different version but rather small things change over time and the version of DarkPlaces from the SteelStorm era might not even be compatible with DarkPlaces 2014 --- which while not recent at all -- is the most recent stable version --- and SteelStorm pre-dates that by years if I recall. Which is to say, your best shot is compiling the DarkPlaces from that Steel Storm release. /3rd party thoughts |
I mean other than these three things the game runs great. The advantages of keeping the game working on newer Darkplaces is SDL2 and any compiler quirks that arise being solved by a codebase that's actively maintained. There would be nothing for motorsep to manage here as there's nothing wrong with the Steel Storm codepath itself. At the very least could use a handful of ifdefs to only apply the newer changes to the Quake side of the codepath. Or these could possibly be bugs for other games, in which case a broader fix would help everyone involved. Storm Engine 2 was for a game that was never released as far as I'm aware. |
Those would be regressions, which are bugs. All games should work on current DP just as they did on old DP, and anyone is encouraged to file issue reports for any regressions. |
Starting at 7dedbcb24623a668a1a3229c77e7b1094196cd35
Steel Storm tries to connect to a random old Quake server and waits about 10 seconds during retries
This no longer exists and only started happening after mentioned commit.
The text was updated successfully, but these errors were encountered: