Merciless Mark and me have been trying to figure out how to change some code for the flag textures. We found some code in RESOURCE\INI\rigging.ini where the flag textures are defined:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->[FLAGS]
; TEXTURE PARAMETERS
; NK I think this may well be unused.
TextureName = flagall.tga
TextureCount = 8
EnglandPennonTex = 0
SpanishPennonTex = 0
FrenchPennonTex = 0
PiratePennonTex = 0
EnglishFlagTex = 1
SpanishFlagTex = 4
FrenchFlagTex = 2
PirateFlagTex = 5
PortugalFlagTex = 3
DatchFlagTex = 0
; KK
NathanielFlagTex = 7<!--c2--></div><!--ec2-->
We also found out that this code is referenced to by MODULES\rigging.dll. You can change the texture filename, but that isn't of much use. We want to add some new texture filename, so we can add each flag to a seperate texture file (much easier for people choosing different flagpacks). So does anybody know how to ADD code to DLL files?
BTW: Strange thing with the Dutch: DatchFlagTex is NOT referenced in rigging.ini. Not is Dutch or Holland. What the HECK??? <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid="
" border="0" alt="piratesing.gif" />
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->[FLAGS]
; TEXTURE PARAMETERS
; NK I think this may well be unused.
TextureName = flagall.tga
TextureCount = 8
EnglandPennonTex = 0
SpanishPennonTex = 0
FrenchPennonTex = 0
PiratePennonTex = 0
EnglishFlagTex = 1
SpanishFlagTex = 4
FrenchFlagTex = 2
PirateFlagTex = 5
PortugalFlagTex = 3
DatchFlagTex = 0
; KK
NathanielFlagTex = 7<!--c2--></div><!--ec2-->
We also found out that this code is referenced to by MODULES\rigging.dll. You can change the texture filename, but that isn't of much use. We want to add some new texture filename, so we can add each flag to a seperate texture file (much easier for people choosing different flagpacks). So does anybody know how to ADD code to DLL files?
BTW: Strange thing with the Dutch: DatchFlagTex is NOT referenced in rigging.ini. Not is Dutch or Holland. What the HECK??? <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid="
