last improvements
This commit is contained in:
parent
a8a116fc00
commit
b6bb9caee9
36
COPYING.txt
36
COPYING.txt
@ -1,36 +0,0 @@
|
||||
The TA4_jetpack mod for Minetest is
|
||||
|
||||
Copyright (C) 2019-2020 Joachim Stolberg
|
||||
|
||||
License of source code
|
||||
----------------------
|
||||
|
||||
This mod is free software; you can redistribute and/or
|
||||
modify it under the terms of the GNU General Public License version 3 or later
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This mod is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this mod; if not, write to the
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
|
||||
|
||||
License of media (textures, sounds and documentation)
|
||||
-----------------------------------------------------
|
||||
|
||||
All textures and documentation files are licensed under the
|
||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
|
||||
The sound file "ta4_jetpack_on.ogg" is licensed under the
|
||||
CC0 1.0 Universal (CC0 1.0)
|
||||
Copyright by lextrack (https://freesound.org/s/346323/)
|
||||
|
||||
The sound file "ta4_jetpack_alarm.ogg" is licensed under the
|
||||
CC0 1.0 Universal (CC0 1.0)
|
||||
Copyright by Tim_Verberne (https://freesound.org/s/514079/)
|
@ -22,6 +22,7 @@ Important to know:
|
||||
- Maximum 5 items stacks in your inventory are allowed including the controller.
|
||||
Otherwise you would be too heavy :-)
|
||||
- The Jetpack also wears out and can be used for approximately 10 flights
|
||||
- Always hold the controller tight during the flight, otherwise it will switch off :)
|
||||
|
||||
|
||||
### License
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
@ -1,28 +1,14 @@
|
||||
# Maximim number of Forceload Blocks per player (default 20)
|
||||
techage_max_num_forceload_blocks (Max. number of Forceload Blocks) int 20
|
||||
# Maximum altitude a player can reach with the Jetpack
|
||||
ta4_jetpack_max_height (maximum altitude) int 500
|
||||
|
||||
# Enable Basalt Stone (and disable ore generation via cobble generator)
|
||||
techage_basalt_stone_enabled (Basalt Stone enabled) bool false
|
||||
# Maximum vertical speed a player can reach with the Jetpack
|
||||
ta4_jetpack_max_vertical_speed (maximum vertical speed) int 20
|
||||
|
||||
# Rarity factor to find ores when sieving with the Gravel Sieve
|
||||
# 1.0 is according to the mapgen generator
|
||||
# 2.0 means half as many ores as result
|
||||
# 0.5 means twice as many ores as result
|
||||
techage_ore_rarity (Rarity factor to find ores) float 1.0
|
||||
# Maximum horizontal speed a player can reach with the Jetpack
|
||||
ta4_jetpack_max_horizontal_speed (maximum horizontal speed) int 12
|
||||
|
||||
# Enable alternative recipes for steel and bronze.
|
||||
# Instead of the furnace the player has to use the Coal Burner.
|
||||
techage_modified_recipes_enabled (Enable alternative recipes for steel and bronze) bool false
|
||||
|
||||
# Seed for the oil exploration random function.
|
||||
# Change this for your server in order not to be able to predict the oil reserves!
|
||||
techage_oil_exploration_seed (techage oil exploration seed) int 1234
|
||||
# Maximum number of inventory items a player can take
|
||||
ta4_jetpack_max_num_inv_items (maximum number of inventory items) int 5
|
||||
|
||||
|
||||
# Use the external Lua library 'lua-marshal' for faster serialization/deserialization
|
||||
# of node meta data. See also 'README.md'.
|
||||
techage_use_marshal (use lua-marshal as serialize/deserialize functions) bool false
|
||||
|
||||
# Use the external library 'lsqlite3' for for faster storing of data.
|
||||
# See also 'README.md'.
|
||||
techage_use_sqlite (use sqlite database) bool false
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
Loading…
x
Reference in New Issue
Block a user