unusual looking crate
I am currently playing my first game with v.96c. I'm in the astroids in St. Katherine's and have come across a couple of Ronin caches so far. I am used to seeing the abandoned cubes but there has been a very different looking "object" that says it's an abandoned crate. Am I seeing things or has my brain finally fried from too many plasma hits? I would post the screen shot but I have no site to place it on.
-
- Developer
- Posts: 2998
- Joined: Thu Jul 24, 2003 9:53 pm
- Contact:
Thanks.
It's definitely a bug of some sort. The image that you showed looks like a piece of an Anarchist Settlement (which happens to be right below the cargo crate images in the Stations1.jpg bitmap)
I'll look into it. Thanks for reporting it.
It's definitely a bug of some sort. The image that you showed looks like a piece of an Anarchist Settlement (which happens to be right below the cargo crate images in the Stations1.jpg bitmap)
I'll look into it. Thanks for reporting it.
- dvlenk6
- Militia Captain
- Posts: 519
- Joined: Sun Mar 05, 2006 6:56 am
- Location: Sanctuary and beyond
- Contact:
I saw that before. I thought it was a new crate graphic variation.
Now that you mention it it is part of the anarchist settlement.
- - - - -
If anyone wants to fix that before an official fix, it is just a typo.
Of course backup your original .xml files before altering anything.
Change this line:
To this:
There are couple places it needs changed in EncountersVol01.xml
- Weapons Cache
- Weapons Crate
It is the last image variation of the <ImagesVariants> tags.
I actually like it the way it is though.

Now that you mention it it is part of the anarchist settlement.
- - - - -
If anyone wants to fix that before an official fix, it is just a typo.
Of course backup your original .xml files before altering anything.
Change this line:
Code: Select all
<Image imageID="&rsStations1;" imageX="480" imageY="408" imageWidth="32" imageHeight="32" />
Code: Select all
<Image imageID="&rsStations1;" imageX="480" imageY="352" imageWidth="32" imageHeight="32" />
- Weapons Cache
- Weapons Crate
It is the last image variation of the <ImagesVariants> tags.
I actually like it the way it is though.
