Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

EDIT: Just updating my comment to say that the author personally helped me through a silly problem that ended up being mostly my own fault!  They're a great help, and I'm super pleased with how my game looks now.  Thank you so much!

Love these!  Thank you SO much!  My game is looking MUCH better.  One question, though - I already did most of my game before getting this template.  Is it possible to still use it?  I copied the javascript and the css and the template pages to my project, and it looks *almost* perfect.  But I'm still getting some errors.  Is there a better way to do this?  I'm using One Page Template and when I start the game, I get the error:

"Apologies! An error has occurred. You may be able to continue, but some parts may not work properly.

Error [tw-user-script-0]: Save.onSave is undefined."

And also the menu seems to be in the wrong place?  I'm assuming this is user error somehow, but I don't know where to begin to fix it.


Hi!

Glad you like them :)

You can include a template in a project whenever you want it to :)
Sometimes I start making a game by doing the interface first, sometimes I do it at the end. Doesn't matter as long as you include all the necessary elements :)

If you get this error, this means that the JavaScript from the template wasn't copied correctly into your project.
As for the first page, the template has a tag for this passage to remove the menu (cover).
I am not sure how you got the menu the way it is in your screenshot, as it should look like below. I would assume there is a space/return to line somewhere that should be there? But I couldn't tell for certain without seeing the game file directly.
(If you have the html file hosted somewhere, or if you dm/email it to me, I could take a closer look at it :) )

I forgot to mention that the popups don't seem to work either.  I get this error message when I try to use them:

Apologies! An error has occurred. You may be able to continue, but some parts may not work properly.

Error: macro <<popup>> does not exist.

And then there's a bunch of markup code...it seems to be the same on the template.  I'm using Firefox but I tested it on Brave (Chromium based browser) too, and I got the same basic error.

> Error: macro <<popup>> does not exist.
That is because you didn't include the code for Chapel's Dialog API Macro, which is included in the template., in your project (in the JavaScript part of your project)

> And then there's a bunch of markup code...
I am not sure what you mean by  markup code?