some sort of error screen impl

This commit is contained in:
minjaesong
2017-08-20 22:10:47 +09:00
parent 99d8b5b7f2
commit 7a442f26fa
29 changed files with 555 additions and 169 deletions

View File

@@ -77,6 +77,9 @@ see SAVE_FORMAT.md
Attacked thrice: All the NPCs within the same faction become hostile until the player is away
Deceased HISTORICAL actors are stored to the inventory of DEBUG CHAR (id: 0x51621D) to make them not accidentally GC'd and for the lore.
## Ownership of lands ##
* Codex of Real Estate → assign owner to the tiles → copy the information to the NPC instance
@@ -103,3 +106,12 @@ Villages can be either independent or part of larger country (_Dwarf Fortress_)
Anything goes as long as it does not exceed TL11 of GURPS. Although the universe has the existence of traditional sorcery, the laws of physics of the universe itself is same as we know it. Simply put: NO FUCKING PERPETUAL MOTION AND PERFECT PROPHECY
## New light sim: Raytracer
Only take NEAREST SUNLIGHT tile into render, as there will be not much artificial lights on the screen.
Not sure about the performance, but it can be fully multi-threaded.
"You know, the world can always use more ideas." - probably not Oxton

View File

@@ -25,7 +25,7 @@ If things would run with infinite energy, I'm out. We need realism to implement
+ Transparent solar panel (window panel)
- Capacitor
+ Battery pack
+ Pu-238 RTG (super long-lasting battery with radiooactive taste)
+ Pu-238 RTG (super long-lasting battery with radioactive taste)

View File

@@ -16,10 +16,10 @@ Simulation of the world, day and night fast, camera follows landscape
# Singleplayer
## RemoCon
- New Character
- Delete Character
- Name
- Return
- New Character (CONTEXT_CHARACTER_NEW)
- Delete Character (CONTEXT_CHARACTER_DELETE)
- Rename (MENU_LABEL_RENAME -- check Polyglot project's Core Editing)
- Return (MENU_LABEL_RETURN)
## Panel
- Character selection screen, limited to 8 entries
@@ -31,15 +31,36 @@ Simulation of the world, day and night fast, camera follows landscape
+ Name --------- | Creation date | Last play date | Total play time
+ Name of the current universe | Number of multiverses (if >= 2)
### New Character
Step 1:
<chargen UI TBA>
Step 2:
Select world or create new world
If personaCount > 1, new player can join the existing world or universe (if the universe contains multiple world, one can choose one of the world within the universe)
### New World
Options:
- Size (MENU_OPTIONS_SIZE)
+ Small (CONTEXT_DESCRIPTION_SMALL)
+ Big (CONTEXT_DESCRIPTION_BIG)
+ Huge (CONTEXT_DESCRIPTION_HUGE)
- More (MENU_LABEL_MORE)
+ SEED (* Do-not-translate)
# Options
## RemoCon
- Controls
- Graphics
- Gameplay Options
- Controls (MENU_OPTIONS_CONTROLS)
- Graphics (MENU_LABEL_GRAPHICS)
- Gameplay Options (MENU_OPTIONS_GAMEPLAY)
- MIDI (* Do-not-translate)
- Return
- Return (MENU_LABEL_RETURN)
Save configuration to disk upon Return
# Modules
@@ -62,6 +83,8 @@ Simulation of the world, day and night fast, camera follows landscape
## RemoCon
- Return
Save configuration to disk upon Return
## Panel
- List of languages available, click to change immediately

View File

@@ -0,0 +1,15 @@
## Blocks
Range: 4 Tiles default
Can only be placed if there's one or more solid tile near 4 blocks (plus-shaped arrangement) OR there's wall right behind it
## Pickaxe
Range: 6-8+ tiles (higher range for higher tier)
## Sledgehammer
Can only take down wall from the top (or bottom in reverse grav.)