VurtualRuler98 / BoxLoader

A simple set of scripts that lets you load boxes using Vehicle in Vehicle for Arma 3.
Other
5 stars 2 forks source link

Script only for Vanilla #4

Closed john681611 closed 5 years ago

john681611 commented 5 years ago

This looks really cool is there any way I could extract the script parts out to just be a script for Vanilla? I want to try and replace R3F logistics

VurtualRuler98 commented 5 years ago

Vanilla vehicles don't have any VIV carrier space on them(except the van, and the VIV aircraft), I used invisible custom objects with models to substitute, which isn't possible in a script-only version. fn_addaction in the core addon has the load/unload scripts, though they're extremely barebones(it's just the setVehicleCargo script command).

john681611 commented 5 years ago

ok