Search found 160 matches

by haroldoop
Wed Feb 22, 2023 10:18 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Re: choice4genesis - a ChoiceScript clone for the Sega Genesis

Muzzy wrote:
Tue Feb 21, 2023 6:02 pm
It's a pity that VN32X has not received further development :( But maybe this tool will go further? Looks promising!
Thanks! And yes, it already has more functionality than VN32X ever had.
by haroldoop
Tue Feb 21, 2023 9:43 am
Forum: Announcement
Topic: New 32x game in development!
Replies: 101
Views: 471693

Re: New 32x game in development!

Hello; great work so far! If you want some code for drawing variable-width fonts on a 32X with word wrapping, you could take a look at the source code for VN32X: https://github.com/haroldo-ok/vn32x The code is not optimized, but it can use variable-width fonts (converted using BMFont ), performs tru...
by haroldoop
Mon Jan 09, 2023 10:07 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.13.2 is now available!

Version 0.13.2 fixes a memory leak problem on the text buffer that would, sometimes, make images be displayed incorrectly. Full standalone release for 0.13.2: https://github.com/haroldo-ok/choice4genesis/releases/download/v0.13.2/choice4genesis-0.13.2-standalone.7z Transpiler only: https://github.co...
by haroldoop
Fri Dec 23, 2022 11:49 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.13.1 is now available!

Hello, again! Version 0.13.1 adds a built-in code editor. Video showing the editor in action: https://www.youtube.com/watch?v=dK_CyszhHl0 Standalone distribution for version 0.13.1: https://github.com/haroldo-ok/choice4genesis/releases/download/v0.13.1/choice4genesis-0.13.1-standalone.7z Transpiler ...
by haroldoop
Tue Dec 13, 2022 10:18 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Re: choice4genesis - a ChoiceScript clone for the Sega Genesis

Hello, at the moment, choice4genesis isn't capable of using those tricks, but I seems like a good idea for the VN genre, since, while those tricks tend to use almost 100% of the CPU, that kind of game does not use much CPU to begin with.
by haroldoop
Sat Dec 10, 2022 12:27 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Re: choice4genesis - a ChoiceScript clone for the Sega Genesis

Here, I'm trying to teach "ChatGPT" to generate code for some random programming language, in this case, "choice4genesis"; normally, it you tried to do it in english, it will return a "Sorry, Dave" canned answer, but if you teach it in Portuguese first, then ask the questions in english, it works ok...
by haroldoop
Sat Dec 03, 2022 8:14 pm
Forum: Demos
Topic: The Question - ported to Sega Genesis / Mega Drive
Replies: 3
Views: 4599

Re: The Question - ported to Sega Genesis / Mega Drive

You have to put it inside the "examples" folder of choice4genesis.
by haroldoop
Fri Dec 02, 2022 9:47 pm
Forum: Demos
Topic: The Question - ported to Sega Genesis / Mega Drive
Replies: 3
Views: 4599

The Question - ported to Sega Genesis / Mega Drive

Hello, again. This is Ren Py's " The Question " ported to Sega Genesis through the " choice4genesis " engine. ROM for version 0.0.4: https://github.com/haroldo-ok/the-question-c4j/releases/download/v0.0.4/The.Question.-.v0.0.4.bin itch.io page: https://haroldo-ok.itch.io/the-question-for-sega-genesi...
by haroldoop
Wed Nov 30, 2022 10:22 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.12.0 is now available!

Hello, again! Version 0.12.0 has been released. This version implements support for ADPCM for both music and sound: Added the "adpcm" flag that can be set for the "sound" and "music" commands; When using the ADPCM flag, it is now possible to use a .wav file as background music. Standalone distributi...
by haroldoop
Tue Nov 15, 2022 8:51 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.11.1 is now available!

Version 0.11.1 fixes a background palette bug: Made the background use pallette 0, and text use palette 1, so the background is shown correctly; that way, color 0 of the background image is displayed as expected. Standalone distribution for 0.11.1: https://github.com/haroldo-ok/choice4genesis/releas...
by haroldoop
Mon Nov 07, 2022 9:46 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.11.0 is now available!

Version 0.11.0 automatically converts the images to 16 colors, if needed. Standalone distribution: https://github.com/haroldo-ok/choice4genesis/releases/download/v0.11.0/choice4genesis-0.11.0-standalone.7z Transpiler only: https://github.com/haroldo-ok/choice4genesis/releases/download/v0.11.0/choice...
by haroldoop
Wed Nov 02, 2022 7:44 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.10.0 is now available!

Hello, again! Version 0.10.0 has been released. This version adds the required implementations do allow the use of native `C` functions: Implemented support for using .c, .h and .res on the project: Before the transpilation, the required target dirs are automatically created, if they don't exist; Be...
by haroldoop
Tue Oct 25, 2022 10:33 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.9.0 is now available!

This version implements automatic word wrapping for the text boxes. Standalone distribution for 0.9.0: https://github.com/haroldo-ok/choice4genesis/releases/download/v0.9.0/choice4genesis-0.9.0-standalone.7z Transpiler only for 0.9.0: https://github.com/haroldo-ok/choice4genesis/releases/download/v0...
by haroldoop
Wed Oct 12, 2022 11:53 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Improved documentation

No new version this time, just improvements to the documentation.
The improved documentation can be seen at: https://github.com/haroldo-ok/choice4ge ... /README.md
by haroldoop
Sun Oct 09, 2022 8:05 pm
Forum: Tools
Topic: choice4genesis - a ChoiceScript clone for the Sega Genesis
Replies: 31
Views: 48657

Version 0.8.0 is now available!

Version 0.8.0 allows customizing the cursor and allows to selecting the target layer for the " image" command: Flags were added to the image command, in order to allow choosing if the image will be drawn in the foreground or in the background layer; Implemented the cursor command, in order to allow ...