mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 06:41:51 +09:00
limitedly successful attempt to create a title screen
This commit is contained in:
@@ -8,7 +8,7 @@ Ord Hex Description
|
||||
02 4D M
|
||||
03 44 D
|
||||
|
||||
04 01 Number of bits per tile divided by 8, only 1 is supported
|
||||
04 01 Number of bytes per tile; only 1 is supported
|
||||
|
||||
05 Number of layers
|
||||
|
||||
@@ -35,13 +35,17 @@ Ord Hex Description
|
||||
16 Default spawn coord Y
|
||||
17 Default spawn coord Y
|
||||
|
||||
18 Terrain tiles data (MSB)
|
||||
# Layer count 1
|
||||
18 Terrain tiles data MSB
|
||||
|
||||
... Wall tiles data (MSB)
|
||||
# Layer count 2
|
||||
... Wall tiles data MSB
|
||||
|
||||
... Tiles data (LSB)
|
||||
0bAAAABBBB - A: Terrain, B: Wall (0-15)
|
||||
# Layer count 3
|
||||
... Terrain tiles data LSB (half size of MSB byte array)
|
||||
... Wall tiles data LSB (half size of MSB byte array)
|
||||
|
||||
# Layer count 4
|
||||
... Wire tiles data (0-255)
|
||||
|
||||
<EOF>
|
||||
@@ -16,6 +16,8 @@ Multiple maps are multiverse in this game; users don't have an access to the mul
|
||||
|
||||
Let's be honest: when you play the Terraria bit heavily, you create multiple world to farm resources; this is cheat and you know it, which is why, in this game, you technically can but after hard working so that it'd be less of a cheat.
|
||||
|
||||
You can "invite" other persona to your world, from sharing things to multiplayer-on-your-own, but you need to issue "interspace ticket", which will be expensive of course.
|
||||
|
||||
### New World (New Universe)
|
||||
|
||||
The teleporter also works as "world manager"; players can create new world or delete existing ones. Lore-wise, creation and deletion is regarded as linking and unlinking.
|
||||
|
||||
Reference in New Issue
Block a user