- Aug 23, 2017
- 125
- 26
Yea it looks different, but for a noob, it looks all the same. I want to learn how to add to the mod and still work becauseCan be you accidentally added or deleted a linebreak while you edited, that is something Ren'Py parser does not like to interprete. You may use e.g. Notepad++ to change these .rpy text files.
Copy the .rpy file from the archive anew. With Notepad++ you load the file, then you choose from 'Languages' > P > 'Python' - now you got the syntax of that language. You'll see the file looks a bit differently now. Only then you change stuff in the file, don't delete linebreaks or add some to the file. Save and test your changes thoroughly.
Hope that helps, happy hacking.
right now I'm doing this on a back up file and I still get that tab error. How do I get it to look like the rest of the mod without using tab?