minetest_game/mods/carts
ExeVirus 6bd059915c
Safe texture compression (#2808)
Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
..
locale Update translation templates 2021-02-06 15:07:07 +01:00
models Add correct front texture to cart texture (#2720) 2020-07-24 17:59:42 +02:00
sounds Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
textures Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
README.txt README.txt files: Change 'LGPL 2.1' to 'LGPLv2.1+'. Remove 'WTFPL' 2018-08-22 01:23:00 +01:00
cart_entity.lua Use Minetest 5.3 'minetest.is_creative_enabled' API (#2795) 2020-12-13 18:59:19 +01:00
functions.lua Update carts from boost_cart 2018-07-07 02:08:36 +01:00
init.lua Sort loot registration into respective mods (#2602) 2020-02-23 14:41:13 +01:00
license.txt Carts: Merge boost_cart as "carts" mod 2016-11-21 03:15:04 +00:00
mod.conf Sort loot registration into respective mods (#2602) 2020-02-23 14:41:13 +01:00
rails.lua Add support for MT 5 game translation (rebasing ) (#2466) 2019-09-10 19:09:51 +02:00

README.txt

Carts (formerly boost_cart)
==========================

Carts, based almost entirely on the mod boost_cart [1], which
itself is based on (and fully compatible with) the carts mod [2].

The model was originally designed by stujones11 [3] (CC-0).

Cart textures are based on original work from PixelBOX by Gambit (permissive
license).


[1] https://github.com/SmallJoker/boost_cart/
[2] https://github.com/PilzAdam/carts/
[3] https://github.com/stujones11/railcart/


Features
----------
- A fast cart for your railway or roller coaster (up to 7 m/s!)
- Boost and brake rails
- Rail junction switching with the 'right-left' walking keys
- Handbrake with the 'back' key