First, I have to admit. I thought how can, anyone use FPS Creator to create a game. The program seamed to be buggy and have a lot of little quirks. So after replacing my hard drive it has become a lot more stable. And I think I’m learning some of the tricks. I have a huge level running under my computers memory (512mb). I know my computer is a dinosaur.
I have begun a game named Android for short. I shouldn’t say much at this point. But I will tell you this. The player starts out in a dark room holding a working flashlight. The flashlight is a modified s4real flashlight v2.
http://forum.thegamecreators.com/?m=forum_view&t=118690&b=24. Here is the modified script.
;Artificial Intelligence Script
;Flahlight script
;Header
desc = flashlight s4real
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\text\flash.dds,hudname=flash,hudhide=1,hudmake=display,state=1
:state=1:hudshow=flash,ambience=40,state=2
:state=2,scancodekeypressed=33:hudunshow=flash,sound=audiobank\flashswitch\flash.ogg,ambience=5,state=3
:state=3,scancodekeypressed=0:state=4
:state=4,scancodekeypressed=33:hudshow=flash,sound=audiobank\flashswitch\flash.ogg,ambience=40,state=5
:state=5,scancodekeypressed=0:state=2
;End of Script
Also, I needed a handrail segment. Haven’t, been able to locate one. So I decided to make one. Attached is a screenshot. Download will follow.
Have netbook will travel.