Multiboard Help Needed

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
Hey guys,

I have a multiboard that shows the current street and suburb that the player's unit is in, but I'm making the map multiplayer.

If, for example, I had two players, I want to be able to show Player 1's Unit's Location on the multiboard to Player 1 without showing it to Player 2 on the multiboard and vice-versa.

I want to know if this is possible?

Cheers
 

Inflicted

Currently inactive
Reaction score
63
This requires a bit of JASS knowledge to display to only one player.

However there might be a way to create seperate MultiBoard's for individual players, but I'm not sure if this is do-able in GUI. (havent made one in a while, sorry)
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
how complicated is the JASS? Because if it's not overly complicated, then you could give the required code and then I could just copy and past it where it needs to be.
 

Inflicted

Currently inactive
Reaction score
63
Cant help you there sorry, perhaps use search and maybe you will find something..


Othewise you are just going to have to wait for someone else to reply with the solution.
 

Moradiae

TH.net Regular
Reaction score
14
I never touched the multiboard functions in Trigger Editor myself and just found out that you can't show it to each individual player with GUI alone after reading this thread and was afraid the jass might be difficult,

but after a little search ;), here's the solution:

Trigger:
  • Actions
    • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show (Last created multiboard)
    • Custom script: endif


source: 1 2 3
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
OK, this is the trigger i got that I've used to create the trigger:

Code:
Multiboard Create Player 1
    Events
    Conditions
    Actions
        Multiboard - Create a multiboard with 3 columns and 7 rows, titled (Game Info;  + ((0 + ((String(Time[1])) + :)) + ((0 + ((String(Time[2])) + :)) + (0 + (String(Time[3]))))))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Item
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Value
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Req. Value
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Location: Street
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Location[3]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to Location[4]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to Location: Suburb
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to Location[1]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to Location[2]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Location: Place
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to Location[7]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to Location[8]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to Address: Street
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 5 to Location[5]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 5 to <Empty String>
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to Address: Suburb
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 6 to Location[6]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 6 to <Empty String>
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to Car Key ID No.
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 7 to (String(CarKeyIDNo[1]))
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 7 to <Empty String>
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 7 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 7 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 7 to 10.00% of the total screen width
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 7 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 7 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 7 to Show text and Hide icons
        Multiboard - Show (Last created multiboard)
        Set MultiboardPlayer1 = (Last created multiboard)
        Custom script:   if Player(0) == GetLocalPlayer() then
        Multiboard - Show MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(1) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(2) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(3) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(4) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(5) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(8) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(9) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Trigger - Run Multiboard Create Player 2 <gen> (checking conditions)

The multiboard is created and then I've put in the code that you told me to put in (I have 6 human player's), but when I test the map in-game, the multiboard doesn't appear.

What's the problem?
 

HydraRancher

Truth begins in lies
Reaction score
197
You do realise entering 0 in the column or row values selects all of them, right?

For your trigger, try not showing with the GUI, and ONLY showing it with the GUI/JASS mix.
 

Parsival

Active Member
Reaction score
6
Trigger:
  • Multiboard - Show (Last created multiboard)
    • Set MultiboardPlayer1 = (Last created multiboard)
    • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(1) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(2) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(3) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(4) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(5) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(8) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(9) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Trigger - Run Multiboard Create Player 2 &lt;gen&gt; (checking conditions)


I dont get it. Why do You show multiboard for all players and then You hide it for all except one? Why not just:

Trigger:
  • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show (Last Created Multiboard)
    • Custom script: endif
    • Trigger - Run Multiboard Create Player 2 &lt;gen&gt; (checking conditions)


And do You really have to make 100 triggers to do one thing? Isn't it possible to use loop?
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
Well thats the idea. I have 6 players and 6 different multiboards (1 for each player), and each player has their own multiboard that no other player is supposed to see

EDIT: I still have the problem that it doesn't show the multiboard to the player i want it to.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top