Quote from: acook8103 on March 25, 2015, 07:18:43 PM
The unable to select the generators thing was really nagging, so decided to run a diff on the Core and the Mod and besides the changes to make them walkable, there was this difference.Code Select
diff original.txt new.txt
1c1
< <ThingDef ParentName="BuildingBase">
---
> <ThingDef Name="BuildingBase">
After changing the mod to use ParentName, I was able to select the generators. I'm also unable to get them to build on top of each other. (Using God mode to test.)
Most likely, since they weren't being treated as Buildings, they were being allowed to occupy the same space.
Until a patched mod is up, just go in to Mods\Xylene-Antirage\Defs\ThingDefs\ and modify solar_geothermal_fix.xml to use ParentName on the SolarGenerator and GeothermalGenerator ThingDefs.
You know the feeling you get when you make a really stupid mistake? Yeah, that. Thanks for the reply as I had no idea at all what was causing it but the problem is so simple now.