• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to make a rematch?

Status
Not open for further replies.
Level 3
Joined
Aug 14, 2006
Messages
29
Hey guys!

I dont know about any of you know the game Tides of Blood or Card Shuffle.

However, when a game is finnished, it reset everything.

Now my question is: how do i create that?

I could ofcause make the game save in start, and then when it is finnish, just make it load the saved game, but i think many will lagg out under the save, and i think people will find this type of remake annoying.
 
Level 3
Joined
Sep 24, 2006
Messages
38
zero_ZX said:
Hey guys!

I dont know about any of you know the game Tides of Blood or Card Shuffle.

However, when a game is finnished, it reset everything.

Now my question is: how do i create that?

I could ofcause make the game save in start, and then when it is finnish, just make it load the saved game, but i think many will lagg out under the save, and i think people will find this type of remake annoying.

Hey there! :D Well, I'm not sure how to do it the easy and efficient way, but you can make regions where all the units are and then when you rematch it makes the screen black and it spawns all the units.

Sorry if it doesn't make sense :x but you could try that.
 
Level 4
Joined
Aug 28, 2006
Messages
77
I don't think that i can be much help but, make a boolean called GAMETIME and all the regions where you want your units/building/ect. to go. Then make a trigger like this

Events:
Map Initiation
Player 1 (red) types a chat message containing
-gametime as an exact match

Conditions: GAMETIME equal to false

Actions: Place (unit) at (region and all that stuff

:)

then make an other trigger....

Events: Player 1 (red) types a chat message containing -end as an exact match

Conditions: GAMETIME equal to true

Actions: Pick all units in playable map area and do action: Kill picked unit

This is the best way i can think of doing it. There is problobly a custom script or somthing to do it automaticaly. :D :D :D :D :D :D :eek: :eek: :shock:
 
Level 4
Joined
Aug 28, 2006
Messages
77
Oh, I forgot somthing :roll: . You may want to put the wait action for like 0.5 seconds before each unit spawn if you have a big map. Like in Green TD they made all of the units spawn at slightly diferent times because the game would crash :? .
 
Level 2
Joined
Sep 21, 2006
Messages
9
zero_ZX said:
Hey guys!

I dont know about any of you know the game Tides of Blood or Card Shuffle.

However, when a game is finnished, it reset everything.

Now my question is: how do i create that?

I could ofcause make the game save in start, and then when it is finnish, just make it load the saved game, but i think many will lagg out under the save, and i think people will find this type of remake annoying.

Hmm,can i take a look on your map?Because not everyone's map trigger are same.It need to set up depends on each map.
 
Status
Not open for further replies.
Top