swashed
Member
- Joined
- Jul 9, 2023
- Messages
- 115
- Reaction score
- 14
swashed submitted a new resource:
All monsters have lower case names? Have to manually change each one? - A python script to automatically replace all lower case monsters names to capitalized
Read more about this resource...
All monsters have lower case names? Have to manually change each one? - A python script to automatically replace all lower case monsters names to capitalized
I'm not sure where to post this, but I had this problem and it isn't the first time I've had it and I know some of your have had it as well. This is for when you're looking at a list of monster files, all in XML format, and their names are lowercase.
Example:
XML:<monster name="amazon"....
But you need it to look like this:
XML:<monster name="Amazon"...
You can just run this python script to auto-capitalize all of them. You just need to specify the directory of...
Read more about this resource...