mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-11 06:16:24 +02:00
Updated main README.md
This commit is contained in:
parent
fcdf0156cb
commit
a3d8308017
33
README.md
33
README.md
@ -1,18 +1,23 @@
|
|||||||
# automobiles
|
[](https://content.minetest.net/packages/apercy/automobiles_pck/)
|
||||||
|
|
||||||
Modpack to add automobiles to minetest
|
Modpack to add automobiles to Minetest. The main goal of this modpack is realistic driving over slopes and elevations.
|
||||||
|
Fuel is needed to operate the vehicles, however a small amount of fuel is provided in each vehicle on creation.
|
||||||
|
|
||||||
depends:
|
## Dependencies
|
||||||
biofuel,mobkit
|
- [biofuel](https://content.minetest.net/packages/Lokrates/biofuel/)
|
||||||
|
- player_api
|
||||||
|
|
||||||
The main goal of this modpack is the detection of slopes and elevations by the vehycles, so the expected is for the vehicle to follow them.
|
## Vehicle Operation
|
||||||
For the vehicle operation, fuel is needed, although it will always start with some.
|
<kbd>W</kbd>: Forward
|
||||||
W: Forward
|
|
||||||
S: Brake
|
|
||||||
A: Left
|
|
||||||
D: Right
|
|
||||||
E: Horn
|
|
||||||
Shift: Reverse
|
|
||||||
|
|
||||||
It can be painted by punching dye on it. Or the painter.
|
<kbd>S</kbd>: Brake
|
||||||
And fueled by punching biofuel
|
|
||||||
|
<kbd>A</kbd>: Left
|
||||||
|
|
||||||
|
<kbd>D</kbd>: Right
|
||||||
|
|
||||||
|
<kbd>E</kbd>: Horn
|
||||||
|
|
||||||
|
<kbd>Shift</kbd>: Reverse
|
||||||
|
|
||||||
|
Vehicles can be colored by punching them with either dye or the vehicle painter. To fuel a vehicle, punch it with biofuel.
|
||||||
|
Loading…
Reference in New Issue
Block a user