[ project ] [ map editor ] [ tile editor ] [ spherescript ] [ F.A.Q. ]

(F)requently (a)sked (q)uestions

(Q1) What do I do if I get "Error: Could not load game script." when I run my game with sphere?

(A1) It doesn't know which spherescript file has your startup script.
So open up your game project with sde and go to the item "Game settings" and locate the box saying "script" and if it's on the wrong script change it.

(Q2) I can't make a shortcut on my desktop to engine.exe, what can I do?

(A2) You could make a batch file on your desktop, that says:-
cd c:\sphere\
engine.exe
And save as sphere.bat using notepad.

(Q3) Sphere is pretty cool!

(A3) That's not a question, but the answers true.

(Q4) How do you use animations in sphere?

(A4) Well open up your tileset, and locate the gray button "PROP" standing for properites. Tick the animated tick box and select the next tile in the animation sequence.
Tile 1 linked to Tile 2, Tile 2 linked to Tile 1 would make a continous animation.

(Q5) What do the color codings in spherescript mean?

(A5) Green means ingored by the compiler or a comment.
Purple means integer value.
Gray means string value.