Magggas - select screen

kmilloz

Member
Please, does anyone know how to make the selection screen equal to Magggas game, World Heros Supreme Justice Extra? I can not make the 2nd player appears on the screen ... I put the command:
p1smenu 0 -260
p2smenu 0 -580
but the 2nd player does not appear ... Magggas Please help me!

I know that the command is:

p{#}smenu {x1} {y1} {x2} {y2}

~Determines the position of players in select screen.
~ {#} determines which player this setting is for and its possible values are 1, 2, 3 and 4. There's no space around {#} though.
~{x1} and {y1} determines player's position.
~{x2} and {y2} determines player's "Ready!" position.
~ x and y are the number of pixels, right and down respectively, from the top left corner of the screen to the player's offset (for x1 and y1) or to the top left corner of "Ready!" text.

but the 2nd player does not appear on the screen ... :(
 
I am not magggas, but I will try to help you out on this. Dude, you are missing the last 2 parameters for the p#smenu there. You have {x1} and {y1} coded for position, but {x2} and {y2} are not coded. If you don't want "Ready!" to be in the screen, you can put the last 2 numbers for going outside of the screen just to avoid the text "Ready!" from it.

If you are talking about the 2-player part not showing, you need to use anim waiting and anim select for both players. You can extract his World Heroes Supreme Justice Extra mod on how he did it. Also here's an attachment about character selection in separate places.

If I'm wrong on this, I will let magggas explain this here.

[attachment deleted by admin]
 
Your select sprite should be the video size of your mod +1 on height and width.

If you can post the video size of your mod and how many players you want to support i will make you a template you can use.
 
Thanks guys, I tried to do as maxman showed, and I want to do for 2 players, I'm using 320x240, but I got the result using summonframe to make the pictures appear on the selected player! Thanks for all! Here is a test image:
 


This template is for use with any mod that is 480x272, 4 players and remember to change all the background colours to your transparent colour when done !
 
malik4ever said:


This template is for use with any mod that is 480x272, 4 players and remember to change all the background colours to your transparent colour when done !

So you use a image on the same size of the screen, but why its that tall? you move the images upward when you select it?

@Kmiloz: you made a background with the faces then you call the cursor with summon frame, right?
 
That image has 4 whole screens and if your picking player 1,2,3 or 4 you can set the offset so it shows the correspoding screen unpack world heroes and you can see how this works better then !

Even though I thought of the idea behind this trick I have not properly put it in to action and since my mod only has 3 characters I have decided to use a different type of select screen one more like Galaxy Fight or Aggressors of Dark Kombat !

O Ilusionista said:
malik4ever said:


This template is for use with any mod that is 480x272, 4 players and remember to change all the background colours to your transparent colour when done !
@Kmiloz: you made a background with the faces then you call the cursor with summon frame, right?

this is a non scripted solution without the need to summon any extra entities !
 
O Ilusionista said:
malik4ever said:


This template is for use with any mod that is 480x272, 4 players and remember to change all the background colours to your transparent colour when done !

So you use a image on the same size of the screen, but why its that tall? you move the images upward when you select it?

@Kmiloz: you made a background with the faces then you call the cursor with summon frame, right?

yes! perfect! I use summonframe in the anim wait and select!
 
I need some help with this --- also doing a 320 x 240 select screen. 
7 characters.

I made an animated select box which I use summonframe in anim wait and got it working just fine on player 1.  But on player 2 it's obviously appearing in the wrong spot.
Select_zps83788a9d.png


On levels.txt if I try to change the location of p2smenu nothing happens no matter what numbers I put.   

Would you mind sending a template for 320 x 240?  I couldn't download the other one, it's not showing up.
 
Count Monte said:
I need some help with this --- also doing a 320 x 240 select screen. 
7 characters.

I made an animated select box which I use summonframe in anim wait and got it working just fine on player 1.  But on player 2 it's obviously appearing in the wrong spot.
Select_zps83788a9d.png


On levels.txt if I try to change the location of p2smenu nothing happens no matter what numbers I put.   

Would you mind sending a template for 320 x 240?  I couldn't download the other one, it's not showing up.

I make this:

anim select
unsummonframe 0
subentity selectx
summonframe 0 54 34 0 1

anim waiting
unsummonframe 0
subentity select
summonframe 0 54 34 0 1
 
Back
Top Bottom