Maritimes Canada
Pete - I just downloaded the updated installer and added Beer to the Villages so I wouldn't have to run a full game (copied it from Metropolis) and it ran fine. Try your again. If it happens again, I'll upload the XML file w/the added Beer need and you can test that.
I'm correct 97% of the time..... who cares about the other 4%....
Snoopy
I've tried it again with both your zip and the installer zip.
In both, I haul grain to a station that provides beer.
The grain empties and as soon as it trys to load beer, the game crashes.
Note.....I'm not using your global setup. I've been having good luck up to now with the installers.
Your talk about cities, metropolis, and conglomerates confuses me.
If a town says beer for grain........what else is required?
As he beats his head against the wall............
Pete
I've tried it again with both your zip and the installer zip.
In both, I haul grain to a station that provides beer.
The grain empties and as soon as it trys to load beer, the game crashes.
Note.....I'm not using your global setup. I've been having good luck up to now with the installers.
Your talk about cities, metropolis, and conglomerates confuses me.
If a town says beer for grain........what else is required?
As he beats his head against the wall............

Pete
Pete - first, the bad news....
if you're running the installers, you are running GLOBALS (and they're not mine, they are a group creation) The installers create and modify the GLOBALS.
What I did was simply made a change in WHEN I could load Beer to test it without running the map for any length of time. I needed to check that the installer set the map up for the full Grain > Brewery > Beer Cask Car > Beer. It does.
What files do you have in CustomAssets\XML ? You have to have 6 XML files in there.

What I did was simply made a change in WHEN I could load Beer to test it without running the map for any length of time. I needed to check that the installer set the map up for the full Grain > Brewery > Beer Cask Car > Beer. It does.
What files do you have in CustomAssets\XML ? You have to have 6 XML files in there.
I'm correct 97% of the time..... who cares about the other 4%....
Pete - you've got the 5 required GLOBALS. a sixth one, RRT_Characters.xml is needed for a couple of maps depending on how they were written. I've found the problem.
atani - for some reason the 'Beer Cask Car' is not being put into the GLOBALS. I can't see why it has been missed as it was originally in Chicago to the Rockies. I found the original coding from a set of GLOBALS I had on another drive. Here they are:
<TrainCar>
<szName>Beer Cask Car</szName>
<szGood>Beer</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
I don't know how to get them into the Setup, so I'll leave that up to you. The Cask Car for Wine is there, but not the Beer Car.
atani - for some reason the 'Beer Cask Car' is not being put into the GLOBALS. I can't see why it has been missed as it was originally in Chicago to the Rockies. I found the original coding from a set of GLOBALS I had on another drive. Here they are:
<TrainCar>
<szName>Beer Cask Car</szName>
<szGood>Beer</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
I don't know how to get them into the Setup, so I'll leave that up to you. The Cask Car for Wine is there, but not the Beer Car.
I'm correct 97% of the time..... who cares about the other 4%....
Pete, yes, they go into xml\ RRT_traincars.xml and what you should find is this:
<TrainCar>
<szName>Cask Car</szName>
<szGood>Wine</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
and this:
<TrainCar>
<szName>Beer Cask Car</szName>
<szGood>Beer</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
They may not be together, but both have to be in there.
<TrainCar>
<szName>Cask Car</szName>
<szGood>Wine</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
and this:
<TrainCar>
<szName>Beer Cask Car</szName>
<szGood>Beer</szGood>
<szModel>Cask_Car.kfm</szModel>
<szDummyModel>Cask_Car_dummies.nif</szDummyModel>
<szGroundClackSound>AS3D_CLACK_PLANET_GROUND</szGroundClackSound>
<szBridgeClackSound>AS3D_CLACK_PLANET_BRIDGE</szBridgeClackSound>
<RunLength>30</RunLength>
</TrainCar>
They may not be together, but both have to be in there.
I'm correct 97% of the time..... who cares about the other 4%....
OK, reality is getting in my way, plus I just got another 1Gb card from my brother and I'm in 7th heaven, 3Gb of joyful fun!
I had downloaded the setup again and ran it, but didn't get to look at it. It's still got an error with the RRT_TrainCars.xml.
Pete - in XML\_SCENARIOS_ delete the RRT_TrainCars_MARITIME.xml from the MARITIMES folder and take the XML in the ZIP below and put it in the folder. It's corrected.
atani - direct me to the instructions for the making of the Setups and I'll try to see if I can do it. I need to learn and you do have alot to do.

I had downloaded the setup again and ran it, but didn't get to look at it. It's still got an error with the RRT_TrainCars.xml.
Pete - in XML\_SCENARIOS_ delete the RRT_TrainCars_MARITIME.xml from the MARITIMES folder and take the XML in the ZIP below and put it in the folder. It's corrected.
atani - direct me to the instructions for the making of the Setups and I'll try to see if I can do it. I need to learn and you do have alot to do.
- Attachments
-
- RRT_TrainCars_MARITIMES.zip
- (412 Bytes) Downloaded 390 times
I'm correct 97% of the time..... who cares about the other 4%....
Well, this is really strange.
I added <TrainCar>
<szName>Cask Car</szName>
<szGood>Beer</szGood>
</TrainCar>
which I found in the Germany scenerio,
To my maritimes RRT_ traincars, and the beer now works.
Then I saw your last post, and when I went and checked, both of the entries are there.
I don't think it was there before I made my change and started the game.
Unbelievable, the things this game does.
Thanks for your help
The beer flows.
Pete
I added <TrainCar>
<szName>Cask Car</szName>
<szGood>Beer</szGood>
</TrainCar>
which I found in the Germany scenerio,
To my maritimes RRT_ traincars, and the beer now works.
Then I saw your last post, and when I went and checked, both of the entries are there.
I don't think it was there before I made my change and started the game.
Unbelievable, the things this game does.
Thanks for your help
The beer flows.
Pete