Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - taelnia

#1
I too was having the non connecting pipe issue for existing maps. However, I was able to get this working on my previous save by editing the save file and making sure that components section (located after areaManager and before cameraMap) contained the CCL and Redist heat pieces.

in my non-CCL/Redist heat save it looked like this: </areaManager>
<components />
<cameraMap>


and I modified it to look like this(obtained by making a new colony and viewing the save file): </areaManager>
<components>
<li Class="CommunityCoreLibrary.ResearchController" />
<li Class="RedistHeat.AirNetTicker" />
</components>
<cameraMap>


At this point, all of the pipes in my old save automatically connected on load and started working.  I quickly scanned the new save for any other pieces of CCL that may have needed adding, but did not locate anything else.

Hope this helps some folks!  :)