- Mar 11, 2018
- 27
- 16
I'm very new to Ren'Py and trying to learn to create a Character name renaming/replacement screen mod for a game. The game I'm looking to do this for also looks like has the names in the dialogue/text hardcoded not referenced by the character variables.
I reviewed several posts/threads here and found this Excellent Post by @anne O'nymous to cover all of what I think is needed. A lot of the other posts also talked about using
questions I have is using
Thanks
I reviewed several posts/threads here and found this Excellent Post by @anne O'nymous to cover all of what I think is needed. A lot of the other posts also talked about using
config.say_menu_text_filter
, however looking at the Ren'Py docs I also see this Ren'Py
You must be registered to see the links
which I think would do a more complete job since the docs say it covers text on the interface as well.questions I have is using
config.replace_text
bad or worse than config.say_menu_text_filter
? would it cause issues I'm not yet aware of that I should avoid using it?Thanks
Last edited: