*Total -- 934.27kb -> 851.98kb (8.81%) /textures/mesetest.png -- 22.70kb -> 4.22kb (81.42%) /textures/oerkki_bliss.png -- 7.50kb -> 4.33kb (42.2%) /textures/road_master.png -- 7.28kb -> 4.22kb (42.02%) /textures/car_dark_green.png -- 6.85kb -> 4.38kb (36.14%) /textures/car_brown.png -- 6.63kb -> 4.28kb (35.41%) /textures/car_white.png -- 6.53kb -> 4.25kb (34.91%) /textures/car_black.png -- 6.70kb -> 4.40kb (34.34%) /textures/car_f1.png -- 77.82kb -> 56.61kb (27.25%) /textures/nyan_ride.png -- 7.78kb -> 6.57kb (15.56%) /textures/hot_rod.png -- 8.90kb -> 7.62kb (14.38%) /textures/car_blue.png -- 7.91kb -> 6.95kb (12.2%) /textures/car_orange.png -- 7.81kb -> 6.93kb (11.27%) /textures/car_green.png -- 7.66kb -> 6.92kb (9.7%) /textures/car_violet.png -- 7.95kb -> 7.22kb (9.18%) /textures/car_red.png -- 7.48kb -> 6.80kb (9.05%) /textures/car_cyan.png -- 7.35kb -> 6.70kb (8.87%) /textures/car_yellow.png -- 7.86kb -> 7.18kb (8.67%) /textures/car_magenta.png -- 7.82kb -> 7.15kb (8.54%) /textures/car_pink.png -- 7.26kb -> 6.75kb (7.07%) /textures/car_126r.png -- 78.89kb -> 73.42kb (6.94%) /textures/car_dark_grey.png -- 7.41kb -> 6.93kb (6.38%) /textures/hovercraft_yellow.png -- 0.89kb -> 0.83kb (5.94%) /textures/hovercraft_blue.png -- 0.88kb -> 0.84kb (4.75%) /textures/hovercraft_red.png -- 0.87kb -> 0.84kb (3.04%) /screenshot.png -- 616.67kb -> 604.79kb (1.93%) /textures/hovercraft_green.png -- 0.85kb -> 0.84kb (1.14%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
Vehicle Mash
- Current version: 2.2.1
- By blert2112, and improvements by Panquesito7.
A merge of all the vehicles from:
- "Cars" by Radoslaw Slowik.
- "Mesecars" by paramat.
- "Car" by Esteban.
- "Boats" by PilzAdam.
- "Hovercraft" by Stuart Jones.
- 30 vehicles currently.
- All CAR01's can carry 3 passengers.
- Disable vehicles by going to your Minetest Settings.
- Adding new vehicles is a simple matter of:
- Create/acquire vehicle model and textures.
- Create, and name appropriately, a new
.lua
file on its appropiate folder for the vehicle based on one of the existing ones. - Add a setting in
settingtypes.txt
for users to enable/disable it. - Change settings in the file you created to reflect the new vehicle.
- Add a new line to
init.lua
to load the vehicledofile(minetest.get_modpath("vehicle_mash") .. "/NAME_OF_VEHICLE.lua")
Installation
-
Unzip the archive, rename the folder to
vehicle_mash
and place it in ../minetest/mods/ -
GNU/Linux: If you use a system-wide installation place it in ~/.minetest/mods/.
-
If you only want this to be used in a single world, place the folder in worldmods/ in your world directory.
For further information or help, see:
https://wiki.minetest.net/Installing_Mods
Known issues
- When there is more than 1 passenger, and the driver gets out, two players will stay attached to the vehicle.
License
All licenses of previous works, of course, apply. (see credits below) As far as the work I did... It's really just a fork of a fork of a fork of a fork, tossed it all into a blender and spun it on puree for a bit. Baked it for a while and set it on the counter to cool. What I mean is, make what you will of it, it matters not to me.
See LICENSE.md
for more information.
Dependencies
default
(included in Minetest Game)lib_mount
Requirements
vehicle_mash
2.1.0 for MT 5.0.0+.vehicle_mash
2.0 for MT 0.4.12+ (may work on older versions).
TODO
There are no pending tasks to do yet.
Changelog
v2.2.1 5/28/2020
- Added vehicle crafting (Enabled by default).
- Added car battery, windshield, tire, and motor.
- All CAR01's can now carry 3 passengers.
- Add
screenshot.png
. - Improve
README.md
.
v2.2 5/15/2020
- 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.
v2.1 6/10/2019
- Fix attachment positions for drivers/passengers on all vehicles.
- Adds red, green, and yellow hovercrafts.
- Use
mod.conf
for name, description and dependencies. - Support for MT 5.0.0+.
v2.0 8/13/2016
- 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
- last version supporting MT 0.4.12+.
v1.4 5/19/2015
- attach (one) passenger added
- reorganized vehicle definition file code and added some variables pertaining to passengers
- added a vehicle definition file template with comments
- cleaned up to remove code dulplication
v1.3 5/5/2015
- player now sits forward in vehicles
- tweaked player sit positions
- tweaked collison boxes
- proper placement on_ground/in_water
v1.2 5/1/2015
- added boats
- changed name so to not conflict with other mods
v1.1 4/25/2015
- car won't come to a complete stop (fixed)
v1.0 4/24/2015
- first release
Bugs, suggestions and new features
Report bugs or suggest ideas by creating an issue.
If you know how to fix an issue, consider opening a pull request.
Credit where credit is due
-
F1 and 126R cars from: "Cars" by Radoslaw Slowik
- https://forum.minetest.net/viewtopic.php?f=9&t=8698
- License: Code WTFPL, modeles/textures CC BY-NC-ND 4.0
-
Black, Blue, Brown, Cyan, Dark Green, Dark Grey, Green, Grey, Magenta, Orange, Pink, Red, Violet, White, Yellow, Hot Rod, Nyan Ride, Oerkki Bliss, and Road Master from: "Car" by Esteban
- https://forum.minetest.net/viewtopic.php?f=13&t=7407
- License:
- No info given in that mod but I am going to assume the credit for the original model goes to:
- Melcor and his CAR01 model
- https://forum.minetest.net/viewtopic.php?f=9&t=6512
- License: CC-BY-NC-SA
-
MeseCars from: "Mesecars" by paramat
- https://forum.minetest.net/viewtopic.php?f=11&t=7967
- Licenses: Code WTFPL, textures CC BY-SA
-
Boats from "Boats" by PilzAdam
- textures: Zeg9
- model: thetoon and Zeg9, modified by PavelS(SokolovPavel)
- License: WTFPL
-
Hovercraft from "Hovercraft" by Stuart Jones
- Licenses:
- textures: CC-BY-SA
- sounds: freesound.org
- Rocket Boost Engine Loop by qubodup - CC0
- CARTOON-BING-LOW by kantouth - CC-BY-3.0
- All other sounds: Copyright Stuart Jones - CC-BY-SA
- Licenses:
I am sure many others deserve mention.
If you feel left out let me know and I will add you in.
Enjoy!