Tested the simple static/resource cargo. Works great, and pretty easy to use. Hardest part is making the meshes/textures.
I also noticed, because I spelled title wrong in the cfg, that there was a note saying missing mesh. That's a nice helpful feature.
Question though, I attempted to make the resource cargo into a station, by;
; === Configuration file for UCGO cargo ===
ucForceName = cDRILL
Module = UCGODynamicCargo
Mass = 546
MeshName = UniversalCars/bj_drillPacked
UcUnpackedMesh = UniversalCars/bj_rig
UcDescription = fuel oxygen hydrogen
...
BEGIN_ATTACHMENTP 0.0 1.0 0.70 0 0 1 0 1 0 UCGOST
END_ATTACHMENT
Which worked, but I cannot add it via the add tool that you see in the Arrow VC. Says error? -- I am guessing that 'stations' aren't allowed on the ship?
(To replicate, turn any regular cargo, like a flag into UCGOCG) then try adding it to Arrow on any scenario.
Switching from UCGOCG to UCGOST allows me to add it to the ship, but again as far as I can tell (after I unloaded it and everything) it is not acting as a fuel/LOX station. ie it cannot find any resource nearby.
Switching back to UCGOST sets it as a station again, but then it cannot be picked up by Arrow, or moved.
So I tried to setup a custom .dll like the unpack probe, see if it works.
BTW, making vessels is a breeze, just so you know, and I haven't found any problems so far.
So I found GetRessourceFromStationMineOrFactory() in the UCGOcargoSDK.h but I cannot find anything that can turn the vessel into a fuel setting station. (Oh and I also noticed that warning about the lack of cargoSlots. :thumbup:
Any reason for the error on attaching stations? Or if it is really easy, could you add something similar to
SetRessourceFromStationMineOrFactory()?
oh and also, small spelling error (I think)
Get
ResourceFromStationMineOrFactory()
Almost 1AM now, enough testing for today, till tomorrow... oh wait..
Attached is from my very very
very quick meshing/texture creations
Anyway, DLL making looks really easy. From when I was messing around with the ShuttlePB
Also Ill add a bug/feature request on your forum if this really is a bug and I am not doing anything wrong from lack of sleep. :tiphat: