- May 23, 2018
- 23
- 18
That is not because of the rule 63, but because of one of the new, hidden additions to the game.The player pleasure slider stopped work after oni made a rule 63 for the game.
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?
Can you, in spoilers, tell me what the hidden additions that are tied to the pleasure slider are by any chance? I haven't touched the game since 997 and I liked being able to control the pleasure meters.That is not because of the rule 63, but because of one of the new, hidden additions to the game.
The slider simply has a function by default now, so this mod can't override it.
Really, do try playing around with the slider a bit in different situations. You might notice something.
I did a quick thread search, but didnt see the answer.. Will this mod work with the Prime Mod?
What says what's a virus? Which antivirus? Which version of the cheat injector? Which virus does it think it is?its says its a virus
It's your antivirus thinking an unknown .bat file is a virus. As a result, it sequesters (isolates) the file from being ran, read or access.it just keeps telling me that the folder cant be found and that is a virus, this used to be great, what happened
now it wont even open AHHHHHHHHHHHHHHHHHHHHHHH
When you run it, it should give you a command prompt-like window asking you to press 1 or 2 to enable/disable cheats. If you're not even seeing that, the system you're on is not running the .bat file at all. The .bat file itself is literally a text file with DOS commands. If it can't even run that, there's something going on with your machine.Doesn't work for me, put it in the root folder, launched it and nothing happened. Tried disabling av, still nothing.
Oh ye, I had that, win11 has that problem, iirc, i have to use cmd to run those programs.When you run it, it should give you a command prompt-like window asking you to press 1 or 2 to enable/disable cheats. If you're not even seeing that, the system you're on is not running the .bat file at all. The .bat file itself is literally a text file with DOS commands. If it can't even run that, there's something going on with your machine.
My spanish is VERY rusty. But it looks like it's saying that it can't execute the program. This .bat file uses powershell to create the rpatool that's needed for the rest. I noticed that it also says it can't open the python.exe despite being able to find it. You would need to make sure the .bat file is able to access/run powershell.exe as well as other .exe files like python.You don't have permission to view the spoiler content. Log in or register now.
This is what you can do to getaway from that problem.Doesn't work for me, put it in the root folder, launched it and nothing happened. Tried disabling av, still nothing.
PS C:\Users\(Yourusername)> cd (Location of your game)
PS (Location of your game)> run RLInjectv1.5.bat
You can either quote the file name. ex.:Note: DOS and to extent Powershell sometimes tend to give errors with spaces (Since I don't know how to circumvent that) so you better shorten everything like what I did in the PowerShell
run "RL Inject v1.5.bat"
run RL^ Inject^ v1.5.bat
run RL` Inject` v1.5.bat