Xml error sniper

Users who are viewing this thread

Hey there fellow hard working modders, lately I have struggled a bit with debugging xml files as the log really gives you zero information. I also saw lots of question on the forum and discord about people having problems with xml, so I am writing this for me and my coding team and thought you guys might find it handy as well.
L6Rk7.png

Download

av

Current features
- checks for common errors
- checks for komma instead of point uses
- checks for missing < or >
- checks for missing "
- checks if all xml headers and ends matchup (<Weapon> and </Weapon>)

Future features
- none yet

Ideas
- Please leave them behind this post
 
Last edited:
It's nice and all but I find that manually editing XML files is a terrible practice anyway...
It's pretty easy to load and edit XML files in C#, that way multiple mods could modify the same file
 
Back
Top Bottom