To answer kickassclown, here's how to do the ids without touching at numbers.
1. Open the ini file and find all the entries with ids_name and ids_info you need.
2. There, change the entry (let's say ids_name) from
ids_name = ######
ids_name = 0 ;GENERATESTRRES("Name goes here"
(use GENERATEXMLRES for ids_info)
3. Once that is done, continue and repeat the process.
Now once you're finished with adding this. IMPORTANT STEP (That I didn't know about lol) :
4. get a basic xml file like this one :
<script>
<header name="My testmod">
<scriptversion>
1.31 ----- Careful this is FLMM script version! (Current latest is 1.31)
</scriptversion>
<author>
Who you are, name the most important here not that much place
</author>
<modurl>
if you have one put it here (http://blabla.com or anything)
</modurl>
<description>
Useful text box. Can be long without problem.
</description>
</header>
-----Begin to add other scripts here-----
-----End to add other scripts here-----
</script>
5. add this line where said up :
<data file="enter the path here" method="copyfile" sourcefile="enter the same path here" scanfile="true">
</data>
There you go!
Edit : Remember to remove my comments or crash!
Edited by - Friendly_Fire on 9/29/2004 8:28:31 AM
1. Open the ini file and find all the entries with ids_name and ids_info you need.
2. There, change the entry (let's say ids_name) from
ids_name = ######
ids_name = 0 ;GENERATESTRRES("Name goes here"
(use GENERATEXMLRES for ids_info)
3. Once that is done, continue and repeat the process.
Now once you're finished with adding this. IMPORTANT STEP (That I didn't know about lol) :
4. get a basic xml file like this one :
<script>
<header name="My testmod">
<scriptversion>
1.31 ----- Careful this is FLMM script version! (Current latest is 1.31)
</scriptversion>
<author>
Who you are, name the most important here not that much place
</author>
<modurl>
if you have one put it here (http://blabla.com or anything)
</modurl>
<description>
Useful text box. Can be long without problem.
</description>
</header>
-----Begin to add other scripts here-----
-----End to add other scripts here-----
</script>
5. add this line where said up :
<data file="enter the path here" method="copyfile" sourcefile="enter the same path here" scanfile="true">
</data>
There you go!
Edit : Remember to remove my comments or crash!
Edited by - Friendly_Fire on 9/29/2004 8:28:31 AM