When I try to load a savegame on BalancedTA 7.12/Spring 0.8.1.2 I get the following error: "No map selected in startscript."
The savegame map is DeltaSiege, so I'm not sure why it isn't working.
Savegames Not Loading
Moderator: Moderators
Re: Savegames Not Loading
I suppose you are using the hard-coded save system, and not my own Lua pseudo-save system.
Either way, you now know the alternative.
Either way, you now know the alternative.
Re: Savegames Not Loading
44x wrote:When I try to load a savegame on BalancedTA 7.12/Spring 0.8.1.2 I get the following error: "No map selected in startscript."
The savegame map is DeltaSiege, so I'm not sure why it isn't working.
have the same. i think there was already a version of Spring with a working Load/Save function...
Re: Savegames Not Loading
There was never a 100% working save/load function (it was close for a very long while but never worked right for single-player AI matches, which was pretty much the only really useful thing they could be used with)... contributions to this portion of the codebase seems (not a dev myself so not sure on this) to have been deprioritized by the people who actually want to donate their time to engine development so its entirely possible it's continued to get worse over time.prankster wrote:44x wrote:When I try to load a savegame on BalancedTA 7.12/Spring 0.8.1.2 I get the following error: "No map selected in startscript."
The savegame map is DeltaSiege, so I'm not sure why it isn't working.
have the same. i think there was already a version of Spring with a working Load/Save function...
Recently new "hooks" were put into place in the engine to make it easier for Lua based save/load solutions to function so it is likely that in the end a game-side solution will be THE solution and the engine-side solution will continue to become further outdated.
I would expect, now that the engine is dealing with Lua based save/load schemes, lobby integration thereof is not too far off.
BTW, I'm a moron who likes to be heard and might be wrong in anything I said.
Re: Savegames Not Loading
It's the other ways around:
- It's the recent implementation of Lua based save systems that has prompted Tobi to make add Lua hook to save/load.
- Lobby integration was already there for the hard coded save system. However, if split into a myriad different Lua systems, lobby integration will be impossible.
- It's the recent implementation of Lua based save systems that has prompted Tobi to make add Lua hook to save/load.
- Lobby integration was already there for the hard coded save system. However, if split into a myriad different Lua systems, lobby integration will be impossible.
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Re: Savegames Not Loading
no, there was a 100% working version about 2 years ago, and it was working with AIs and even in multiplayer, but several changes to the engine broke it in a non trivial way and nobody was interested to fix itSinbadEV wrote: There was never a 100% working save/load function (it was close for a very long while but never worked right for single-player AI matches, which was pretty much the only really useful thing they could be used with)... contributions to this portion of the codebase seems (not a dev myself so not sure on this) to have been deprioritized by the people who actually want to donate their time to engine development so its entirely possible it's continued to get worse over time.
the engine-side solution is now the lua hooks for modsSinbadEV wrote:Recently new "hooks" were put into place in the engine to make it easier for Lua based save/load solutions to function so it is likely that in the end a game-side solution will be THE solution and the engine-side solution will continue to become further outdated..