scemino
scemino
Don't know, this project is inactive but you can try do clone it and try. Good luck.
Hello, > Are you the developer of nScumm? Yes I am the developer of this project. > Why you forgot (lost) this project? For several reasons: - I worked on...
I don't know your Linux distro, but you need to install these packages: libgl-dev libglew-dev
This issue is reproducible, create a file `ng.nut`with this minimal code ```squirrel include("Globals.nut") include("DefineSounds.nut") include("AchievementHelpers.nut") include("StartScreen.nut") defineRoom(StartScreen) cameraInRoom(StartScreen) ``` the issue occurs when updating the threads, squirrel threads are resumed...
> Curious. Are there any plans to support Dinky at some point in the future? No, this is not planned, except if someone wants to help me on this task...
I'm not sure about it, I made `engge` and I explained how to create your own adventure game with it: https://scemino.github.io/create-room/ nobody seems to be interested.