[...]Am uploading an early .26 beta right now and will add public links to my Patreon / website.[...]
[...]Public
You must be registered to see the links
...
[...]Basically, some asshole here decided to give me 100% shit advice to tank my updates. Class.
Though, I should have known before that...don't trust a man offering free candy. A---hole.[...]
[...]...given his deliberate tanking of my code, makes me wonder WTF I'm posting here for, but, I also don't want you to have a shit experience.
first off...be warned...
most likely I'm that said A---hole,
so you should consider my "advice" potentially tainted!..(not sure tho what I did)
------
preface:
from my point of view, you cannot use savegames that were made with versions prior v.26 !
it is not enforced, and you may be even able to play along, but imho errors are highly probable !
I now played the .26beta through(2x exploretrack=9) tho I suspect as a normal player you shouldn't see those "branch v.26..." coz at some points vars get altered that may be unprofitable(?)...
(I'm on windows! so I can't tell anything about other OS)
and I highly recommend to play that 26beta!
to do so with a small addition from me do this:
-download the
You must be registered to see the links
-and depack it to a location of your liking
-delete or rename the "SwordofWonder-1513972811" folder in "%APPDATA%\RenPy\"( <-just enter that without quotes to the adress-field of explorer)(those are your old save-files which otherwise would be accessed by the new game-version)
-create a NEW file e.g. named "aWorkAround.rpy"
(name is irrelevant as long as you don't use a name already existing(in the .rpa) and as long as it has an .rpy extension)
with following content:
Code:
init offset=1
default player = Player("[mainc]", 100, 50, 0, 0, 0)
init offset=0
##default inventory = Inventory(0)#could be needed in the future
init -1 python:#for remembering the volume...
persistent.mTEMPmVolSave = _preferences.get_volume('music')
init 1 python:
_preferences.set_volume('music', persistent.mTEMPmVolSave)
delattr(persistent, "mTEMPmVolSave")
and put it into the "game"-folder beside the two .rpa-files
-start a NEW game
my workaround solves only that your hp and combat-value gets stored to the savegame
and that the volume does not get reset every startup
(as info: the developer mode is activated by default in the v.26beta, extraordinarily I left it on too, normally I deactivate it when I play a renpy-game...)
I hope you enjoy this game as much as I do, greets Mattock
@jillgates: I found some bugs