Well my time with Litec has been weird, I started learning and made a simple game but then stopped and forgot, I came back and I couldnt fix a problem so stopped again but now I would really like to continue and get back into coding. But I have gone through the tutorials and I am still having problems like before. Could someone create for me a simple script that loads a map, skylayer and a charactermodel that can be moved by WSAD and a camera that follows him from behind. I can modify the rest but no matter what I put even when I read back through my previous topics the character doesnt spawn and when he does the skylayer and map dont.
Thanks to anyone who takes the time!
edit: here is the fault log for a new project I just tried to make quickly:
< PANEL* pSplash = {>
VERTICALLEAP_MAIN.WDL 12:0 (): Parameter unknown PANEL* bad keyword in { }
< bmap = "logo.jpg";>
VERTICALLEAP_MAIN.WDL 12:0 (): Parameter unknown bmap bad keyword in { }
< video_mode=7>
VERTICALLEAP_MAIN.WDL 21:0 (): Read only video_mode
< set(pSplash,VISIBLE)>
VERTICALLEAP_MAIN.WDL 26:0 (): Parameter unknown pSplash
< pan_remove(pSplash)>
VERTICALLEAP_MAIN.WDL 43:0 (): Parameter unknown pSplash
< set(tHelp,VISIBLE)>
VERTICALLEAP_MAIN.WDL 44:0 (): Parameter unknown tHelp
< ent_createlayer(@2,SKY|CUBE|VISIBLE,0)>
VERTICALLEAP_MAIN.WDL 47:0 (): Parameter unknown SKY
edit2: okay I found out that because I had an underscore in the script it wasnt compiling properly now I have fixed that and called it main.c my only problem is when I start it the game loads and as soon as the window pops up it makes a "bing" sound then closes I see a 1 second glimpse of a black screen.