Go to file
Joachim Stolberg 3b88756024 Improve readme.md 2022-07-27 20:51:57 +02:00
locale Improve readme.md 2022-07-27 20:51:57 +02:00
sounds bugfixes, mat added 2020-06-21 22:55:31 +02:00
textures Test techage ingame docu API 2020-10-20 22:29:29 +02:00
LICENSE.txt initial commit 2020-06-21 12:28:17 +02:00
README.md Improve readme.md 2022-07-27 20:51:57 +02:00
i18n.py Improve readme.md 2022-07-27 20:51:57 +02:00
init.lua Fix the 3d_armor _material issue 2022-07-23 10:37:35 +02:00
manual_DE.lua Allow 99 items (independent of stacks) instead of 5 stacks 2020-10-24 19:31:52 +02:00
manual_DE.md Improve readme.md 2022-07-27 20:51:57 +02:00
manual_EN.lua Allow 99 items (independent of stacks) instead of 5 stacks 2020-10-24 19:31:52 +02:00
manual_EN.md Improve readme.md 2022-07-27 20:51:57 +02:00
markdown2lua.py German manual added 2020-10-21 19:26:03 +02:00
mod.conf initial commit 2020-06-21 11:58:54 +02:00
screenshot.png last improvements 2020-06-29 18:42:01 +02:00
settingtypes.txt Allow 99 items (independent of stacks) instead of 5 stacks 2020-10-24 19:31:52 +02:00

README.md

TA4 Jetpack [ta4_jetpack]

A Jetpack for techage with hydrogen as fuel and TA4 recipe

screenshot

The Jetpack is inspired by the jetpack from spirit689 (https://github.com/spirit689/jetpack) and by the historical game Lunar Lander.

Instructions:

  • Craft TA4 Jetpack, Jetpack Controller and Training Mat
  • Use the armor extension (3d_armor) of the player menu to strap the Jetpack on your back
  • You can refuel the jetpack by left-clicking with the controller on a TA3/TA4 tank previously charged with hydrogen
  • Turn the controller on by right-click and check the fuel tank level (the small colored bar below the controller icon)
  • Use the space bar to activate the Jetpack and the WASD keys to control the direction
  • Before your first flight you should do some training starts and landings on the Training Mat (The Jetpack is a bit stubborn, it takes some practice to keep the JetPack in the air)

Important to know:

  • 12 units of hydrogen are sufficient for a flight of 6 minutes
  • Maximum of 99 items 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

Copyright (C)2020 Joachim Stolberg

Code: Licensed under the GNU GPL version 3 or later. See LICENSE.txt

Textures: CC BY-SA 3.0

Sounds:

Dependencies

Required: techage, default, 3d_armor

History

  • 2019-06-23 V0.01 * First version