- Jun 28, 2017
- 18
- 13
I have made a small program that can change the protagonist name to whatever you like. I thought someone else might also like it so I decided to share it.
It is made in java so it should work for both pc and mac. I have only tested in on pc though.
I have only tested in on version 0.99, however it should work on any version as long as there are not any major changes.
Requirements:
It requires the game to have extracted the RPA packages and decompiled the rpyc files. You can do this by using UnRen.
How to use:
When you have done the previous step then it is pretty easy to use:
It works by looking through all files with the extension .rpy and changing all the places it says "Chris" to a name of your choosing.
"Chris" -> name
"Chrissy" -> nickname of sorts
"Christopher" -> formal name
"C" -> first letter of name
"C-Man" -> (first letter of name)-Man
It is made in java so it should work for both pc and mac. I have only tested in on pc though.
I have only tested in on version 0.99, however it should work on any version as long as there are not any major changes.
Requirements:
It requires the game to have extracted the RPA packages and decompiled the rpyc files. You can do this by using UnRen.
How to use:
When you have done the previous step then it is pretty easy to use:
- Run jar
- Write the name you want to use
- Click on the button "Change Name"
- Select the folder called "game" in your main folder for "Dreaming of Dana"
- Done - The program will do the rest for you!
It works by looking through all files with the extension .rpy and changing all the places it says "Chris" to a name of your choosing.
"Chris" -> name
"Chrissy" -> nickname of sorts
"Christopher" -> formal name
"C" -> first letter of name
"C-Man" -> (first letter of name)-Man