- Dec 3, 2022
- 29
- 63
Hi,
So, I have been thinking about this for a while. There are multiple tools available online with which we can see the source code of any renpy game. Even if it's compressed into a .rpa file. I know there's no easy way to create a solution where the code will be invisible, but I was thinking if it's viable to create a script which upon execution mixes the code to a level where it won't be easily understood.
Like, changing function names, variables and class names to random characters. I know something like this is possible for pure python code, but I was wondering if there's something similar for renpy files.
So, I have been thinking about this for a while. There are multiple tools available online with which we can see the source code of any renpy game. Even if it's compressed into a .rpa file. I know there's no easy way to create a solution where the code will be invisible, but I was thinking if it's viable to create a script which upon execution mixes the code to a level where it won't be easily understood.
Like, changing function names, variables and class names to random characters. I know something like this is possible for pure python code, but I was wondering if there's something similar for renpy files.