Hello,
for debugging my mod i want to start the game as normal, but activate the console ingame?
is this possible?
for debugging my mod i want to start the game as normal, but activate the console ingame?
is this possible?
button_standard = {
raw_text = "Debug Mode"
onclick = "[ExecuteConsoleCommand('debug_mode')]"
}
well, if you edit game files directly, yeah, you won't need a mod. Although I don't see what would be the benefit.is it possible to add this button ingame without mod?