Dawn of the Tiberium Age (DTA) is a stand-alone mod that combines Tiberian Dawn (C&C 95) and Red Alert. While classic mode gets as close to the original game-play and balance as possible, Enhanced mode provides improved game balance and a lot of fun new stuff. DTA features many customization options for Skirmish and multiplayer (where you can play as GDI, Nod, Allies and Soviet on over 200 maps), challenging original singleplayer missions, as well as co-op missions. Since this is a stand-alone mod, you don't require anything but the mod itself to be able to play: the original game is not required.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS Multiplayer Saves (view original)
Multiplayer Saves
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
bsa.superflux
bsa.superflux - - 12 comments

Praise the creators! Hail the coders! o7

Reply Good karma Bad karma+5 votes
Olku_
Olku_ - - 2,074 comments

Best thing ever.

Reply Good karma Bad karma+4 votes
ThatWasLeftHanded
ThatWasLeftHanded - - 273 comments

Sounds awesome!

Reply Good karma Bad karma+2 votes
TAK02
TAK02 - - 584 comments

Unbelievable.
You managed to do something not even EA could.
+Respect.

Reply Good karma Bad karma+3 votes
SeriousToni
SeriousToni - - 626 comments

Indeed unbelievable, great job! :o

Reply Good karma Bad karma+1 vote
Milanium
Milanium - - 453 comments

How did you solve the problem?

Reply Good karma Bad karma+1 vote
Rampastring Author
Rampastring - - 1,188 comments

By researching and thinking about it a lot, and writing a bit of x86 ASM :)

It was actually surprisingly easy, I'm sure that if Westwood cared they could've pulled it off in like 5 minutes.

To put it shortly, Tiberian Sun already supported saving multiplayer games (as a leftover from RA1 where it was an actual feature). But it couldn't load them: once a saved game is loaded, the game cuts all connections to other players.

So, I simply made the game first load the saved game on startup, and form connections to the other players after the loading is complete. This way connections getting cut when the save is loaded doesn't matter, because I form the connections after the saved game has already been loaded. This required some x86 ASM code for calling the "load saved game" function and then the function that the game uses for creating connections.

For more details, see Ppmforums.com

Reply Good karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

The next version of DTA introduces an awesome feature that many thought was completely impossible: multiplayer saves. You are able to manually save multiplayer games and then load them via the client.

Possible disconnects, crashes or synchronization errors won't stop you from completing a game anymore, as long as you remembered to save occasionally during the game. To make the process simpler, you only have one multiplayer save slot available. In other words, saving a MP game will always overwrite your previous MP save.

We're also looking into the possibility of making the game auto-save every few minutes in multiplayer, removing the need for saving manually. But it won't make it into the next update yet.