1
0
Fork
You've already forked exile-rails
0
adding an underground rail network to the Exile game for Luanti
  • TypeScript 98.2%
  • Shell 1.8%
Find a file
2025年02月15日 14:08:34 -08:00
.gitignore add build.sh to generate zip file 2025年02月15日 13:44:35 -08:00
advtrains.d.ts add exit tunnels and stuff 2025年01月13日 00:25:17 -08:00
build.sh include Building.md in zip 2025年02月15日 14:08:34 -08:00
Building.md update build instructions 2025年02月15日 13:53:02 -08:00
core.d.ts initial commit 2025年01月10日 07:25:37 -08:00
init.ts force no stations around origin to avoid exile v4's central structure 2025年01月18日 15:36:53 -08:00
install.sh add build.sh to generate zip file 2025年02月15日 13:44:35 -08:00
LICENSE.md initial commit 2025年01月10日 07:25:37 -08:00
megamorph.d.ts initial commit 2025年01月10日 07:25:37 -08:00
mod.conf add exit tunnels and stuff 2025年01月13日 00:25:17 -08:00
package-lock.json update package-lock.json 2025年01月11日 02:19:41 -08:00
package.json initial commit 2025年01月10日 07:25:37 -08:00
pcg_random.d.ts initial commit 2025年01月10日 07:25:37 -08:00
Readme.md add readme 2025年02月15日 13:56:08 -08:00
tsconfig.json initial commit 2025年01月10日 07:25:37 -08:00
vector.d.ts initial commit 2025年01月10日 07:25:37 -08:00
voxel_manip.d.ts initial commit 2025年01月10日 07:25:37 -08:00

Adds underground rails, train stations, and trains to Exile.

Train stations are randomly generated underground at x,z coordinates that are multiples of 2000 (excluding 0,0). For each x,z coordinate, stations are randomly at around y -170 or -970 or not generated at all. Train stations are connected to each other with rails going through tunnels.

Trains randomly appear in the antiquorum chests deep underground.

This is a work in progress, potential improvements:

  • currently it uses the default rails from AdvTrains but may use custom rails for Exile in the future.
  • currently it uses advtrains_train_japan but may use custom trains for Exile in the future.
  • this mod may include additional features, such as having spacecraft that launch from tubes with magnetic linear motors, which might allow exiles to return to where they were exiled from...