Sadly, no. In the .sh file, you could just edit it directly. In the .bat file, the file that actually edits things are in the .py file, which is base64 encoded because windows. So you'd need to edit the cheat.py file, base64 encode it, paste that INTO the batch file, then run it.
If you're thinking, "That's stupidly complicated." blame windows. And if you think I'm being dramatic, I'm at work right now and I just spent a week mitigating a windows product that everyone uses to stop it from, essentially, DDOS'ing one of our servers because an user just wanted a report and it doesn't like how we're responding to its API request. I've just built an api server with the capability to handle 1000+ request flood (I'm literally stress testing this right now as I'm typing.) just because m$ can't fix their own damn code.
The 0.61 version of the injector does not work. New version is being worked on byI put the injector in the new version and while it doesn't break it also doesn't work.
The bat file simply refuses to inject anything like a cheat right now....followed instructions but i have failed,perhaps i have done something wrong?
Ahhh...I saw the problem.blame my laziness lol
What Asr127 said. I'm half way through the windows version, but I do have a day job and this version of the game changed a lot. The linux version currently works and the link as been updated. The windows version is still being worked on.I put the injector in the new version and while it doesn't break it also doesn't work.
You are a godsend.What Asr127 said. I'm half way through the windows version, but I do have a day job and this version of the game changed a lot. The linux version currently works and the link as been updated. The windows version is still being worked on.
For those wondering about my progress, the source code and its commits are onYou must be registered to see the links. When I'm finished with my workday today, I'll finish up the windows version.
my GOATWhat Asr127 said. I'm half way through the windows version, but I do have a day job and this version of the game changed a lot. The linux version currently works and the link as been updated. The windows version is still being worked on.
For those wondering about my progress, the source code and its commits are onYou must be registered to see the links. When I'm finished with my workday today, I'll finish up the windows version.
bkupIFS=$IFS
IFS=$'\n'
for origfn in `find . -iname "*.rpy.orig"`;do nfn=`echo "$origfn"|sed s/.orig//`; cp "$origfn" "$nfn"; rm "$origfn"; done;
IFS=$bkupIFS
It says 404 File not found when trying to use the pixeldrain link for the windows version.Windows version is now up. I've uploaded a new linux version. Front page has been updated.
Those that downloaded the linux version, please re-apply as I've found that I've missed some features. You can also restore to the original by running this in shell:
Code:bkupIFS=$IFS IFS=$'\n' for origfn in `find . -iname "*.rpy.orig"`;do nfn=`echo "$origfn"|sed s/.orig//`; cp "$origfn" "$nfn"; rm "$origfn"; done; IFS=$bkupIFS
Sorry about that. Missed the "update" button when I clicked. Updated the links.It says 404 File not found when trying to use the pixeldrain link for the windows version.
Thanks! It's working fineSorry about that. Missed the "update" button when I clicked. Updated the links.
The new update is working for me. Make sure to put the bat file in the "game" folder and then run it.sleepingkirby thanks for the mod. Getting a similar error.You don't have permission to view the spoiler content. Log in or register now.
That error is benign. It's from rpatool that I can't get rid of short of compiling rpatool from scratch. Let it run. If the rest goes okay, you're fine.sleepingkirby thanks for the mod. Getting a similar error.You don't have permission to view the spoiler content. Log in or register now.
The new update is working for me. Make sure to put the bat file in the "game" folder and then run it.
It shows the cheat enabled on the main menu screen and in the quick menu in the game, when clicked it just doesn't open.That error is benign. It's from rpatool that I can't get rid of short of compiling rpatool from scratch. Let it run. If the rest goes okay, you're fine.
There is no cheat menu. That's just there to tell you the cheat's been applied. The cheats are embedded in the game's interface itself. Please refer to the screen shots in the opening post on where the cheats are applied.It shows the cheat enabled on the main menu screen and in the quick menu in the game, when clicked it just doesn't open.
I've tried a new game and an existing save...
Then I apologize for wasting your time and I am a dumbass!There is no cheat menu. That's just there to tell you the cheat's been applied. The cheats are embedded in the game's interface itself. Please refer to the screen shots in the opening post on where the cheats are applied.
Yes. The .bat file on github is what I upload to pixeldrain.Pixeldrain link for Windows is not working for me mate, Any other way to download?