Unfortunately I haven't had much luck with the other triggering method of creating teams ingame with triggers-dialogue buttons (but I'll keep at it.)
However, I discovered that the map "Eras Zombie Invasion" allows you to select your team in the lobby by having you select colors labeled with the team names. I've been trying to find a copy of the map to look at its triggers, but have had no success. (idk how Bnet doesn't have it).
Does anyone know how to create team selection options with colors in the lobby?
what a hacker :D map is locked as most of them and creators are dicks so they wont give u the map just to learn, and even if u would get it in other ways, there wouldnt be included how its done.
It uses Game Attributes (at toolbar Map > Game Attributes next to Game Variants).
It hides game variants properties and uses those Attributes for players to choose from and sets the Icons with colors (it uses self made custom Icons of all 12 players colors for races, choises).
and in triggers Picks Every Player and goes through the conditions like:
condition function Attribute Player Value
( Nations value for player (Picked player) ) == England
actions
lol, gotta hack to learn to code triggers. :D I was under the assumption that all maps available for download through the Staredit Bnet server were "open" maps that the author didn't want or care about locking.
If you have this in a map, can you upload the map? thanks
if u would hack the map the code would be in Text (now when u add triggers its like Objects) and to find and understand something there for Newbies in programming is just pain and long hours or even days to understand what does what. It would be like reading the whole book of 100 pages.. So hacking something for triggers to learn isnt worth the time in this case for sure.
Bad assumption indeed. Most of self respecting people dont publish maps for everyone to download and learn since most of that "learn" would be making some shitty changes and uplaoding as ur own. So they really care for their own creations.
I have it, but it wont be any use for u and I really wont give u the files. Maybe someone else be willing to do for u or will teach how to do it. And if u still dont understand YOU wont benefit from the map if u dont see triggers in GUI (not plain text form)
those "Thanks" in every post when noone even willing to help....
what a hacker :D map is locked as most of them and creators are dicks so they wont give u the map just to learn, and even if u would get it in other ways, there wouldnt be included how its done.
It uses Game Attributes (at toolbar Map > Game Attributes next to Game Variants).
It hides game variants properties and uses those Attributes for players to choose from and sets the Icons with colors (it uses self made custom Icons of all 12 players colors for races, choises).
and in triggers Picks Every Player and goes through the conditions like:
condition function Attribute Player Value
( Nations value for player (Picked player) ) == England
actions
i gave u the explanation how its done.. Sorry that i cant make anything clear for u and we have to talk about same shit again and again
Unfortunately I haven't had much luck with the other triggering method of creating teams ingame with triggers-dialogue buttons (but I'll keep at it.)
However, I discovered that the map "Eras Zombie Invasion" allows you to select your team in the lobby by having you select colors labeled with the team names. I've been trying to find a copy of the map to look at its triggers, but have had no success. (idk how Bnet doesn't have it).
Does anyone know how to create team selection options with colors in the lobby?
Thanks
Anyone have that map in their editor?
@Intranetusa: Go
what a hacker :D map is locked as most of them and creators are dicks so they wont give u the map just to learn, and even if u would get it in other ways, there wouldnt be included how its done.
It uses Game Attributes (at toolbar Map > Game Attributes next to Game Variants).
It hides game variants properties and uses those Attributes for players to choose from and sets the Icons with colors (it uses self made custom Icons of all 12 players colors for races, choises).
and in triggers Picks Every Player and goes through the conditions like:
condition function Attribute Player Value
( Nations value for player (Picked player) ) == England
actions
lol, gotta hack to learn to code triggers. :D I was under the assumption that all maps available for download through the Staredit Bnet server were "open" maps that the author didn't want or care about locking.
If you have this in a map, can you upload the map? thanks
@Intranetusa: Go
if u would hack the map the code would be in Text (now when u add triggers its like Objects) and to find and understand something there for Newbies in programming is just pain and long hours or even days to understand what does what. It would be like reading the whole book of 100 pages.. So hacking something for triggers to learn isnt worth the time in this case for sure.
Bad assumption indeed. Most of self respecting people dont publish maps for everyone to download and learn since most of that "learn" would be making some shitty changes and uplaoding as ur own. So they really care for their own creations.
I have it, but it wont be any use for u and I really wont give u the files. Maybe someone else be willing to do for u or will teach how to do it. And if u still dont understand YOU wont benefit from the map if u dont see triggers in GUI (not plain text form)
those "Thanks" in every post when noone even willing to help....
Hmm, so you're saying the player #/team selection via lobby is overly complex? And that I should just create player #/teams via ingame triggers?
eh, I put thanks as habit in my post.
i gave u the explanation how its done.. Sorry that i cant make anything clear for u and we have to talk about same shit again and again
@TwoDie: Go
Yeh, I think I'll need to go back to the basics to figure out what you're saying. I'm off to youtube guides I guess...