• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

How do F*** do you do this????

Status
Not open for further replies.

Soras_shadow

S

Soras_shadow

I've been having a problem with my map and it's driving me nuts. I want to make it so when the main unit im using (its an RPG map) steps on a certain region, the map changes and loads another map. NOw i've tried just about everything but for some reason all that comes up is the main menu for TFT. It's put my whole map on hold and tottally frustrated me. Can someone help me out?
 
okay... i think this is right...

event: ?????
condition: ?????
action: game; set next level, map name
and then you add, when the unit enters a region, victory of map? i think. something like that... i know im close to being rite.. i hope




?????= you fill in
 
I know every part of it except how bliz makes it so monsters don't respawn

Unit Enters Region
Conditions
w/e
Actions
Create a game cache from RPGSave.w3v
Store (Hero) in game cache
Store Gold
Save Game cache
Set next map in campaign to X Map
Victory player1 skip dialogs and skip scores
 
i know how do thay do that :D
Eisura "Create a game cache from RPGSave.w3v"
not so interesting,because if you want to play it again you'll need to start EVERYTHING again !

i use this one: Game catch create a game catch from (name (name of player1))


So now if you change your name at TFT you may start all again ;)~

P.S. if you don't believe me just try it :roll:
____________________________________
and about your problem:
1) if your campaing like my and consist of several maps not at 1 map campaing than you'll need to set nextlevel \Maps\yourmapname.***

2) if you map is a fully campaing than may be you testing map from map editor , no more buttons at campaing screen are open.
 
You can just look at the campaign that is in the My Computer/C:/Program Files/Warcraft III/Campaigns/DemoCampagin...



THERE! :twisted:
 
VampireKB said:
i know how do thay do that :D
Eisura "Create a game cache from RPGSave.w3v"
not so interesting,because if you want to play it again you'll need to start EVERYTHING again !

i use this one: Game catch create a game catch from (name (name of player1))


So now if you change your name at TFT you may start all again ;)~

P.S. if you don't believe me just try it :roll:
____________________________________
and about your problem:
1) if your campaing like my and consist of several maps not at 1 map campaing than you'll need to set nextlevel \Maps\yourmapname.***

2) if you map is a fully campaing than may be you testing map from map editor , no more buttons at campaing screen are open.

Don't be a smartass, nobody likes smartasses.
 
I know every part of it except how bliz makes it so monsters don't respawn
You stop the monsters from respawning and save visibility by making a custom save instead of just a game cache save. Then when you go back to another map you load the saved game and load the information from the game cache.
 
i'm not the smartest :oops:
here are much more ppl that know more about WE and WEU than me (i don't know WEU at all :(

but i have several ideas about using integers for activating\disactivating triggers after each map

for the main question
at my map there are 2 maps :map1 and map2
if i want to go from map1>map2
i need to trigger it so:
unit enters region "X"

set nex map :map2.w3x(for TFT) map3.w3m (for others)
win for currect player(pl1 or somb else) skip all
 
Status
Not open for further replies.
Back
Top