-
Notifications
You must be signed in to change notification settings - Fork 34
Description
This mod made it simple to add autoloading to a logging trailer I made.
I have noticed two things that would give me the possibility to configure the mod to my preferences.
It would be nice if we had the option to add something like <options enableLoadingOnTheMove="true"/> to the mod xml to allow the trailer to be loaded when the vehicle is in motion.
I would also like to have the option to have the trailer load until full. This would complement well the revision mentioned above. It would also allow for productions to be unloaded without as much user input. Again something like
<options enableLoadingUntilFull="true"/>
I have taken a look in the UniversalAutoload.lua, but am unable to make these revisions for a pull request. I am interested to think what others in the community might have to think about this too. Thank you for your consideration.