mirror of
https://github.com/APercy/automobiles_pck
synced 2025-10-09 10:43:06 +02:00
commit
16a0368e7d
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:
|
||||
biofuel,mobkit
|
||||
## Dependencies
|
||||
- [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.
|
||||
For the vehicle operation, fuel is needed, although it will always start with some.
|
||||
W: Forward
|
||||
S: Brake
|
||||
A: Left
|
||||
D: Right
|
||||
E: Horn
|
||||
Shift: Reverse
|
||||
## Vehicle Operation
|
||||
<kbd>W</kbd>: Forward
|
||||
|
||||
It can be painted by punching dye on it. Or the painter.
|
||||
And fueled by punching biofuel
|
||||
<kbd>S</kbd>: Brake
|
||||
|
||||
<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.
|
||||
|
@ -1,7 +1,10 @@
|
||||
Buggy
|
||||
## Buggy
|
||||
|
||||
This mod adds a buggy automobile to minetest
|
||||
This mod adds a buggy automobile to Minetest.
|
||||
|
||||
## Licenses
|
||||
- Code: see [LICENSE](/LICENSE)
|
||||
- Media: see [license_media.txt](/license_media.txt)
|
||||
|
||||
|
||||
licence see the files
|
||||
## Screenshot
|
||||

|
||||
|
@ -1,11 +1,10 @@
|
||||
Coupe
|
||||
## Coupe
|
||||
|
||||
This mod adds a buggy automobile to minetest
|
||||
This mod adds a coupe automobile to Minetest.
|
||||
|
||||
## Licenses
|
||||
- Code: see [LICENSE](/LICENSE)
|
||||
- Media: Model adapted from car assets v1 made by https://www.racoon-media.nl; licence CC0
|
||||
|
||||
|
||||
licence of code see the files
|
||||
|
||||
licence of the media:
|
||||
Model adapted from car assets v1 made by www.racoon-media.nl
|
||||
licence CC0 as original model
|
||||
## Screenshot
|
||||

|
||||
|
@ -1,5 +1,7 @@
|
||||
Motorcycle
|
||||
## Motorcycle
|
||||
|
||||
This mod adds a motorcycle to minetest
|
||||
This mod adds a motorcycle to Minetest.
|
||||
|
||||
licence see the files
|
||||
## Licenses
|
||||
- Code: see [LICENSE](/LICENSE)
|
||||
- Media: see [license_media.txt](/license_media.txt)
|
||||
|
@ -1,7 +1,10 @@
|
||||
Roadster
|
||||
## Roadster
|
||||
|
||||
This mod adds a roadster automobile to minetest
|
||||
This mod adds a roadster automobile to Minetest.
|
||||
|
||||
## Licenses
|
||||
- Code: see [LICENSE](/LICENSE)
|
||||
- Media: see [license_media.txt](/license_media.txt)
|
||||
|
||||
|
||||
licence see the files
|
||||
## Screenshot
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user