rocketviper2 / level intro

jonsilva

New member
hello

i whanted to make the 1st level just an intro for the game like in rocketviper 2.
but i cant skip the select screen and hide the players...

ive used (type 2) in the level.txt to hide the hud... but the player is still there...
if i press (enter) - (quit game) it goes to the next stage and the player is not there anymore...

in rocketviper2 levels.txt
theres no skipselect / allowselect
and there are no players when you go to level open.txt
#**************************************
SET English
cansave 1
credits 9
lives 2
nosame 1
typemp 1
musicoverlap 0

#*******TestArea*******************************************

# - - - - - - -
FILE DATA/LEVELS/scene/open/open.txt
# **************************************
# - - - - - - -
z 188 272
FILE DATA/LEVELS/Street3.txt
z 248 272
FILE DATA/LEVELS/square/square.txt
z 220 272
file data/levels/ring.txt
Next
# - - - - - - -


the open.txt level only spawns a text entity
and there is also no skipselect / allowselect in there
music data/music/fake1
background data/bgs/ruin/back
panel data/bgs/ruin/back
order         a
settime        0
notime          1
nopause 1
updatedscript data/levels/scene/open/open.c

spawn stop
coords 1 1
at 0

anyone knows how to make this way of starting a game ?
and also skiping the selectscreen 

 
Back
Top Bottom