This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local SIGNAL_IN_N__X = 3 | |
local SIGNAL_IN_N__Y = 4 | |
local SIGNAL_IN_B__IS_TOUCH = 1 | |
local SIGNAL_OUT_N__CMD = 1 | |
local SIGNAL_OUT_N__ARG_A = 2 | |
local SIGNAL_OUT_N__ARG_B = 3 | |
local CMD_OPCODE_NOP = 0 | |
local CMD_ARG_NIL = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Star Chart | |
# Generator Config | |
/ssg clearvoxels | |
/ssg radius 2000 | |
# Ore Config | |
/ore world depth max 200 | |
/ore world depth min 40 | |
/ore world usedetector off | |
/ore world size max 1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[misc] | |
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS | |
fullscreen = false | |
video_hw_accel = true | |
video_vsync = false | |
support8bpp = no | |
graphicsset = | |
soundsset = | |
musicset = | |
videodriver = |