Beta and Debug Releases

I'm going to start releasing beta updates. I will do my best to make these stable but certain things only come to light once they are used by more people.

From what I can see umod won't tell you about updates that are are not release to main so I thought I could post any beta updates here to make them more visible.

V0.9.22

Branch: debug

https://umod.org/plugins/SyncPipes.cs?version=0.9.22&branch=debug

Release Notes:

This is a debug version to help with tracking down issues with missing pipes attached to quarries and pumpjacks after server restarts.

If you have any pipes go missing when the server restarts please can you send me three log files it should generate (under logs/syncpipes).

The current support thread for this is:
https://umod.org/community/sync-pipes/38204-failed-to-load-manager-xxxxxxx-container-not-found

This version also has some experimental fixes and updates.

Changes:

  • Fixed: Recyclers - Now put in the top and take from the bottom
  • Added: Auto filter on Ovens/Refineries/Furnaces
  • Added: Additional logging when pipes fail to load
  • Fixed: Issues with rcon spamming with null reference exceptions


Merged post

V0.9.23

Branch: beta

https://umod.org/plugins/SyncPipes.cs?version=0.9.23&branch=beta

Release Notes:

  • Fixed: Recyclers - Now put in the top and take from the bottom
  • Added: Auto filter on Ovens/Refineries/Furnaces
  • Added: Additional logging when pipes fail to load
  • Fixed: Issues with rcon spamming with null reference exceptions
  • Added: Default permission levels when a new config file is generated


Merged post

V0.9.24

Branch: debug

https://umod.org/plugins/SyncPipes.cs?version=0.9.24&branch=debug

Release Notes:

Changed how logging is handled. Added more logging to help track down NullReferenceException reported here:
https://umod.org/community/sync-pipes/38263-using-pipes-with-recycler

Changes:

  • Added: new logging


Merged post

V0.9.24 is actually https://umod.org/plugins/SyncPipes.cs?version=0.9.24&branch=debug (Displayed text is correct but link was wrong)

V0.9.26 - Released

Branch: master

V0.9.31

Branch: beta

https://umod.org/plugins/SyncPipes.cs?version=0.9.31&branch=beta

Release Notes:

  • Fixed: Issues with shops not taking items
  • Fixed: Pipe upgrade not making sounds
  • Fixed: Loading issues
  • Fixed: Build permission issues when placing pipes
This also includes a new file format v1.1 which also stores the location of entities and will attempt to reconnect to an entity with the same prefab name in the same spot. This should hopefully fix some of the quarry issues that were occuring.

V0.9.34

Branch: beta

https://umod.org/plugins/SyncPipes.cs?version=0.9.34&branch=beta

Release Notes:

  • Fixed: Issue with TCs with attached pipes when a building splits into 2 buildings.
              This could cause the server to hang or remove the TC from the building (causing the building to decay and have no build privilege).


Merged post

V0.9.35

Branch: beta

https://umod.org/plugins/SyncPipes.cs?version=0.9.35&branch=beta

Release Notes:

  • Fixed: Issue with containers not attached to a building
  • Adjusted: Permission level handling
Locked