if "Xavier\'s photo" and "Xavier\'s files" not in Player.Inventory:
if True and ("Xavier\'s files" not in Player.Inventory):
if "Xavier\'s photo" not in Player.Inventory and "Xavier\'s files" not in Player.Inventory:
if not any(i in Player.Inventory for i in ["Xavier's photo", "Xavier's files"]):
if {girl}X not in Keys:
textbutton "{girl}'s Key" text_size 15 action [
AddToSet(Keys, {girl}X)
]
if "{girl}X" in globals():
It sounds like this part wasn't applied:part of the cheat works, I can get all the items and max the girl's levels, but I can't alter the stats by dragging with the mouse, overall good mod, just wish I knew why it wasn't working, I'm on windows, by the way.
objects = ["Partner", "Ch_Focus"]
for i in objects:
lustBase = "value %s.Lust" % i
lustNew = 'value FieldValue(%s, "Lust", 100)' % i
loveBase = "value (%s.Love/10)" % i
loveNew = 'value FieldValue(%s, "Love", 1000)' % i
obedBase = "value (%s.Obed/10)" % i
obedNew = 'value FieldValue(%s, "Obed", 1000)' % i
inbtBase = "value (%s.Inbt/10)" % i
inbtNew = 'value FieldValue(%s, "Inbt", 1000)' % i
addictBase = "value %s.Addict" % i
addictNew = 'value FieldValue(%s, "Addict", 100)' % i
rateBase = "value (%s.Addictionrate*10)" % i
rateNew = 'value FieldValue(%s, "Addictionrate", 10)' % i
screens = (
screens.replace(loveBase, loveNew)
.replace(lustBase, lustNew)
.replace(obedBase, obedNew)
.replace(addictBase, addictNew)
.replace(inbtBase, inbtNew)
.replace(rateBase, rateNew)
)
I don't know how the mod works so I can't really help troubleshoot, but does the inventory show you the options for adding money and levels? Perhaps it didn't install. Both options are working for me with a fresh 998B install, new save and pre-existing.dragging the stat bars doesnt work for me
I'm using the latest ver of 998
I'm finally able to get a windows partition recently (don't ask. long story). I was able run this mod without a problem.I can get the inventory and money cheats working on latest version but not able to control levels and time. Doesn't say 'cheats enabled' when starting. Have followed instructions and added the two files a few posts above this. Hope this mod gets updated as it's great.
If you're trying to play the latest version with Sancho's multi mod, I HIGHLY RECOMMEND AGAINST IT. It looks like Sancho's mod is a replacement for game files. Some of which may remove new content and/or dialogue in 0.999e since the latest Sancho's mod is built against 0.997d. The good news is, I currently don't see any conflict with Sancho's multi mod and this injector.Is there a current version with the Cheat and Sancho mods installed? Playing using Joiplay and bat files obviously can't be installed.
which pwsh
) and the downloaded script is executable (chmod a+x ./RL-Inject_v1.3.1.ps1
) you can run directly or from your shell via pwsh -Command ./RL-Inject_v1.3.1.ps1
.The Base64 actually is a python script that does regex finds and replace. If you've rewritten that into powershell and since powershell does regex search and replace, mind replacing the base64 into just straight up powershell functions?I created a rewrite of this script in plain pwsh/Powershell that works on Mac/Windows/Linux (as long as Powershell is installed) for anyone interested. It can be downloaded from MEGAYou must be registered to see the links. Similar wrapper for SLDR's python script given in the batch script; since that depended on pwsh anyway figured this was a win.
If pwsh is usable in your path (which pwsh
) and the downloaded script is executable (chmod a+x ./RL-Inject_v1.3.1.ps1
) you can run directly or from your shell viapwsh -Command ./RL-Inject_v1.3.1.ps1
.
Installing Powershell on your system (if needed):
You must be registered to see the links
You must be registered to see the links