FordGT90Concept
"I go fast!1!11!1!"
- Joined
- Oct 13, 2008
- Messages
- 26,263 (4.33/day)
- Location
- IA, USA
System Name | BY-2021 |
---|---|
Processor | AMD Ryzen 7 5800X (65w eco profile) |
Motherboard | MSI B550 Gaming Plus |
Cooling | Scythe Mugen (rev 5) |
Memory | 2 x Kingston HyperX DDR4-3200 32 GiB |
Video Card(s) | AMD Radeon RX 7900 XT |
Storage | Samsung 980 Pro, Seagate Exos X20 TB 7200 RPM |
Display(s) | Nixeus NX-EDG274K (3840x2160@144 DP) + Samsung SyncMaster 906BW (1440x900@60 HDMI-DVI) |
Case | Coolermaster HAF 932 w/ USB 3.0 5.25" bay + USB 3.2 (A+C) 3.5" bay |
Audio Device(s) | Realtek ALC1150, Micca OriGen+ |
Power Supply | Enermax Platimax 850w |
Mouse | Nixeus REVEL-X |
Keyboard | Tesoro Excalibur |
Software | Windows 10 Home 64-bit |
Benchmark Scores | Faster than the tortoise; slower than the hare. |
The config.lua files in the main directory of Tropico 3 has a bunch of goodie settings that are uneditable due to compression. Using this application, you can see what is in there and change it as you see fit.
Note: The config.lua file does not have to be compressed for Tropico 3 to read it. In fact, you don't even have to decompress it to modify it. Just clear the file out and put whatever commands you need in there, one per line.
Basic Usage:
Simply select the config.lua (if it didn't find it for you automatically), click on "Open with Notepad," and modify to your fancy. Save changes in Notepad and close Decompress Config. Start Tropico 3 and the changes should take immediate effect.
Enable Windowed Mode:
Command List:
Virtually all are untested--use at your own peril. I bolded the commands that are the most useful:
Default config.lua (uncompressed):

Note: The config.lua file does not have to be compressed for Tropico 3 to read it. In fact, you don't even have to decompress it to modify it. Just clear the file out and put whatever commands you need in there, one per line.
Basic Usage:
Simply select the config.lua (if it didn't find it for you automatically), click on "Open with Notepad," and modify to your fancy. Save changes in Notepad and close Decompress Config. Start Tropico 3 and the changes should take immediate effect.
Enable Windowed Mode:
To enable windowed mode:
1) Download Decompress Config.
2) Extract Decompress Config somewhere you can find it.
3) Run Decompress Config.
4) If the Location isn't showing the full path to config.lua, click the ... button and browse for the location. It will be the same location as Tropico3.exe.
5) Click on Open with Notepad. Notepad should open up with a bunch of lines starting with config.
6) Find the line that says config.IsFullscreen = 1 and change that 1 to a 0 (that's zero, not "O").
7) Change the resolution from inside the game settings.
1) Download Decompress Config.
2) Extract Decompress Config somewhere you can find it.
3) Run Decompress Config.
4) If the Location isn't showing the full path to config.lua, click the ... button and browse for the location. It will be the same location as Tropico3.exe.
5) Click on Open with Notepad. Notepad should open up with a bunch of lines starting with config.
6) Find the line that says config.IsFullscreen = 1 and change that 1 to a 0 (that's zero, not "O").
7) Change the resolution from inside the game settings.
Command List:
Virtually all are untested--use at your own peril. I bolded the commands that are the most useful:
[table="head"]Command|Description
config.Align
config.AssertMessage
config.AsyncHandles
config.AutoOptions
config.ColorBits|32 is default
config.CrashURL
config.CursorClipping
config.DepthBits|24 is default
config.Developer
config.FmodMemory|10485760 is default
config.Frequency|Untested. Change the vertical refresh rate in hertz.
config.HandlePoolSize
config.Height|Appears not to work.
config.IsFullscreen|1 for fullscreen, 0 for windowed.
config.LuaErrorMessage
config.MainMenu|1 is default
config.MapSlotReserveSize|12 is default
config.MaxGameObjectCount|200000 is default
config.MaxGameObjectExCount|10000 is default
config.MaxGameRenderObjCount|20000 is default
config.MaxVramMb
config.MeshIndexBufferChunkSizeKb|512 is default
config.MeshVertexBufferChunkSizeKb|1280 is default
config.NoPassability
config.NoTerrainTypes
config.OutputDebugString
config.Profiler
config.RefRast|0 is default
config.RunUnfocused|0 is default
config.ShaderStatsTarget
config.SoundListenerMinUpdatePeriod|50 is default
config.UseDXCursor
config.VSync|0 is default
config.Vibration
config.Width|Appears not to work.
config.WriteToRegistry|1 is default
config.XInput|0 is default
hr.UpdateLights[/table]
config.Align
config.AssertMessage
config.AsyncHandles
config.AutoOptions
config.ColorBits|32 is default
config.CrashURL
config.CursorClipping
config.DepthBits|24 is default
config.Developer
config.FmodMemory|10485760 is default
config.Frequency|Untested. Change the vertical refresh rate in hertz.
config.HandlePoolSize
config.Height|Appears not to work.
config.IsFullscreen|1 for fullscreen, 0 for windowed.
config.LuaErrorMessage
config.MainMenu|1 is default
config.MapSlotReserveSize|12 is default
config.MaxGameObjectCount|200000 is default
config.MaxGameObjectExCount|10000 is default
config.MaxGameRenderObjCount|20000 is default
config.MaxVramMb
config.MeshIndexBufferChunkSizeKb|512 is default
config.MeshVertexBufferChunkSizeKb|1280 is default
config.NoPassability
config.NoTerrainTypes
config.OutputDebugString
config.Profiler
config.RefRast|0 is default
config.RunUnfocused|0 is default
config.ShaderStatsTarget
config.SoundListenerMinUpdatePeriod|50 is default
config.UseDXCursor
config.VSync|0 is default
config.Vibration
config.Width|Appears not to work.
config.WriteToRegistry|1 is default
config.XInput|0 is default
hr.UpdateLights[/table]
Default config.lua (uncompressed):
config.RunUnfocused = 0
config.WriteToRegistry = 1
config.AutoOptions = 1
config.IsFullscreen = 1
config.ColorBits = 32
config.DepthBits = 24
config.VSync = 0
config.RefRast = 0
config.MeshVertexBufferChunkSizeKb = 1280
config.MeshIndexBufferChunkSizeKb = 512
config.MapSlotReserveSize = 12
config.SoundListenerMinUpdatePeriod = 50
config.FmodMemory = 10485760
config.XInput = 0
config.MaxGameObjectCount = 200000
config.MaxGameObjectExCount = 10000
config.MaxGameRenderObjCount = 20000
config.MainMenu = 1
hr.UpdateLights = 0
config.WriteToRegistry = 1
config.AutoOptions = 1
config.IsFullscreen = 1
config.ColorBits = 32
config.DepthBits = 24
config.VSync = 0
config.RefRast = 0
config.MeshVertexBufferChunkSizeKb = 1280
config.MeshIndexBufferChunkSizeKb = 512
config.MapSlotReserveSize = 12
config.SoundListenerMinUpdatePeriod = 50
config.FmodMemory = 10485760
config.XInput = 0
config.MaxGameObjectCount = 200000
config.MaxGameObjectExCount = 10000
config.MaxGameRenderObjCount = 20000
config.MainMenu = 1
hr.UpdateLights = 0
Attachments
Last edited: