Posted: 5th Jun 2012 19:32
Edited at: 5th Jun 2012 21:55
Hello to Everyone,
I am new to FPSC and to the Forum and have just Joined Today. This is my first post.
I have just Purchased Dark Game Studio Bonanza Pack today which included:
DarkBASIC Professional, Dark Lights, Dark Physics, DarkBASIC Electronic, Dark Shader, eXtends, Treemagik G3, Plant Life, DarkMATTER 1, DarkVOICES, DarkGAME Studio, FPS Creator.
I have upgraded DarkBASIC Professional to 7.5 and downloaded the Extra files for 7.5 required to Compile the FPSC Source Code. I've followed all the instructions, activated everything, copied all the dlls files over, and everything compiled and worked fine.
(Perfect - created a FPSC-Game.exe file copied it over to FPS Creator directory, everything worked, and ran with no problems)
However,...the latest FPSC Source Code (r672 or any other after v119) from code.google.com/p/fpscreatorengine/source/list seems to give an error code every time when I try to compile them. The Source Code is un-editted and is the original download copy.
The Compile Error is:
rem FPGC - 130411 - special case, VRMODE=6 assumes new device
global vrsidebysidestereo : vrsidebysidestereo=0
if gvrmode=6
vrsidebysidestereo=1
set sprite resize 0,0,0.5
gvrmode=4
endif
Error Message: Parameter for 'SET SPRITE RESIZE' do not match 'Mode' at line 4020.
Please can anyone advise me of anything which might be causing this Error Code with latest FPSC Source Code. Thank You