• 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.

[General] button not showing up

Status
Not open for further replies.
Level 28
Joined
Aug 7, 2015
Messages
603
upload_2020-11-23_9-24-44.png
upload_2020-11-23_9-25-46.png


Can anyone please tell me what the problem is? I was making this for myself, I took the trigger from wa666r's Forsaken map, I made my own variables in the trigger editor but the yes and no button still doesn't show up, any idea why?
 
Level 30
Joined
Feb 18, 2014
Messages
3,623
cause im new to this trigger thingy lol, didnt know if i should put all, so do i just put player 1 and remove the other 7?
No, just remove Pick Every Player.
You know, you don't have to create a seperate trigger for each player, you can do everything in a single one. I could show you how to do it but I'm not on my computer right now, I'll explain later.
 
Level 30
Joined
Feb 18, 2014
Messages
3,623
Here you go, I also attached a test map.
  • Dialog
    • Events
      • Time - Elapsed game time is 0.50 seconds
    • Conditions
    • Actions
      • Set Player_Group = (All players matching ((((Matching player) controller) Equal to User) and ((Race of (Matching player)) Equal to Human)))
      • Player Group - Pick every player in Player_Group and do (Actions)
        • Loop - Actions
          • Set Player_Index = (Player number of (Picked player))
          • Dialog - Clear Dialog[Player_Index]
          • Dialog - Change the title of Dialog[Player_Index] to Play as the Syndica...
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Syndicate
          • Set Syndicate[Player_Index] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Other
          • Set Other[Player_Index] = (Last created dialog Button)
          • Dialog - Show Dialog[Player_Index] for (Picked player)
      • Custom script: call DestroyForce (udg_Player_Group)
 

Attachments

  • Dialog.w3x
    18.5 KB · Views: 35
Level 28
Joined
Aug 7, 2015
Messages
603
Here you go, I also attached a test map.
  • Dialog
    • Events
      • Time - Elapsed game time is 0.50 seconds
    • Conditions
    • Actions
      • Set Player_Group = (All players matching ((((Matching player) controller) Equal to User) and ((Race of (Matching player)) Equal to Human)))
      • Player Group - Pick every player in Player_Group and do (Actions)
        • Loop - Actions
          • Set Player_Index = (Player number of (Picked player))
          • Dialog - Clear Dialog[Player_Index]
          • Dialog - Change the title of Dialog[Player_Index] to Play as the Syndica...
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Syndicate
          • Set Syndicate[Player_Index] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Other
          • Set Other[Player_Index] = (Last created dialog Button)
          • Dialog - Show Dialog[Player_Index] for (Picked player)
      • Custom script: call DestroyForce (udg_Player_Group)
Oh, neat! Thanks again man!
 
Level 28
Joined
Aug 7, 2015
Messages
603
Here you go, I also attached a test map.
  • Dialog
    • Events
      • Time - Elapsed game time is 0.50 seconds
    • Conditions
    • Actions
      • Set Player_Group = (All players matching ((((Matching player) controller) Equal to User) and ((Race of (Matching player)) Equal to Human)))
      • Player Group - Pick every player in Player_Group and do (Actions)
        • Loop - Actions
          • Set Player_Index = (Player number of (Picked player))
          • Dialog - Clear Dialog[Player_Index]
          • Dialog - Change the title of Dialog[Player_Index] to Play as the Syndica...
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Syndicate
          • Set Syndicate[Player_Index] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog[Player_Index] labelled Other
          • Set Other[Player_Index] = (Last created dialog Button)
          • Dialog - Show Dialog[Player_Index] for (Picked player)
      • Custom script: call DestroyForce (udg_Player_Group)
Sorry again, if you don't mind, do you mind checking this map out?

I'm trying to make alternate factions for both orc, undead and night elf too, so i tried cnp the previous commands, as well as adding other variables(not really sure if i did correct or not). However, when i tried other races other than humans, it always show this:
upload_2020-11-23_13-47-49.png


if you are willing to, can you tell me how to fix this?
 

Attachments

  • (8)Dilapidated Fortress.w3x
    11.6 MB · Views: 15
Level 28
Joined
Aug 7, 2015
Messages
603
You have to assign the corresponding variable of the race that you want to use in the line I marked:

View attachment 368650

I have attached your map again with that problem fixed. However, I noticed another error, because when you choose Undeads or Night Elves the nearby gold mine disappears.
oh no, that wasnt there when i first have that problem D: but thanks tho
 
Level 28
Joined
Aug 7, 2015
Messages
603
You have to assign the corresponding variable of the race that you want to use in the line I marked:

View attachment 368650

I have attached your map again with that problem fixed. However, I noticed another error, because when you choose Undeads or Night Elves the nearby gold mine disappears.
upload_2020-11-23_15-46-32.png

That's weird, only night elves have this problem, my undead works just fine, tho i gave me an extra ghoul for some reason, lol

I have this ability implemented, how come it still doesnt work? thats weird cuz i took a look at ujimasa hojo's sfa map series and thats how i got the idea
 
View attachment 368651
That's weird, only night elves have this problem, my undead works just fine, tho i gave me an extra ghoul for some reason, lol

I have this ability implemented, how come it still doesnt work? thats weird cuz i took a look at ujimasa hojo's sfa map series and thats how i got the idea
You're trying to implement a Custom Entangled Gold Mine, right?

I must tell you that this is one of the most challenging things, because the game just refuses to collaborate and puts up one barrier after another. There are some solutions for this, but they are often very difficult to implement. The easiest way I know of to do it is to simply replace both the original Tree of Life and the Entangled Gold Mine with the custom ones, but maybe someone else knows another way to do it.
 
Level 28
Joined
Aug 7, 2015
Messages
603
You're trying to implement a Custom Entangled Gold Mine, right?

I must tell you that this is one of the most challenging things, because the game just refuses to collaborate and puts up one barrier after another. There are some solutions for this, but they are often very difficult to implement. The easiest way I know of to do it is to simply replace both the original Tree of Life and the Entangled Gold Mine with the custom ones, but maybe someone else knows another way to do it.
Yeah, I had this Enchanted Gold Mine for the nagas, lol, and ye tbh it's a pain in the ass, tho I will ignore it for now, not like the goldmine's completely gone anyway, but again thanks man
 
Status
Not open for further replies.
Top