################################################################################## OBJECTS { # object definition NB=2 LAST=1 OBJ:0 { NAME="GEM" MESH="data/3d/gemme.3d" TEXTURE="data/gfx/gemme.png" } OBJ:1 { NAME="POTION" MESH="data/3d/potion.3d" TEXTURE="data/gfx/potion.png" } } ################################################################################## PARAMS { } ################################################################################## MUSIC { # ambient music } ################################################################################## SOUND { ########################################################################## # sounds NB=1 SND:0 { NAME="data/sound/ambient/bell.ogg" RATE=8363 } ########################################################################## # object types TYPE:0 { MOVE=2 TOK=6 HIT=3 DESTROY=5 ACTION=4 } WALK=7 FIRE=14 BLOOD=8 PICKUP=17 } ################################################################################## STUFFS { NB=4 EVENT:0 { SOUND=27 NAME="TADAM1" EFFECT=0 } EVENT:1 { SOUND=28 NAME="TADAM2" EFFECT=0 } EVENT:2 { SOUND=29 NAME="GRR1" EFFECT=1 } EVENT:3 { SOUND=30 NAME="GRR2" EFFECT=1 } } ################################################################################## GAME { LEVEL:0 { # Name NAME="High cliffs" COMMENT1="Starting the adventure meeting the" COMMENT2="blue dragon. Talk to him and go to" COMMENT3="skygate through the teleport wisp." COMMENT4="The blue dragon is wise and will help" COMMENT5="you during your quest." COMMENT6="A chest near te place contains a scroll." COMMENT7="Get it." # ambiance script SCRIPT="data/ambient_wind_water.txt" # Splashs IMG1="data/images/wait.jp2" # NED file NED="highcliffs.ned" SAVENED="highcliffs.ned" BANK="textures.bank" # Misc CONFIG=0 GLOW=2 ZFAR=27 CLOUDS=1 Y_CLOUDS=50 SPECULAREXTERIOR=0 DONTDRAWPLANECLOUDS=1 GRASS=15 # scriptable colors AMBIENT=(0.3,0.3,0.3,1) # scriptable portal PORTAL=0 # Game ACTOR="heroine" # fog color FOG_R=60 FOG_G=40 FOG_B=20 # music MUSIC="data/music/highcliffs.zik" VOLUME=50 # next level at the end of this NEXT=1 } LEVEL:1 { # Name NAME="Sky Gate over the Clouds" COMMENT1="You've been teleported to sky gate." COMMENT2="Find some gems and convert them to" COMMENT3="mana before entering the castle." COMMENT4="With the appropriate scrolls you will" COMMENT5="be able to get different magical power." # Splashs IMG1="data/images/wait.jp2" # ambiance script SCRIPT="data/ambient_wind.txt" # NED file NED="skygate.ned" SAVENED="skygate.ned" BANK="textures.bank" # Misc CONFIG=0 GLOW=3 ZFAR=15 CLOUDS=1 Y_CLOUDS=18 SPECULAREXTERIOR=0 DONTDRAWPLANECLOUDS=1 # scriptable colors AMBIENT=(0.3,0.3,0.3,1) DAYLIGHT=(1.0,1.0,0.9,1) # scriptable portal PORTAL=0 # Game ACTOR="heroine" # fog color FOG_R=60 FOG_G=40 FOG_B=20 # music MUSIC="data/music/skygate.zik" VOLUME=50 # next level at the end of this NEXT=2 } # Level to start playing START=0 } ################################################################################## HEROS { NB=2 HERO:0 { NAME="data/knight.txt" } HERO:1 { NAME="data/heroine.txt" } }