Skip to content

Conversation

@emwedk
Copy link

@emwedk emwedk commented May 7, 2025

  • fixes tab getting stuck.

  • fixes train not being removed from list if 'showTrain' is false

  • fixes parked vehicles not being considered when checking which vehicles can be chosen.

  • added option to show/hide license plates for implements in list and fixes Umbenennen der Fahrzeuge #10.

  • added option to show implement types instead of models in list.

  • added option to combine fill levels in list.

  • changed delimiters "with" and "&" to use "→" instead, to easily distinguish between vehicles and implements in list.

  • optimized to not call operational functions twice.

  • fixes train storelcon not being shown although avoids showing it's implements instead

  • Changes text color for vehicles with engines on since it was hard to see difference from the selected vehicle.

Tested for a good half hour, and the only thing that i was left with, is when you sell all your vehicles while having showTrain on, you can't tab to the train until you open the vehicle list.
.. could be one of the many if not VehicleSort:isHidden() calls causing it or perhaps onDelete() not calling while selling. not quite sure.

if you have any improvements or ideas, let me know.

emwedk added 11 commits May 7, 2025 09:17
- added option to show/hide license plates for implements in list.
- added option to show implement types instead of models in list.
- added option to combine fill levels in list.
- various fixes and optimizations to make the above possible.
- changed some formatting in the list to be easier on the eye.
- changed "with" and "&" to use "→" instead, to easily distinguis between vehicles and implements in list.
- optimized getHorsePower
- doubled amount of steps to shift infobox up and down.
- changed save path for modSettings to use same format as any other mod. (this will require users to copy the old config, or reset their settings - this doesn't reorder vehicles)
simply show the model for mods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Umbenennen der Fahrzeuge

1 participant