Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Do you want people to report error messages when they get them?

Sure! There are a few in the demo that have been noted (and fixed on my source but not the demo) in the demo release devlog, so as long as they're not in there feel free 

___________________________________________ ############################################################################################ FATAL ERROR in action number 1 of Other Event: User Defined 0 for object objSwoleArmorIdle:

Unable to find any instance for object index '0' name 'objSimonParent' at gml_Object_objSwoleArmorIdle_Other_10 ############################################################################################ -------------------------------------------------------------------------------------------- stack frame is gml_Object_objSwoleArmorIdle_Other_10 (line -1) called from - gml_Script_scrChangeState (line -1) - <unknown source line> gml_Object_objSwoleArmorSwing_Step_0

Got this when I dashed right out of the room with the first swole armor. 

(2 edits)

Also I don't know if this is a bug or a feature but if you leave the game paused and go do something else for too long it resets to the main menu. Had just gotten the Grand Cross and lost my unsaved progress so now I have to get all the way back there if I want it back.

(+1)

Ah yeah that was an oversight on my part!

When I was showing the game at conventions, I had a system in place that would restart the game after a bit when it's in demo mode and I forgot to remove it from the Bram demo

(+1)

Also good catch on the swole armor error- I'll get that fixed up quickly! Thank you

You're welcome, great job so far dude this game rules haha

(+1)

Thank you!
Also I fixed up the swole armor error pretty quickly in my source! A lot of older enemies have some antiquated code and that can happen. I probably wouldn't have found that otherwise.