Skip to main content

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

How do I use this engine?

A topic by Norbez Jones (call me Bez) created Aug 11, 2025 Views: 147 Replies: 6
Viewing posts 1 to 3
(5 edits)

Do I use the demo link and edit to be what I need?  Is it only usable in the browser?  I downloaded the Github repository to try and use it locally, but can't find a way to do it.  Please help me, I'm so confused.

Edit: 

Yes, I did install Node.js.

Edit 2: 

I found the "Getting Started" guide, but I got this message when trying to follow the instructions: 

npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded  because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170 .

I've tried changing the settings as administrator like the instructions say; however, that has not helped or changed the situation.

Edit 3:

Actually, since I changed the settings as an admin, the error message seems to have changed.  Instead of saying scripts is disabled, it now says:

The file C:\Program Files\nodejs\npm.ps1 is not digitally signed. You cannot run this script on the current system. 

My system runs Windows 11 Pro, and is a 64-bit operating system.  Help?

Submitted

https://docs.narrat.dev/guides/getting-started.html#text-instructions

this is what I followed and it held my hand very gently like a flower (i have no coding experience)

I did find that after I posted this and updated my post with a problem I ran into from there.

Submitted (2 edits)

oh! i had this issue too! i used this: https://lazyadmin.nl/powershell/running-scripts-is-disabled-on-this-system/

i just set mine to unrestricted. should you also do this? i have no idea!

Thanks for the guide!  I followed that, and now it's saying that it doesn't recognize the term "npm".  Why am I having so many problems lol T_T

Host

This is a windows thing, you’d have to disable whatever is blocking running unsigned scripts, should be easy to find on google

Thank you!  I did that, and now it's saying that it doesn't recognize the term "npm".  Was there something else I need to download that I missed?