Stalin_Bulldog
Chieftain
- Joined
- Dec 3, 2005
- Messages
- 74
I have seen alot of posts on this general topic, but to fully facilitate it we should standardize the way we tag mods, this will allow a crawler program to find the edited portions of code and insert them in the correct place when appending them to main xml/python files
i'd sugguest a very general style along the lines of
xml: //<mod="MODNAME">
//</mod="MODNAME">
python: #<mod="MODNAME">
#</mod="MODNAME">
these are just examples, but in general most modders block their mods in comments, and if we could standardize the modding community on this topic a crawler program would be very easy to build.
i'd sugguest a very general style along the lines of
xml: //<mod="MODNAME">
//</mod="MODNAME">
python: #<mod="MODNAME">
#</mod="MODNAME">
these are just examples, but in general most modders block their mods in comments, and if we could standardize the modding community on this topic a crawler program would be very easy to build.