mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
modular first test
This commit is contained in:
9
assets/modules/LoadOrder.csv
Normal file
9
assets/modules/LoadOrder.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
# Load order
|
||||
# Modules are loaded from top to bottom.
|
||||
# And yes, you can disable basegame, but we don't recommend.
|
||||
# Acceptable formats:
|
||||
# module_name,description_in_English_no_comma,
|
||||
# module_name,description_in_English_no_comma,(external Jar 1);(external Jar 2); ...
|
||||
|
||||
basegame,The base game,
|
||||
dwarventech,Logic gates and machines,
|
||||
|
@@ -0,0 +1 @@
|
||||
X = (Temperature / 10) - 100
|
||||
BIN
assets/modules/basegame/tapestries/the_world
Normal file
BIN
assets/modules/basegame/tapestries/the_world
Normal file
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
"id";"filename"
|
||||
"12345";"tty.lua"
|
||||
|
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
Modules may have following subdirectories:
|
||||
## Register modules
|
||||
|
||||
- creatures
|
||||
- factions
|
||||
- items
|
||||
- tiles
|
||||
- weathers
|
||||
|
||||
|
||||
Modules must be packed with Terrarum Virtual Disk format. The packer is located in
|
||||
|
||||
lib/TerranVirtualDisk.jar
|
||||
|
||||
For more information, please refer to [this link](https://github.com/minjaesong/TerranVirtualDisk)
|
||||
Only the modules that enlisted in LoadOrder.csv will be loaded.
|
||||
|
||||
Reference in New Issue
Block a user