- Oct 28, 2019
- 1,789
- 1,571
Here's a version of a more universal starter for Ren'Py games; it's a more or less simple batch file.
I've done this in light of the DRM garbage bound to some games' .exe file, and the whatif in my head after that.
I want it to be a 'pure' batch file, so i'm still stuck on a few things, because i really don't want to involve any scripting outside of this, nothing that requires powershell or invokes some vbs code or needs this or that be installed, no, it should be 'pure' so it can run on whatever Windows version (Vista and up) and config it's put to run.
This actual version should work with Ren'Py games that sport a version (Ren'Py) 2.7 and up, script version newer than 7.3.5; that would be the last one to usually come with a now outdated x86 version of python..? if you only find a folder lib\windows-i686, and none other, you're for now out of luck, this batch doesn't work on those.
I'm still looking for ideas to get older Ren'Py to work, but haven't been lucky yet. It's tricky when staying pure .bat.
attached, file contains the batch file.
batch successfully tested on the following games (in alphabetical order):
18titans, Milf's Plaza, Monster Girl Dreams Alpha, Overlord H, Ravager, Sisterly Lust, WTS 1.40, WTS 1.45.3
it's still a Work In Progress, any hints, pointers or the likes to improve, are appreciated.
this is the better version, created by @⎰ ↜ ✰ BAD 75 ✰ ↜ ⎱
View attachment PyUniversalStarter_1.2.rar
it deals with filenames that contain spaces, as well. old Ren'Py versions are still iffy.
I've done this in light of the DRM garbage bound to some games' .exe file, and the whatif in my head after that.
I want it to be a 'pure' batch file, so i'm still stuck on a few things, because i really don't want to involve any scripting outside of this, nothing that requires powershell or invokes some vbs code or needs this or that be installed, no, it should be 'pure' so it can run on whatever Windows version (Vista and up) and config it's put to run.
This actual version should work with Ren'Py games that sport a version (Ren'Py) 2.7 and up, script version newer than 7.3.5; that would be the last one to usually come with a now outdated x86 version of python..? if you only find a folder lib\windows-i686, and none other, you're for now out of luck, this batch doesn't work on those.
I'm still looking for ideas to get older Ren'Py to work, but haven't been lucky yet. It's tricky when staying pure .bat.
attached, file contains the batch file.
batch successfully tested on the following games (in alphabetical order):
18titans, Milf's Plaza, Monster Girl Dreams Alpha, Overlord H, Ravager, Sisterly Lust, WTS 1.40, WTS 1.45.3
it's still a Work In Progress, any hints, pointers or the likes to improve, are appreciated.
this is the better version, created by @⎰ ↜ ✰ BAD 75 ✰ ↜ ⎱
View attachment PyUniversalStarter_1.2.rar
it deals with filenames that contain spaces, as well. old Ren'Py versions are still iffy.
Last edited: