First thing's about this forum option : if you've forgotten smth or want to change another thing, use the Edit button on your post, instead of creating a new post (that'll be easier to view..)
Second, the Spammer should go off after a certain number of post, you'll see by yourself soon enough....
At last, if you'd like to change the cameo of your new GI, you'll have to give to give its own section in the Art.ini...
to give an explanation of how it works :
Code:
=== IN RULES ===
for a section called [NEWGI] :
- if there's a tag called "Image=GIJOE" then it'll look the Art.ini for a section called [GIJOE] and use all its arts properties.
- else it'll look the Art.ini for a section called [NEWGI], ie: the name of your rules entry.
=== IN ART ===
for a section called [NEWGI] :
- if there's a tag called "Image=GIJOE" then it'll look the Art.ini fo a section called [GIJOE] and use all its arts properties. BUT if you add tags such as "Cameo=" and "AltCameo=" in the [NEWGI] section, it'll override the [GIJOE] tags...
- else, it'll use all its arts properties. In that case, you must have a newgi.shp in your game directory.
what you should do IMO :
Code:
- open Rules.ini
- remove any tag called "Image=" of your [NEWGI], or put "Image=NEWGI"
- open Art.ini
- create a new section called [NEWGI]
- add the tag "Image=E1" (== image of the GI, not sure it's that)
- add the tag "Cameo=newgiicon" and "AltCameo=newgiuico"
- close your inis
- add your new cameos in your game dir, they should be in .shp format
- finish
In fact, that's how I'd do, but if some find errors (should be with E1 or Cameo=), or have a better idea....... :scared: