toreworldwide.blogg.se

Minetest car mod
Minetest car mod







minetest car mod
  1. Minetest car mod mod#
  2. Minetest car mod driver#

various speed/braking/turning/acceleration tweaks.

Minetest car mod mod#

updated boat model from default boat mod.converted to use the lib_mount mod for "driving".Use mod.conf for name, description and dependencies.Adds red, green, and yellow hovercrafts.Fix attachment positions for drivers/passengers on all vehicles.Add settingtypes.txt to select enabled cars.All CAR01's can now carry 3 passengers.Added car battery, windshield, tire, and motor.Added vehicle crafting (Enabled by default).Various other tweaks and fixes for passengers.

Minetest car mod driver#

  • Fix passengers not detaching when driver gets out.
  • Can enable/disable crash separately for each vehicle.
  • Add option for vehicles to fly (setting per vehicle).
  • Removed F1 and 126r cars due to closed-source license.
  • vehicle_mash 2.0 for MT 0.4.12+ (may work on older versions).
  • What I mean is, make what you will of it, it matters not to me. Baked it for a while and set it on the counter to cool. 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. (see credits below)Īs far as the work I did. The folder in worldmods/ in your world directory.Ĭopyright (C) 2015-2016 blert2112 and contributorsĬopyright (C) 2019-2022 Panquesito7 and contributorsĪll licenses of previous works, of course, apply. If you only want this to be used in a single world, place GNU/Linux: If you use a system-wide installation place Unzip the archive, rename the folder to vehicle_mash and place it in
  • Add a new line to a to load the vehicle dofile(minetest.get_modpath("vehicle_mash").
  • Change settings in the file you created to reflect the new vehicle.
  • Add a setting in settingtypes.txt for users to enable/disable it.
  • lua file on its appropiate folder for the vehicle based on one of the existing ones.
  • Create, and name appropriately, a new.
  • Create/acquire vehicle model and textures.
  • Adding new vehicles is a simple matter of:.
  • By blert2112, and handed over to Panquesito7.ĭisable vehicles by going to your Minetest Settings.
  • Fix calculating of position of each seat (it offsets each time when a player has got in).Want to use this mod for API purposes? Enable the API mode in your Minetest settings!.
  • Probably there are other changes, but they`re very small and I can not remember them.
  • Commented & clarified each action happening in api.txt.
  • Now, you need to use eye_offset field individually for each seat that offsets original player camera position along to given coords.

    minetest car mod

    Removed unnecessary player_eye_offset parameter from a table of register_vehicle().Now, the truck, bus and car have different acceleration. Added acc_vector_length option that passes to register_vehicle().It calls adv_vehicles.pave_vector() in the same globalstep now. Vehicle changes its moving direction correctly when it is rotating.So, vehicle braking doesn`t depend on whether any player is sitting inside or not anymore. Added adv_vehicles.vehicle_stop() function that will be called in the globalstep.Changed the bmw 118 model and texture, it has got look more realistic:.Also, the bmw 118 model & texturre have been changed! I have finally made many fixations/optimizations of the API, it took much time to do it all. Fix calculating of position of each seat (it offsets each time when a player has got in).Pushing off the vehicles along X/Z axises.Fix a bug when any vehicles just don`t go forward due to the immediate braking.Add more cars, trucks, buses, planes, trains/trams, ships and many other.Realistic physics: smooth going/rotation, pushing off nodes (along y axis only).Note, this mod is very WIP and being under active development stage and that`s why many planned features and content are missing. This also introduces a bit API allowing to register a car used analogical parameters (see API Doc Reference below). Currently it has one car (bmw_118), bus (volvo) and truck (kamaz). Adds different vehicles: cars, trucks, buses, planes, trains, services.









    Minetest car mod