I’m having trouble figuring out how to even test my game. I have the files downloaded, but have no idea what to do. I’ve tried opening the files, selecting edit files as some sites have suggested, but I’m not sure what I’m doing wrong. I use Windows, and I have Firefox as was suggested.
I’m totally new to ChoiceScript, so please be specific!
So, to confirm, have you written a game that you’re looking to test for bugs? Or have you just downloaded the game template from the CoG website with a view to starting writing a story?
As timber and moskus4 said, that’s the basic stuff. If you wanna test it, just put an
*ending
at the end of what you have finished so far and run quicktest. this will give you the majority of errors
as for randomtest:
I can’t find the thread atm, but search the forums for how to run it effectively and not melt your comp.
I’m working with the CSIDE at the moment, and it’s wonderful. I will take everything you’ve all said into account and look at each of them! I like absorbing as much info from as many resources as I can.
I haven’t noticed any bugs in the template. The scenes that are provided as examples all work absolutely fine. However, once you start making changes, you’ll need to ensure that all of the game files are updated consistently.
For example, the example scenes in the template refer to certain variables. If you change or remove any of those variables in one scene then the game’s likely to crash unless you update all of the other files as well.