A downloadable tool

This is an old project of mine (Last released in 2017); it allows someone to develop visual novels (VN) and choose-your-own-adventure (CYOA) games for the Sega 32X using a visual language.

It uses Blockly to implement a visual language; the tool takes the blocks and uses them to generate C files, which are then compiled into a Sega 32X compatible ROM, which can them be run using an emulator or even the real hardware.

Repo on Github: https://github.com/haroldo-ok/BlocklyVN32X

Download

Download
blocklyvn32x-portable-0.10.1.exe 118 MB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

I try to run it but it won't open, or load properly

(1 edit)

Hello; how did you try to execute it? Did it show any error messages?

(+1)

So I got it to open load, but once I try to test it

all it said it failed to load

That's weird; if you open the debug console (Ctrl + Shift + I), does some additional information appear there?

If you try to create a new project, does an error happen,  too?

(+1)

once I create a new project it says the code execution cannot proceed because zlib1.dll was not found.

and I try to open debug, and all I got was a new window that doesn't show anything, do I need something to make it work properly?

(1 edit)

Interesting... it seems that zlib1.dll is missing... it's a relatively common dll and there are various ways to install that; one possibility would be to install MingW and copy the zlib1.Dell that comes with it. Please, try to see if that helps.