Restart mission button.....missing

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Alexxx
New user
Posts: 2
Joined: 07 Sep 2008, 14:53

Restart mission button.....missing

Post by Alexxx »

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?
User avatar
Army Unit
Rookie
Rookie
Posts: 20
Joined: 06 Sep 2008, 23:03

Re: Restart mission button.....missing

Post by Army Unit »

I wish that there is a re-start button too, mabby you could ask the devs to add one, or just build faster units :3
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Restart mission button.....missing

Post by Buginator »

It isn't as easy as just adding a button. Short term, not gonna happen. Long term? Maybe.
Chojun
Regular
Regular
Posts: 518
Joined: 25 Nov 2006, 17:49

Re: Restart mission button.....missing

Post by Chojun »

Yep, what Buginator said.
fisk0
Trained
Trained
Posts: 245
Joined: 17 Aug 2008, 16:59
Location: Stockholm, Sweden

Re: Restart mission button.....missing

Post by fisk0 »

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
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: Restart mission button.....missing

Post by Zarel »

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?
My thoughts exactly. Not hard at all; it would just double the size of savefiles.
themousemaster
Regular
Regular
Posts: 611
Joined: 10 Nov 2006, 16:54

Re: Restart mission button.....missing

Post by themousemaster »

Zarel wrote:
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?
My thoughts exactly. Not hard at all; it would just double the size of savefiles.
Which still makes it "not as easy as adding a button" :P
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: Restart mission button.....missing

Post by EvilGuru »

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.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: Restart mission button.....missing

Post by Buginator »

Zarel wrote:
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?
My thoughts exactly. Not hard at all; it would just double the size of savefiles.
I didn't say it was hard, but there is more to it than one would think.
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

Post by Alexxx »

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......
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: Restart mission button.....missing

Post by Kamaze »

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
Regular
Posts: 518
Joined: 25 Nov 2006, 17:49

Re: Restart mission button.....missing

Post by Chojun »

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......
The fact that there isn't a button really is a tribute to Warzone's greatness and uniqueness. :3

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
Trained
Posts: 245
Joined: 17 Aug 2008, 16:59
Location: Stockholm, Sweden

Re: Restart mission button.....missing

Post by fisk0 »

Chojun wrote:The fact that there isn't a button really is a tribute to Warzone's greatness and uniqueness. :3

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. :)
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.
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