I believe Snufkin is really busy at the moment with some stuff away from the game and can't dedicate the time on these projects but...
Here is a tentative update to restore compatibility for A19.
https://github.com/arramus/Snufkin-Custom-Vehicles-A19-Test
I tested this on a dedicated server and received the following load out messages.
This is a good thing. It wasn't always like this.
View attachment 15590
The updates so far are as follows:
Issue 1
recipes.xml
meleeThrownSpearSteelParts
The dedicated server produces this warning:
2020-10-09T15:20:45 111.077 ERR XML loader: Loading and parsing 'recipes.xml' failed
2020-10-09T15:20:45 111.077 EXC No item/block/material with name 'meleeThrownSpearSteelParts' existing
Exception: No item/block/material with name 'meleeThrownSpearSteelParts' existing
at RecipesFromXml+<LoadRecipies>d__1.MoveNext () [0x00499] in <9f04a0ee08f84f3794a7468a839f2bb0>:0
at ThreadManager+<CoroutineWrapperWithExceptionCallback>d__40.MoveNext () [0x00044] in <9f04a0ee08f84f3794a7468a839f2bb0>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
Logger:masterLogException(Exception)
Logger:Exception(Exception)
Log:Exception(Exception)
<>c__DisplayClass50_0:<loadSingleXml>b__2(Exception)
<CoroutineWrapperWithExceptionCallback>d__40:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
(Filename: <9f04a0ee08f84f3794a7468a839f2bb0> Line: 0)
As the 'meleeThrownSpearSteelParts' no longer exists, it is commented out and replaced with 'meleeToolAllSteelParts' in
recipes.xml
recipe name="HellBeast"
from
<!--ingredient name="meleeThrownSpearSteelParts" count="10"/--> to
<ingredient name="meleeToolAllSteelParts" count="10"/>
--------------------------------
Issue 2
recipes.xml
meleeToolWrench
As with Issue 1 and with the same resolution.
--------------------------------
Issue 3
recipes.xml
gunJunkTurretParts
As with Issue 1 and commented out and changed to:
<ingredient name="gunBotRoboticsParts" count="40"/>
--------------------------------
Issue 4
Xui warning about inventory for "CustonVehicles"
2020-10-09T15:20:55 121.098 WRN XML patch for "XUi/windows.xml" from mod "CustonVehicles" did not apply: <set xpath="/windows/window[@name='windowVehicleStorage']/grid[@name='inventory']/@rows"
2020-10-09T15:20:55 121.098 WRN XML patch for "XUi/windows.xml" from mod "CustonVehicles" did not apply: <set xpath="/windows/window[@name='windowVehicleStorage']/grid[@name='inventory']/@cols"
Commented it all out.
--------------------------------
There are probably other things to tweak but this gets it to being dedicated server stable and all the best if you can take it further or test it on your dedicated server.
Just a few pikkies.
The jet pack bugged a little at first spawn.
View attachment 15591
And then stabilised on next attempt. I shall watch the particles for issues as they can cause issues and we saw in some other mods.
View attachment 15592
View attachment 15593
View attachment 15594
View attachment 15596
I need a parachute instructor. I wonder if it has been implemented.
View attachment 15595
The recipes are taking well.
View attachment 15597