Skip to content

Commit

Permalink
Added screenshot, updated README.me, removed ardour project
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Sep 19, 2019
1 parent 638eb42 commit 49ed8cd
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 4,320 deletions.
60 changes: 34 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,49 @@
## Transporter for technic
# technic_transporter
This mod adds a technic-powered, highly configurable transporter.

#### Depends
![Screenshot](screenshot.png)

* default
* technic
## Dependencies

Recommended:
* Craftguide
- Minetest 0.4.16+
- Minetest_game 0.4.16+
- [technic](https://github.com/minetest-mods/technic)

#### Usage
* Simply connect the transporter to a technic power network.
## Recommended mods

* Right-clicking it brings a transporter menu, where you can set the target coordinates
(don't forget to click set to actually set the coordinates), bookmarks menu and other
settings.
- [craftguide](https://github.com/minetest-mods/craftguide) (To see available crafting recipes)

* The transporter establishes a portal between two points, teleporting any players and remaining
active as long as enough energy is supplied.
## Usage

Simply connect the transporter to a technic power network.

* The transport cost is calculated based on distance between the points multiplied by per-node modifier (20 by default)
and two-way modifier (if the portal is two-way, twice as much energy is used).
Right-clicking it brings a transporter menu, where you can set the target coordinates (don't forget to click set to actually set the coordinates), bookmarks menu and other settings.

The transporter establishes a portal between two points, teleporting any players and remaining
active as long as enough energy is supplied.

* One-way checkbox enables the transporter to automatically shutdown after one teleportation (from any side).
The transport cost is calculated based on distance between the points multiplied by per-node modifier (20 by default) and two-way modifier (if the portal is two-way, twice as much energy is used).

* You can save bookmarks from a transporter node by right-clicking it with a blank floppy disk. It will become blue and right-clicking
any transporter node will add bookmarks stored on this floppy to the transporter.
One-way checkbox enables the transporter to automatically shutdown after one teleportation (from any side).

* I recommend using craftguide mod to view crafting recipies for items in this mod.
#### License
You can save bookmarks from a transporter node by right-clicking it with a blank floppy disk. It will become blue and right-clicking any transporter node will add bookmarks stored on this floppy to the transporter.

* Code is LGPL v3.
* Resources (all textures and sounds) are CC-BY-SA 3.0.
## Settingtypes
Modpack provides some settings, accessible via "Settings->All Settings->Mods->technic_transporter
You can also put these settings directly to your minetest.conf:

#### Sound project note
```
transporter_multiplier = 20, int, cost of transport per node
transporter_two_way_multiplier = 2, int, multiplier of two-way cost
transporter_minimum_y = -31000, int
transporter_maximum_y = 31000, int
transporter_minimum_z = -31000, int
transporter_maximum_z = 31000, int
transporter_minimum_x = -31000, int
transporter_maximum_x = 31000, int
Although I included an ardour project, to actually open it you'll need at least ardour 5.12 as well as lv2 plugins:
calf suite (calf) and helm synthesizer (helm) installed and registered within ardour. On arch linux all of these
are available from the official repositories.
```

## License
All code is GPLv3 [link to the license](https://www.gnu.org/licenses/gpl-3.0.en.html)
All resources not covered in the "credits" section are licensed under CC BY 4.0 [link to the license](https://creativecommons.org/licenses/by/4.0/legalcode)
1 change: 1 addition & 0 deletions description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds a configurable technic-based transporter, with bookmarks and many options
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion settingtypes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
transporter_multiplier (Transporter Cost Multiplier) int 20
transporter_two_way_multiplier (Transporter Two Way Cost Multiplier) int 2

transporter_minimum_y (Minimum global Y) int -31000
transporter_maximum_y (Maximum global Y) int 31000
transporter_minimum_z (Minimum global Z) int -31000
transporter_maximum_z (Maximum global Z) int 31000
transporter_minimum_x (Minimum global X) int -31000
transporter_maximum_x (Maximum global X) int 31000
Binary file removed sounds/transporter/export/session.ogg
Binary file not shown.
31 changes: 0 additions & 31 deletions sounds/transporter/instant.xml

This file was deleted.

Binary file not shown.
13 changes: 0 additions & 13 deletions sounds/transporter/plugins/8777/state1/manifest.ttl

This file was deleted.

92 changes: 0 additions & 92 deletions sounds/transporter/plugins/8777/state1/state.ttl

This file was deleted.

13 changes: 0 additions & 13 deletions sounds/transporter/plugins/8777/state2/manifest.ttl

This file was deleted.

0 comments on commit 49ed8cd

Please sign in to comment.