24 Commits

Author SHA1 Message Date
David Leal
daa5845666
Cleanup and use vector.new where possible (#16) 2023-04-04 12:24:09 -06:00
David Leal
6b3141fd69
Complete multiple passenger support (#14) 2023-01-19 13:46:49 -06:00
David Leal
dbd0d395c6
Version 2.4.0 (#12)
- Added new API support for `lib_mount`.
- Customizable HP/Armor for all vehicles. Players will be affected.
- Short and tweak the code.
- Cars can now be killed by players.
- Support for 3+ passengers (beta).
2022-12-18 16:22:44 -06:00
Lazerbeak12345
f14cf378ba
Fix incorrect passenger ordering (#11)
This actually also fixes a bug where an infinite number of passengers could be mounted to the last passenger seat.
2022-11-30 10:23:08 -06:00
David Leal
1bfa51a394
Update the framework and the template due to rec...
...ent API changes.
2021-03-24 13:01:21 -06:00
David Leal
0b66495b2b
Fix enable_crash not using its original value
If there's no value found, it'll automatically be set to `true`.
2021-02-12 15:44:21 -06:00
David Leal
8935e1ce05
Update framework due to API changes 2020-11-16 20:46:10 -06:00
David Leal
b0e5a30156
Update framework due to API changes 2020-08-27 00:22:13 -05:00
David Leal
b489464681
Support for flying vehicles 2020-08-26 19:00:31 -05:00
Panquesito7
150f9067bc
Add drops to all vehicles
Requires `lib_mount` to be updated first.
2020-06-06 21:17:47 -05:00
Panquesito7
623ee9aa05
Version 2.2.2
- Fix passengers not detaching when driver gets out.
- Various other tweaks and fixes for passengers.

Requires `lib_mount` to be updated first.
2020-06-02 12:11:01 -05:00
Panquesito7
cbacfec977
Version 2.2.1
- Added vehicle crafting (Enabled by default).
  - Added car battery, windshield, tire, and motor.
- All CAR01's can now carry 3 passengers.
- Added mod screenshot.
- Improve `README.md`.
2020-05-28 17:25:26 -05:00
Panquesito7
766b6d0358
Version 2.2.0
- Move files to a folder of its own.
- Add GitHub workflow and LuaCheck.
- Add `settingtypes.txt` to select enabled cars.
- Improve `README.md`.
- Short a bit the code.
2020-05-17 14:44:54 -05:00
blert2112
654d05247b passenger/driver fixes 2016-08-28 02:50:19 -04:00
blert2112
3a30c016e9 a few updates
-blue hover enabled for testing
-removed a couple of unused functions
-removed is_boat in favor of terrain_type
-some changes propmted by enabling the hover
2016-08-27 22:58:26 -04:00
blert2112
1f02597926 many changes
- converted to use the lib_mount mod for "driving"
- enlarged F1 and 126r models x2.5
- added yellow Mesecar
- updated boat model from default boat mod
- various speed/braking/turning/acceleration tweaks
- various collision box tweaks
- various other tweaks I probably forgot about
2016-08-13 14:59:51 -04:00
blert2112
824130c78f many changes
change how vehicles are registered,
add yellow Mesecar,
many braking/speed/turning tweaks
2016-08-11 19:47:09 -04:00
Vanessa Ezekowitz
6003914bef rewrite how CAR01 vehicles are defined
so that all CAR01 vehicles start from the same definiton

fix CAR01 model and related collision box so that box is always centered.
reduce box size so that car can turn without box exeeding model excessively
2016-08-11 04:33:20 -04:00
blert2112
77d00137af added driver_eye_offset 2016-08-11 00:48:57 -04:00
shivajiva101
e0ebc2202e Update framework.lua
added owner to save and load static data
2016-07-13 12:37:59 +01:00
shivajiva101
0bbbca7198 Update framework.lua
changed priv required to override on_punch event to basic_privs
2016-07-07 18:50:07 +01:00
shivajiva101
2ce542466c Update framework.lua
add override for moderators in on_punch event
2016-07-06 18:49:20 +01:00
shivajiva101
b670c45a30 Update framework.lua
add ownership
2016-07-06 02:08:43 +01:00
blert2112
c0e5099957 First commit 2015-05-21 19:56:20 -04:00