Nice we have some movement.
Lets see:
It would be new to me that after the number 9 the 91 comes.
(0.9-dev -> 0.91) [Yes, that's me being pedantic...]
- IF we have a slight change, then it would be 0.9.1. Means basically just a bugfix.
- In this case however we have the changes for python 64bit windows lib's and a important tool update.
So
please go with version 0.10 or better with v0.11, because i used v0.10 already a ~year ago for a short lived unren update(Some RenPy changes did kill it).
More gruesome code stuff in "mod 5 0.91":
- Nobody noticed i guess: In the line
set "version=...
the last number (191007) is just the release date of v0.9-dev. -> Invalid here.
- Ever case of
set "renpydir=%...
is unneeded in UnRen. The var was and is never used.
- There are two checks for the "python.exe" now.
- Same for the other directory check "sets"(base & game dir)
Just saying. Works so far. For now...