Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RenJS

HTML5 Visual Novel creation made easy and free · By lunafromthemoon

RenJS won't load

A topic by Butterfly created Mar 26, 2019 Views: 174 Replies: 1
Viewing posts 1 to 2
(2 edits)

Hello! I just downloaded RenJS an hour ago.

  • I use Notepad
  • I am not experienced in coding whatsoever

So, I had done quite a lot to my story. I went to run Index.html for the first time. The bar finished loading, but nothing happened. Why? I don't mind if I have to rewrite it, but I don't want to find out I can't use RenJS, because it's the only decent Visual Novel creator I could find.


Edit:

So I removed my entire story, and nothing happened. The bar still loaded to full, and no matter how much I clicked around, nothing happened. Why? It would be nice if someone could get back to me soon.

Developer

Hello Butterfly, to start from scratch I recommend you to use the Quickstart game (here's the link https://gitlab.com/lunafromthemoon/RenJSQuickstart ). Download this and check if it works, then start adding small parts of your story to it.

A very useful tool to is the browser debug console, every browser has one, you usually need to press F12 to open it, there you can see the log of the game and any errors. For example, open the console and load the game, after the loading bar is done, you will probably see an error displayed in the console, you might need to scroll down the console to see the last lines. If you don't understand this error, paste it here and I'll help you.

And if you can run the tutorial game, then you most certainly can use it for your own, since the tutorial game is made with the engine.

Cheers!