RogueTech wrote: ↑Mon Jul 01, 2024 5:27 pm
UtkuGARIP wrote: ↑Sun Jun 30, 2024 11:47 am
I turned on Developer Mode and started playing. I was holding down the right mouse button to break something, and I accidentally pressed [Q] and discovered the extremely fast click cheat! Can this cheat be added to the cheat table?
May we ask, how do you "turn on developer mode"?
Just copy and paste the following text into Notepad, save it as "developer.xml," and you're all set!
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<root>
<array id="PARAMETERS">
<!-- Developer parameters. Be sure to turn everything off or remove the whole block for the release builds. -->
<node id="DEVELOPER"
developer_mode="1"
developer_packages="data-src"
logging="0"
logging_verbose_level="INFO|WARNING|ERROR|SYSTEM"
console="1"
features="ALLOW_MULTIPLE_PROGRAM_INSTANCES,SHADEGROWN_DEVELOPMENT_ENVIRONMENT,MODS,STAGE_EDITOR,DISABLE_VSYNC"
_console_toggle_key="TAB"
_force_variant="IOS/SMALL"
_force_resolution="800x600"
_force_windowed="0"
/>
</array>
<array id="SCREENSHOTS">
<node width="1920" height="1080" />
</array>
</root>
Or just download the attached file and extract it to the main directory of the game.
Just wanted to let you know that when developer mode is on, a "profile.xml" file is created in the game save directory. You can easily edit it with Notepad. Have a great time!
Save Game: C:\Users\%UserName%\AppData\Roaming\10tons
Developer Mode Shortcuts
I asked for a list of developer mode shortcuts, but I didn't get a reply. I'm writing down the ones I found by experimenting. If you discover any new shortcuts, please let me know.
CTRL+G= Move the map marker to the specified location.
CTRL+T= Teleports to the marked location on the map while the Map window is open. Just mark the location you want to teleport to, no need to specify elevation etc.
CTRL+Q= toggles gameplay acceleration on and off, you can temporarily accelerate by holding down the "Q" key.
These are all the shortcuts I could find by experimenting, I will edit the message if I discover new ones.