Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0
Members

My Game Wont Start (Problem Solved)

A topic by iWriteTheCode created Mar 23, 2016 Views: 986 Replies: 2
Viewing posts 1 to 2

So I recently made the change from Craftstudio to Superpowers and I was fiddling around with it last week. Yesterday I got on to explore the engine some more and after I had declared the startup scene in the settings I ran the game and it opened it up as usual, but after it finishes loading the loading screen wont go away and the startup scene wont open. I am running Windows 8.1, 64bit. Any help would be great.

Sounds like you might want to check the console (F12) while the game is running. If Superpowers runs into an error (like changing the health of an actor that doesn't exist), or an infinite loop (for, while, etc...), it will sometimes freeze when the loading bar is full, but before the game starts. Usually it'll show an error, a script name, and a line number that you can use to find out whats going on.

Hope this helps!

(+1)

OMG your awesome this totally helped! Not only did this help with my problem but know I finally understand how to use the debugger! :D