Create and Fuck your AI Slut -70% OFF
x

STracer

Newbie
Dec 16, 2023
45
35
151
In the game folder, do you only see files that have .rpa extensions, or are there instead files with .rpy or .rpyc? If the latter, it should be really easy to fix. You can open the file in question in a basic text editor and look at the very top of the code. There should never be any indentation at the beginning of a Ren'Py script file. Remove the indentation.
It isn't just the first line....every line has 4 extra spaces added in front of the text......every line has to be changed....if there is a way to just delete the first 4 spaces on each line that would be great....I'm not going to go through over 22000 lines of code to just delete 4 spaces on each line one at a time.....would take me all day...at least...lol
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,703
20,543
1,031
It isn't just the first line....every line has 4 extra spaces added in front of the text......every line has to be changed....if there is a way to just delete the first 4 spaces on each line that would be great....I'm not going to go through over 22000 lines of code to just delete 4 spaces on each line one at a time.....would take me all day...at least...lol
Do you have a port or something? If this is as broken as you're saying, anyone using the same version as you will have the same problem. I haven't played this in forever now, but I know it never ever had what you're describing back when I had played this. And I had used the standard PC version.

Just to cover the whole "not going to go through" it all yourself point, FFR you obviously wouldn't have to delete all of this manually yourself. Open the file with a free text editor (like Notepad++). If there are supposed to be only 8 spaces and there are 12, you can then do a Find-and-Replace by having 12 spaces in the "Find" field and 8 spaces in the "Replace" field. That would replace all of those instances. The best way is probably just to put 4 spaces in the "Find" field and then nothing in the "Replace" field. That replaces 4 spaces with nothing, effectively deleting 4 spaces from every line. That said, if not every single line has this problem, you could cause issues later in the code (like if there are supposed to be 4 leading spaces and there actually are 4 leading spaces). But you get the idea.

But at this point, I think you probably want to contact whoever provided the version you're using (and if it's from the OP of this thread, report the thread with the complaint) and get a fixed version provided to you. It obviously would save you tons of time vs. doing it yourself.
 
Last edited:
2.00 star(s) 10 Votes