Spiere
Demon Girl Pro
- Joined
- May 9, 2013
- Messages
- 149
- Reputation score
- 4
ONScripter itself is still maintained, but doesn't properly support English. However, as it's open source that can be fixed with a short patch.
I tested a simple machine translation, which seems to work. If somebody is interested: LSB_en_0.9.6.0.zip (You must be registered to see the links) - you need to build ONScripter yourself to run it (patch is included).
If somebody knowing Japanese wants to improve the machine translation: the raw translation is here (You must be registered to see the links), feel free to replace the machine translations by better ones - and post the result here so I can include them into a new release.
Hey flowerpot,
Thanks for taking the time to do the machine translation.
As a warning, creating the binaries is not an easy process if you don't already have your machine set up to do Windows code development/system administration. Even if your day-job is technical, the process has a lot of steps if you're starting from scratch (since you have to get all of the dependencies/utilities required for compiling the file). If you want to still give it a shot, feel free.
To anyone else attempting it, they have some requirements of compiling the binaries here-
You must be registered to see the links
down in the compilation section for Windows. After downloading Git (from
You must be registered to see the links
), You can run the following command after navigating to the onscripter folder in Git Bash in order to apply the .diff patch flower made-
git apply --ignore-space-change --ignore-whitespace --whitespace=nowarn onscripter-hack.diff
In order to run nmake (which is what creates the new binaries that you need), you will have to download Visual Studio and then either add it to your path, or manually navigate to it inside of the C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\Hostx64\x64\nmake.exe directory that is inside of it.
I ran the make file like this (after navigating to the directory) -
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\Hostx64\x64\nmake.exe MakeFile.win
After that I followed the instructions in flower's readme for starting the game / file replacements.
Last edited: