minetest-mods / vehicle_mash

Cars, boats, and hovercrafts for Minetest
https://content.minetest.net/packages/Panquesito7/vehicle_mash/
Other
8 stars 10 forks source link

Update framework.lua #1

Closed shivajiva101 closed 8 years ago

shivajiva101 commented 8 years ago

adds ownership to cars. First player to drive the car becomes the owner until they dig the car and place it again allowing for transfer of ownership. Passengers are allowed if the owner is driving. Prevents cars being stolen if they have an owner

wilkgr76 commented 8 years ago

An interesting idea would be to have named cars (so that you can see who's it is without clicking). I know that the nametag mod (https://github.com/BlockMen/nametag/) works for cars, so perhaps do something similar...? Nametag mod on F1: screenshot_20160813_093455

blert2112 commented 8 years ago

Nice idea. I'll work on it.

wilkgr76 commented 8 years ago

I'm trying to do it myself ATM, so I guess the race is on? 😛

blert2112 commented 8 years ago

I welcome all pull requests. Just FYI... There will be a big update pushed sometime tomorrow. I converted this mod over to use my lib_mount mod because the code is nearly identical and I hate code duplication.

wilkgr76 commented 8 years ago

Ok...will wait then :smile:

blert2112 commented 8 years ago

Ok, updates are up. You will need lib_mount.