@Paddy: Just saw that you had v1.2 up and I downloaded and tried it out. It's much better than working in notepad. I hope you can do what Chips suggested, the dropdown boxes for inserting the text for paths to specific inis. That, along with the generated tags, would make scripting a thousand times quicker and more exact than it is now. The more people choose to use scripting for their mods the more compatable they are.
Now for the request: Would it be possible to have selection boxes for inserting ids generation text? In other words if I wanted to put in ids info for a rumor there would be a box labeled "IDS Rumor" that would generate :
0 ;GENERATEXMLRES("<xml>-_</xml>"
or a box that's labeled "IDSINF Weapon" that would generate:
0 ;GENERATEXMLRES("<xml><RDL><PUSH/><TRA data="1" mask="1" def="-2"/><JUST loc="center"/><TEXT>_</TEXT><PARA/><TEXT> </TEXT><PARA/><TRA data="0" mask="1" def="-1"/><JUST loc="left"/><TEXT>_</TEXT><PARA/><TEXT> </TEXT><PARA/><TEXT></TEXT><PARA/><TEXT> </TEXT><PARA/><POP/></RDL></xml>"
Or even just two boxes, one for IDS Info and one for IDS Name they would generate:
0 ;GENERATEXMLRES("<xml></xml>"
0 ;GENERATESTRRES(""
Thanks for the great tool and for allowing input. I'm looking forward to v1.3.
Edit = Obviously all the little
are supposed to be just )
Edited by - kaegogi on 7/31/2004 2:48:51 PM