1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 10:59:23 +00:00

up settings

This commit is contained in:
Dimava 2020-06-02 19:02:57 +03:00
parent ebf721061f
commit 176fb597f0

View File

@ -669,47 +669,47 @@ settings:
description: >- description: >-
Whether to offer hints and tutorials while playing. Also hides certain UI elements onto a given level to make it easier to get into the game. Whether to offer hints and tutorials while playing. Also hides certain UI elements onto a given level to make it easier to get into the game.
# DEBUG VALUES:
debug_enableDebugSettings: debug_enableDebugSettings:
title: Debug / Enable Debug Settings title: DEBUG / Enable Debug Settings
description: >- description: >-
Apply values below. If disabled, ignore values below. Apply values below. If disabled, ignore values below.
debug_fastGameEnter: null
debug_noArtificialDelays: null # UI
debug_disableSavegameWrite: null debug_waitForImages:
debug_showEntityBounds: null title: UI / Wait For Images
debug_showAcceptorEjectors: null description: >-
debug_disableMusic: null Actually wait for images to load. Game crashes otherwise.
debug_doNotRenderStatics: null
debug_disableZoomLimits: null
debug_showChunkBorders: debug_showChunkBorders:
title: Debug / Show Chunk Borders title: UI / Show Chunk Borders
description: >- description: >-
Draw chunk rectangles. Draw chunk rectangles.
debug_rewardsInstant: null debug_disableZoomLimits:
debug_allBuildingsUnlocked: title: UI / Disable Zoom Limits
title: Debug / Unlock All Buildings
description: >- description: >-
Unlocks all buildings. Works in both new and loaded games. Zoom however you wish.
debug_upgradesNoCost: null debug_disableShortNumbers:
title: UI / Disable Short Numbers
description: >-
Numbers will always have full precision.
# FEATURE
debug_fastGameEnter:
title: FEATURE / Fast Game Enter
description: >-
Load topmost save on page load. Disables main menu.
debug_disableSavegameWrite: null
debug_disableUnlockDialog: null debug_disableUnlockDialog: null
debug_disableLogicTicks: null
debug_testClipping: null
debug_framePausesBetweenTicks: null
debug_testTranslations: null
debug_enableEntityInspector:
title: Debug / Enable Entity Inspector
description: >-
Show information about hovered entity components.
debug_testAds: null
debug_disableMapOverview: null
debug_disableTutorialHints: null debug_disableTutorialHints: null
debug_disableUpgradeNotification: null debug_disableUpgradeNotification: null
debug_disableShortNumbers: null
debug_disableBulkOperations: null
debug_disableDynamicTickrate: debug_disableDynamicTickrate:
title: Debug / Disable Dynamic Tickrate title: FEATURE / Disable Dynamic Tickrate
description: >- description: >-
Make the game run at 60 UPS even if it does not want. Make the game run at 60 UPS even if it does not want.
# ASSERT
debug_disableInternalCheckTile: debug_disableInternalCheckTile:
title: Assert / Disable CheckTile Asserts title: Assert / Disable CheckTile Asserts
description: >- description: >-
@ -723,6 +723,31 @@ settings:
description: >- description: >-
Speed ups the game at the cost of not checking obvious things. Speed ups the game at the cost of not checking obvious things.
# CHEATS
debug_rewardsInstant: null
debug_allBuildingsUnlocked: null
debug_blueprintsNoCost: null
debug_upgradesNoCost: null
debug_instantBelts: null
debug_instantProcessors: null
debug_instantMiners: null
# TEST
debug_noArtificialDelays: null
debug_showEntityBounds: null
debug_showAcceptorEjectors: null
debug_disableMusic: null
debug_doNotRenderStatics: null
debug_disableLogicTicks: null
debug_testClipping: null
debug_testTranslations: null
debug_enableEntityInspector: null
debug_testAds: null
debug_disableMapOverview: null
debug_disableBulkOperations: null
renderForTrailer: null
keybindings: keybindings:
title: Keybindings title: Keybindings
hint: >- hint: >-