branchrust_reboot/main/TaxiModulecancel
36 Commits over 31 Days - 0.05cph!
fixed taxi roof collision
splitting drop box component
Hack for kick button until interaction is fixed. Cast our own ray in the ShowIf, plus check angle and distance in CanKickPassengers
Setting up taxi module kick button. Seating prefab update. Currently kick interaction is non-functional due to an existing player interaction bug. Manifest rebuild and code gen.
Slightly decrease engine power in all modular cars
Thickened side colliders on taxi module and both armoured modules, to reduce client-side gunshot hits through the walls (server-side was already OK).
revert fix passenger long module
Increase taxi module glass strength
adding taxi gibs model + setup
fixed glass center pivot, adjusted glass fx position
Added taxi window glass gibs. Reassigned a couple of other glass gibs that had lost their assignment in a merge somewhere
Fix minor glass conditional bug
Fix glass renderer health conditional values not matching the collider conditionals
force taxi panel triangulation to avoid uv deformation
Prevent swapseats from a taxi module to a module with locked doors
Taxi module doors are now always unlocked, even on cars with a lock
New ModularCarSeat vehicle seat subclass. Working on making the taxi doors always unlocked.
Edit trade box drop velocity
Taxi module trade dropbox now fully functional
Having the trade box as part of the car, as we do with the fuel/engines/other storage, is a problem as only the base car entity is passed to the server and the server doesn't know exactly which storage compartment the client is interacting with. Therefore it's not possible to have e.g. the engine and storage locked but the trade box open. Trying it with the interaction on the trade box itself instead.
Change taxi module script to storage type. Add trade sub-entity prefab
Assign the correct prefab to the taxi item
Add new presets to the chassis entities
Added two taxi module vehicle presets
Remove random modular spawner since it's broken and unused by anyone except me
Added missing module types to the randommodular prefab
Added taxi module item and icon. Set module parameters. Manifest update. Test map edit just to include a taxi module.
Initial create branch for taxi module