Multiple select player screens (configuration)

NED

Well-known member
Hello,
I'm trying to understand how to make different select screens availiable for different modes.

I looked at BB's great mod Crime Buster. (I started learning a lot from this mod back in the days)

It seems, you can call a custom select screen from level.txt
Code:
select  data/slscreen/select3.txt

I always see these kind of settings in custom select screens
Code:
background	data/slscreen/park3.gif
music   	data/music/select.bor 1

Can something else can be customisable?
-Limited choice of characters? (different set of characters depending on the selected mode)
-Different position display of them on select screen?

Thanks a lot.
 
Can something else can be customisable?
-Limited choice of characters? (different set of characters depending on the selected mode)
-Different position display of them on select screen?

The 2nd is not possible while the 1st is doable with allowselect command
 
Thanks BB!
It's still a good thing 1 is possible.

And sorry, for some reason I always go through this area in the manual
"Select Screen Files"

Anyway, thanks for pointing it out.
This will really help me now.
 
Back
Top Bottom