Config.json is a file created by Terraria that primarily stores settings that were chosen via Terraria's settings menu.
Config.json resides in one of the following locations by default:
- Windows:
"%USERPROFILE%\Documents\My Games\Terraria"
- Mac:
~/Library/Application support/Terraria
- Linux:
$HOME/.local/share/Terraria
- Android:
/sdcard/Android/data/com.and.games505.TerrariaPaid
or/storage/emulated/0/Android/data/com.and.games505.TerrariaPaid
- iOS:
Browse > On My (device) > Terraria
Hidden settings[]
In addition to storing the in-game menu settings, config.json allows players to set certain game options that have not yet been added to the menu. In order to set these options, quit Terraria completely, open the config.json file, edit the desired settings, then save the config.json file and start Terraria.
Gameplay[]
Key | Default value | Description |
---|---|---|
|
false
|
When this is set to true , experimental features will be enabled. There are currently no experimental features.
|
|
false
|
When this is set to true , Smart Cursor will activate even for common block types (1.2.4's smart block placement will be re-enabled).
|
|
false
|
Defeating the Wall of Flesh will cause this setting to be set to true .
|
|
false
|
Entering the drunk world will cause this setting to be set to true .
|
Visuals[]
Key | Default value | Description |
---|---|---|
|
300
|
Smooths NPC movement within a pixel range in multiplayer. |
|
2000
|
The distance (in pixels) at which team nameplates in multiplayer start rendering. If set to 0 or below, they will stop rendering entirely.
|
|
1000
|
The height (in pixels) that a waterfall can draw. |
|
false
|
When this is set to true , the flashing effect during Thunderstorms will be disabled.
|
|
false
|
When this is set to true , the title screen will not scale based on the vertical resolution (pre-1.4.0.1 behavior).
|
|
16
|
The amount of filters that can be active at any time. |
|
"VeryLow"
|
Can be set to "VeryLow" , "Low" , "Medium" , "High" , or "VeryHigh" . Filters with a lower priority than the one set will not be rendered.
|
|
true (on most devices)
|
When this is set to true , 4K resolution options will be available in the video tab.
|
Other[]
Key | Default value | Description |
---|---|---|
|
2
|
When this is set to 2 or higher, rolling world backups will be enabled.
|
|
false
|
When this is set to true , controller inputs will be ignored.
|
|
"LeftAlt"
|
Controls which key needs to be pressed (along with ⚒ Use / Attack) in order to favorite an item. Must be a valid XNA key code. |
|
"All"
|
Causes the game's taskbar icon to flash when minimized under certain conditions:
|
|
false
|
When this is set to true , new world and player files will automatically have cloud saving enabled.
|
|
true
|
When this is set to true , the game will attempt to only update once every 20 milliseconds while the window is inactive.
|
|
true
|
When this is set to false , lighting support for Razer peripherals will be disabled.
|
|
true
|
When this is set to false , lighting support for Corsair peripherals will be disabled.
|
|
true
|
When this is set to false , lighting support for Logitech peripherals will be disabled.
|
|
true
|
When this is set to false , lighting support for SteelSeries devices will be disabled.
|
|
45.0
|
The rate at which lighting effects will update per second. |
|
false
|
When this is set to true , JIT loading will be skipped on the main menu.
|
History[]
- Desktop 1.4.0.5: Added WorldRollbacksToKeep.
- Desktop 1.4.0.3: Added DisableIntenseVisualEffects, MultiplayerNPCSmoothingRange and TeamNameplateDistance.
- Desktop 1.4.0.1:
- Texture Packs and World Seeds no longer need to be enabled via UseExperimentalFeatures.
- Added UnlockMusicSwap, SettingDontScaleMainMenuUp, SettingBlockGamepadsEntirely, FlashIconForEvents, ThrottleWhenInactive, RGBUpdatesPerSecond, UseRazerRGB, UseCorsairRGB and UseLogitechRGB.
- Removed RunningAchievementEnabled.
- Desktop 1.3.5.3: Added RunningAchievementEnabled.
- Desktop 1.3.5: Added Support4K.
- Desktop 1.3.4.3: Fixed FilterPriorityThreshold resetting in every future update.
- Desktop 1.3.4.2: Added Texture Pack support, also enabled via UseExperimentalFeatures.
- Desktop 1.3.4: Added UseExperimentalFeatures, which enables World Seeds.
- Desktop 1.3.3: Added FilterLimit and FilterPriorityThreshold.
- Desktop 1.3.1:
- Most previously hidden config settings are now in the game menus.
- Added QuickLaunch.
- Desktop 1.3.0.8: Added KeyFavoriteModifier.
- Desktop 1.3.0.5: Added ReverseUpDownForArmorSetBonuses.
- Desktop 1.3.0.4: Added UseSmartAxeAfterSmartPickaxe.
- Desktop 1.3.0.3: Added UseSmartWallReplacement, UseSmartCursorForCommonBlocks, DisableLeftShiftTrashCan, HidePasswords, ThickMouseEdges.
- Desktop 1.3.0.1: Introduced.
- Mobile 1.3.0.7: Introduced.