Demo map ported to retail
- omega552003
- Posts: 11
- Joined: Sun Nov 26, 2006 8:26 am
Demo map ported to retail
http://www.fileplanet.com/170846/170000 ... for-retail
Some one had to do it, so i did, i liked the map too much to see it go away.
Some one had to do it, so i did, i liked the map too much to see it go away.
let me see if I can put it as an atach, then you download from the forum.
- Attachments
-
- railroads_demo_map_for_retail.zip
- (670.4 KiB) Downloaded 623 times
heres the Fish that I found in the Goods XML File
<Good>
<szName>Fish</szName>
<szClass>FastFreight</szClass>
<szGTMLIcon>Resource/Railroad/GoodIcons/icon_fish_32.tga</szGTMLIcon>
<BitmapLarge>
<szFile>Assets/Interface/Goods/icon_fish_64.tga</szFile>
</BitmapLarge>
<BitmapSmall>
<szFile>Assets/Interface/Goods/icon_fish_32.tga</szFile>
</BitmapSmall>
<BitmapTiny>
<szFile>Assets/Interface/Goods/icon_fish_16.tga</szFile>
</BitmapTiny>
<BitmapCar>
<szFile>Assets/Interface/Cars/CarIconSideViews.tga</szFile>
<uiX>0</uiX>
<uiY>16</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCar>
<BitmapCarEmpty>
<szFile>Assets/Interface/Cars/CarIconSideViewsEmpty.tga</szFile>
<uiX>0</uiX>
<uiY>16</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCarEmpty>
<Color>0,141,29</Color>
<MinPrice>8000</MinPrice>
<MaxPrice>16000</MaxPrice>
<szIndustryLeaderTitle>Captain of Cod</szIndustryLeaderTitle>
<szIndustryPlayerTitle>Angler</szIndustryPlayerTitle>
</Good>
And this is from the map Goods
<Good>
<szName>Fish</szName>
</Good>
<Good>
<szName>Fish</szName>
<szClass>FastFreight</szClass>
<szGTMLIcon>Resource/Railroad/GoodIcons/icon_fish_32.tga</szGTMLIcon>
<BitmapLarge>
<szFile>Assets/Interface/Goods/icon_fish_64.tga</szFile>
</BitmapLarge>
<BitmapSmall>
<szFile>Assets/Interface/Goods/icon_fish_32.tga</szFile>
</BitmapSmall>
<BitmapTiny>
<szFile>Assets/Interface/Goods/icon_fish_16.tga</szFile>
</BitmapTiny>
<BitmapCar>
<szFile>Assets/Interface/Cars/CarIconSideViews.tga</szFile>
<uiX>0</uiX>
<uiY>16</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCar>
<BitmapCarEmpty>
<szFile>Assets/Interface/Cars/CarIconSideViewsEmpty.tga</szFile>
<uiX>0</uiX>
<uiY>16</uiY>
<uiWidth>32</uiWidth>
<uiHeight>16</uiHeight>
</BitmapCarEmpty>
<Color>0,141,29</Color>
<MinPrice>8000</MinPrice>
<MaxPrice>16000</MaxPrice>
<szIndustryLeaderTitle>Captain of Cod</szIndustryLeaderTitle>
<szIndustryPlayerTitle>Angler</szIndustryPlayerTitle>
</Good>
And this is from the map Goods
<Good>
<szName>Fish</szName>
</Good>