userBill Bcancel
branchrust_reboot/main/TaxiModulecancel

25 Commits over 0 Days - ∞cph!

3 Years Ago
Hack for kick button until interaction is fixed. Cast our own ray in the ShowIf, plus check angle and distance in CanKickPassengers
3 Years Ago
Taxi kick button code
3 Years Ago
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.
3 Years Ago
Slightly decrease engine power in all modular cars
3 Years Ago
Thickened side colliders on taxi module and both armoured modules, to reduce client-side gunshot hits through the walls (server-side was already OK).
3 Years Ago
Increase taxi module glass strength
3 Years Ago
Added taxi window glass gibs. Reassigned a couple of other glass gibs that had lost their assignment in a merge somewhere
3 Years Ago
Fix minor glass conditional bug
3 Years Ago
Fix glass renderer health conditional values not matching the collider conditionals
3 Years Ago
Prevent swapseats from a taxi module to a module with locked doors
3 Years Ago
Taxi module doors are now always unlocked, even on cars with a lock
3 Years Ago
New ModularCarSeat vehicle seat subclass. Working on making the taxi doors always unlocked.
3 Years Ago
Edit trade box drop velocity
3 Years Ago
Taxi module trade dropbox now fully functional
3 Years Ago
Merge Main -> TaxiModule
3 Years Ago
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.
3 Years Ago
Change taxi module script to storage type. Add trade sub-entity prefab
3 Years Ago
Assign the correct prefab to the taxi item
3 Years Ago
Add new presets to the chassis entities
3 Years Ago
Added two taxi module vehicle presets
3 Years Ago
Remove random modular spawner since it's broken and unused by anyone except me
3 Years Ago
Added missing module types to the randommodular prefab
3 Years Ago
Add missing asset file
3 Years Ago
Added taxi module item and icon. Set module parameters. Manifest update. Test map edit just to include a taxi module.
3 Years Ago
Initial create branch for taxi module