Icons for IronCars
Icons for IronCars
I am missing some icons in the game for “Iron Carsâ€
First, you should have let us know what map you were playing. Not knowing, I unpaked all the FPks into a folder and looked for the DDS you listed in the first quote. A Modder can call a file whatever he likes, even if it doesn't make any sense to others. The DDS doesn't exist, spelled IRON or ICON. as a matter of fact, I went into the TrainCars FPK for the Original game and found no DDS type Icons. Then, out of couriosity, I removed the Icon line from Passengers. No change in the maps. I believe it to be another of those lines that Firaxis started to use, but then found a way around it. The Icons for the cars are part of the Goods XML.
I ask what map, but I think it might be MID EAST.
I ask what map, but I think it might be MID EAST.
I'm correct 97% of the time..... who cares about the other 4%....
OK. Here it is.
There are no maps, because I was trying make costum map with the following product line:
Passengers –to- Iron Mine(Iron Ore) –to- Iron Mill(Iron) –to- Machinery -to- Gold –to- Bank.
I know that both Middle East and America maps have Iron Ore, but they convert it to Steel.
I will upload the map “FourBearsâ€
There are no maps, because I was trying make costum map with the following product line:
Passengers –to- Iron Mine(Iron Ore) –to- Iron Mill(Iron) –to- Machinery -to- Gold –to- Bank.
I know that both Middle East and America maps have Iron Ore, but they convert it to Steel.
I will upload the map “FourBearsâ€
Iron Car files...
Here are the files for the Iron Car. Extract these files and place them inside your custom assets folder...the game will find them there. These should be the correct files for the model along with the car icons as well. Just click the link below.
I use RAR but there is also a Zip file if you use that...either will work...pick one.
http://www.CrimsonSun.cc/IronCar.rar
http://www.CrimsonSun.cc/IronCar.zip
I use RAR but there is also a Zip file if you use that...either will work...pick one.
http://www.CrimsonSun.cc/IronCar.rar
http://www.CrimsonSun.cc/IronCar.zip
Actually none of the above. I have both Iron Cars and Scrap Metal Cars
I was experimenting that maybe the Iron Car icons are defective and substituted them with the Scrap Metal Cat icons. But it did not work and I got caught red handed.
Here is the XLM showing the three lines of the Iron Car Icon as a “commentâ€
I was experimenting that maybe the Iron Car icons are defective and substituted them with the Scrap Metal Cat icons. But it did not work and I got caught red handed.
Here is the XLM showing the three lines of the Iron Car Icon as a “commentâ€
Let me see if i can explain this completely......
There are <szIcons>, which are NOT the Icons used in the game. The brown profile below is the ICON_car_iron.dds.
Then there are BITMAPS, which are a file called TGAs, which ARE the Icons used in the map. Remember, the making of this game was based on other games and some of the names inside the < > are not what they are supposed to be.
What you are missing in the screen shots you did are the circled Icons that are specified in the code below:
<Good>
<szName>Scrap Metal</szName>
<szClass>Freight</szClass>
<szGTMLIcon>icon_scrapmetal_32.tga</szGTMLIcon>
<BitmapLarge>
<szFile>icon_scrapmetal_64.tga</szFile>
</BitmapLarge>
<BitmapSmall>
<szFile>icon_scrapmetal_32.tga</szFile>
</BitmapSmall>
<BitmapTiny>
<szFile>icon_scrapmetal_16.tga</szFile>
</BitmapTiny>
<BitmapCar>
<szFile>DSgoods.tga</szFile>
<uiX>32</uiX>
<uiY>0</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCar>
<BitmapCarEmpty>
<szFile>DSgoodsEmpty.tga</szFile>
<uiX>32</uiX>
<uiY>0</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCarEmpty>
<Color>78, 133, 138</Color>
<MinPrice>7000</MinPrice>
<MaxPrice>15000</MaxPrice>
<szIndustryLeaderTitle>Scrappy</szIndustryLeaderTitle>
<szIndustryPlayerTitle>Scooby</szIndustryPlayerTitle>
</Good>
The attached ZIp has the 2 TGA files you need. I don't know why yours doesn't seem to work as this code is part of B&R and B&R Demo. Check the above section of RRT_Goods.xml to be sure the names and numbers are correct.
We also need to know if anyone else who has played this map is missing the Scrap Metal car icons.
There are <szIcons>, which are NOT the Icons used in the game. The brown profile below is the ICON_car_iron.dds.
Then there are BITMAPS, which are a file called TGAs, which ARE the Icons used in the map. Remember, the making of this game was based on other games and some of the names inside the < > are not what they are supposed to be.
What you are missing in the screen shots you did are the circled Icons that are specified in the code below:
<Good>
<szName>Scrap Metal</szName>
<szClass>Freight</szClass>
<szGTMLIcon>icon_scrapmetal_32.tga</szGTMLIcon>
<BitmapLarge>
<szFile>icon_scrapmetal_64.tga</szFile>
</BitmapLarge>
<BitmapSmall>
<szFile>icon_scrapmetal_32.tga</szFile>
</BitmapSmall>
<BitmapTiny>
<szFile>icon_scrapmetal_16.tga</szFile>
</BitmapTiny>
<BitmapCar>
<szFile>DSgoods.tga</szFile>
<uiX>32</uiX>
<uiY>0</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCar>
<BitmapCarEmpty>
<szFile>DSgoodsEmpty.tga</szFile>
<uiX>32</uiX>
<uiY>0</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCarEmpty>
<Color>78, 133, 138</Color>
<MinPrice>7000</MinPrice>
<MaxPrice>15000</MaxPrice>
<szIndustryLeaderTitle>Scrappy</szIndustryLeaderTitle>
<szIndustryPlayerTitle>Scooby</szIndustryPlayerTitle>
</Good>
The attached ZIp has the 2 TGA files you need. I don't know why yours doesn't seem to work as this code is part of B&R and B&R Demo. Check the above section of RRT_Goods.xml to be sure the names and numbers are correct.
We also need to know if anyone else who has played this map is missing the Scrap Metal car icons.
- Attachments
-
- ICON_car_iron.jpg (78.26 KiB) Viewed 9170 times
-
- DSgoods&DSgoodsempty.jpg (133.77 KiB) Viewed 9170 times
-
- CarIcons.zip
- (3.93 KiB) Downloaded 331 times
I'm correct 97% of the time..... who cares about the other 4%....