• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
All monsters have lower case names? Have to manually change each one?

All monsters have lower case names? Have to manually change each one?

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

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...
 
Back
Top