Restart mission button.....missing
-
Alexxx
- New user
- Posts: 2
- Joined: 07 Sep 2008, 14:53
Restart mission button.....missing
I-m at mission 11 where i have to intercept a convoy....but the convoy got away from me.I got a save game that i keep loading in hope that i will eventually find a way to complete the mission......but there is nothing left to do anymore but to restart the mission....but there is no restart mission button.Got any ideas?
-
Army Unit
- Rookie

- Posts: 20
- Joined: 06 Sep 2008, 23:03
Re: Restart mission button.....missing
I wish that there is a re-start button too, mabby you could ask the devs to add one, or just build faster units 
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Restart mission button.....missing
It isn't as easy as just adding a button. Short term, not gonna happen. Long term? Maybe.
-
Chojun
- Regular

- Posts: 518
- Joined: 25 Nov 2006, 17:49
Re: Restart mission button.....missing
Yep, what Buginator said.
-
fisk0
- Trained

- Posts: 245
- Joined: 17 Aug 2008, 16:59
- Location: Stockholm, Sweden
Re: Restart mission button.....missing
couldn't it be done by having the game create a quicksave at the very beginning of a mission and then have a button to reload that save?
Desktop: AMD Athlon X3 440 3.0ghz, 4GB RAM, Radeon HD4200, Windows 7 Professional 64-bit
Laptop: AMD Athlon X2 QL-64 2.1Ghz, 3GB RAM, Radeon HD3200, Windows Vista Home Basic 32-bit & Ubuntu 9.04 64-bit
Laptop: AMD Athlon X2 QL-64 2.1Ghz, 3GB RAM, Radeon HD3200, Windows Vista Home Basic 32-bit & Ubuntu 9.04 64-bit
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: Restart mission button.....missing
My thoughts exactly. Not hard at all; it would just double the size of savefiles.fisk0 wrote:couldn't it be done by having the game create a quicksave at the very beginning of a mission and then have a button to reload that save?
-
themousemaster
- Regular

- Posts: 611
- Joined: 10 Nov 2006, 16:54
Re: Restart mission button.....missing
Which still makes it "not as easy as adding a button"Zarel wrote:My thoughts exactly. Not hard at all; it would just double the size of savefiles.fisk0 wrote:couldn't it be done by having the game create a quicksave at the very beginning of a mission and then have a button to reload that save?
-
EvilGuru
- Regular

- Posts: 615
- Joined: 23 Jun 2007, 22:41
Re: Restart mission button.....missing
Don't suppose any of you have looked at game.c recently 
Most of the developers try their up-most to avoid touching save games at-all-costs, unless of course it is absolutely necessary. Hopefully when the file format is changed (2.2 or 2.3, maybe) modifying it will not be as gruesome.
Regards, Freddie.
Most of the developers try their up-most to avoid touching save games at-all-costs, unless of course it is absolutely necessary. Hopefully when the file format is changed (2.2 or 2.3, maybe) modifying it will not be as gruesome.
Regards, Freddie.
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Restart mission button.....missing
I didn't say it was hard, but there is more to it than one would think.Zarel wrote:My thoughts exactly. Not hard at all; it would just double the size of savefiles.fisk0 wrote:couldn't it be done by having the game create a quicksave at the very beginning of a mission and then have a button to reload that save?
That, and the fact that right now, everyone is busy with real life stuff, so things are inching along very, very slowly.
If anyone wants to add support for this, go for it.
-
Alexxx
- New user
- Posts: 2
- Joined: 07 Sep 2008, 14:53
Re: Restart mission button.....missing
Started the game all over again.....saved the game each time i finished a mission....it's the only thing u could do.
It would be a good idea to add a button.And i'm surprised there is't already one......
It would be a good idea to add a button.And i'm surprised there is't already one......
-
Kamaze
- Regular

- Posts: 1017
- Joined: 30 Jul 2006, 15:23
Re: Restart mission button.....missing
Yes, it should be rather easy, by implementing auto save after each mission, since the game needs to know your current state (base, units etc...)
We all have the same heaven, but not the same horizon.
-
Chojun
- Regular

- Posts: 518
- Joined: 25 Nov 2006, 17:49
Re: Restart mission button.....missing
The fact that there isn't a button really is a tribute to Warzone's greatness and uniqueness.Alexxx wrote:Started the game all over again.....saved the game each time i finished a mission....it's the only thing u could do.
It would be a good idea to add a button.And i'm surprised there is't already one......
Most RTS games will leave you with a blank slate at the beginning of every mission. In Warzone, your performance on the first mission can and will have implications on your status on the final mission. One of the things I love about Warzone.
-
fisk0
- Trained

- Posts: 245
- Joined: 17 Aug 2008, 16:59
- Location: Stockholm, Sweden
Re: Restart mission button.....missing
Yes, that is a great thing about Warzone, there are very few RTS games that uses that campaign style, but still, an auto-save at the beginning of the mission wouldn't change that.Chojun wrote:The fact that there isn't a button really is a tribute to Warzone's greatness and uniqueness.![]()
Most RTS games will leave you with a blank slate at the beginning of every mission. In Warzone, your performance on the first mission can and will have implications on your status on the final mission. One of the things I love about Warzone.
About "doubling the size of the save files", would changing the save files really be needed? Why not just do it like many games that have auto-saves already do - create a new, standard save file, named by the game to keep it apart from the others?
could be something like "auto-save_[campaign+missionnumber]-[playername]" (the player name would be useful if there are more than one person playing the game on one computer). And then having a script thing that reads the file name to see which cam, mission and player the save file was created for so it won't load the wrong save file. Possibly the auto saves could be stored in a subfolder to keep it apart from the manual saves.
I'm sure this would need a lot of coding to implement too, and might not be a high priority at the moment, but would it really need to change the way save files are written?
Desktop: AMD Athlon X3 440 3.0ghz, 4GB RAM, Radeon HD4200, Windows 7 Professional 64-bit
Laptop: AMD Athlon X2 QL-64 2.1Ghz, 3GB RAM, Radeon HD3200, Windows Vista Home Basic 32-bit & Ubuntu 9.04 64-bit
Laptop: AMD Athlon X2 QL-64 2.1Ghz, 3GB RAM, Radeon HD3200, Windows Vista Home Basic 32-bit & Ubuntu 9.04 64-bit