Help with Multiboard...

T3rm1nat0r

New Member
Reaction score
23
Hi everyone, first study this multiboard:

8gfktw6.jpg


How do i make multiboard like that without using -UNUSED- in between the players. I don't really know how to explain this, how do i make a multiboard like this one with the players that are not playing not be there on the multiboard like above. So say now Player 1 is not playing then player 2 will go to the spot where player 1 stands, and if player 1 and player 2 is not playing then Player 3 would go in the place of player 1. So say now only player 3, player 6, player 8, Player 10 and player 11. Then it would go like this:
Player 3 would go to player 1 place, player 6 will go to player 2 place, player 8 will go to player 3 place, player 10 will go to player 4 place and player 11 will go to 5 place. So then i don't have to put in between players as -Unused- or Not playing. I hope everybody knows what i mean.

So how would i do the triggers for this muliboard? I will give as much +rep as i can to who ever helps me :)

Thanx in advanced
 

Frozenwind

System maker
Reaction score
99
You gotta place all players into a string.
Example:
Code:
Events
    Map Initaiton
Condition
Action
    Integer A from 1 to N of player
        if player(integerA) slot status is equal to is playing
            then
                set string[IntegerA] = string(Integer A)
                set integer_var = integer_var + 1
             else
    Integer A from 1 to integer_var
        if lengt of string[IntegerA] is equal to 1
            then
                set string[IntegerA] = "0" + string[integerA]
            else
    set string2 = string[0] + string[1] + string[2] [size=-1]etc. etc.[/size]
[COLOR="Red"]If you don't know what i'm doing here, you shouldn't evens tart making it![/COLOR]

Afterwards u create a multiboard with "Integer_var" rows and some columns.
You use substrings (as in: substring(string2,1,2) to get the first playing player, and (3,4) for the second playing player...)

frozenwind.
 

T3rm1nat0r

New Member
Reaction score
23
Thanx, but do you mind sending all of the triggers? I'll give you even more +rep. Thanx... please?
 

Frozenwind

System maker
Reaction score
99
Uhm, u can't give 2x +rep:p

Code:
Let's see..
Events
    Elapsed game time 0.00 seconds
Condition
Action
    multiboard - create with (integer_var+1) rows and >dunknow< columns
    multiboard - change style to display text and hide icon in (row 0) and (column 0)
    Integer A from 2 to integer_var
        change text in (row (Integer A)) to [COLOR="SeaGreen"](Player(substring(string2((1+(((IntegerA) -2) * 2,2+(((IntegerA) -2) * 2 ))))[/COLOR]
    multiboard - display multiboard
Add the upperrow texts yourself and 2nd column and stuff...

[del]1 second:
I go make that formula now.[/del]

(Player(substring(string2((1+(((IntegerA) -2) * 2,2+(((IntegerA) -2) * 2 ))))
Player - player name of player --> convert player number to player --> convert string to integer --> susbtring (string2,formula1,formula2)

frozenwind, c'est le silence du vent.
 

T3rm1nat0r

New Member
Reaction score
23
thanx alot, i work on it now and see if i can do it, I'll post if it works or not.

Hopefully i can do it :D

EDIT: Frozenwind, your way is too confusing for me.

Can Any body else help me ??
 

Frozenwind

System maker
Reaction score
99
I'm sorry, but there isn't another way to do this,
cos you gotta order the playing players, cutting out those that aren't playing.

The only way is string, so the way I showed you is easyest...

frozenwind.
 

T3rm1nat0r

New Member
Reaction score
23
do you mind doing it for me? like make the multiboard for me, then upload the map? Because it is too confusing for me ... please? :)

I'll really appreciate it...
 

Shadow14l

New Member
Reaction score
11
I'm sorry, but there isn't another way to do this,
cos you gotta order the playing players, cutting out those that aren't playing.

The only way is string, so the way I showed you is easyest...

frozenwind.

You are right, but you didn't show it very easily, now did you :p

Sooooooooooooooo...

Here it is in trigger form:
 

Attachments

  • MultiboardSheepExplanation.w3x
    18.5 KB · Views: 98

T3rm1nat0r

New Member
Reaction score
23
Thanx alot, I'll will put you all in the credits! +rep

EDIT: Shadow14l, thanx for the Multiboard, but it is incomplete... so i tried to put it to what way i want it to be, but there is just one little problem... the problem is the players, the players don't go to the right sopt...
 

Shadow14l

New Member
Reaction score
11
Thanx alot, I'll will put you all in the credits! +rep

EDIT: Shadow14l, thanx for the Multiboard, but it is incomplete... so i tried to put it to what way i want it to be, but there is just one little problem... the problem is the players, the players don't go to the right sopt...

Depending on how you are going to change it, you will have to add or subtract rows and columns, I don't really know all you are doing, so I kind of guessed and used the picture :D
 
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

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top