Overview
This guide will teach you how to enable and use the developer menu.
Introduction
Hey everyone! My name is Kai and I’m typically on the modding channel in the Empire of Sin Official discord.
This particular guide is focused around the dev menu and commands I’ve found. My next guide will focus on the basics of modding Empire of Sin. Please give me feedback as this is my first guide.
Enabling The Dev Menu
Enabling the Dev menu is relatively easy. I *strongly* recommend using Notepad++.
Open the following file in Notepad++:
X:SteamsteamappscommonEmpireOfSinEmpireOfSin_DataStreamingAssetsSettingsDefaultPlatformSettings_PC.json
In this file you will find a setting called “developerMode” and set it to “true” DO NOT CAPITALIZE
You should see “[Dev] QA Perf Test” on start menu if it worked.
You can use (`) to open the console.
You can also press ALT + 1 to open a GUI menu.
You can also access the GUI menu via the pause screen.
Known Dev Console Commands
-GENERAL CHEATS-
Dev.toggleGodMode()
Dev.togglePlayerAlwaysHits()
Dev.toggleFastConversations()
Dev.toggleFogOfWar()
Dev.revealAllSafehouses()
Dev.makeAllRivalsKnownToPlayer()
Dev.makeAllRivalFactionsKnownToEachOther()
Dev.makeAllFactionsKnowAllBuildings()
Dev.addBossAbilityCards()
Dev.giveMaxNotoriety(faction)
Dev.toggleEaseNicknameRequirements()
-MONEY CHEATS-
Dev.addCash(amount)
Dev.addCashToAllFactions(amount)
-ALCOHOL CHEATS-
Dev.addWhiskey(amount)
Dev.addPremium(amount)
Dev.addTopShelf(amount)
Dev.addRack(amount)
Dev.addSwill(amount)
Dev.addPoison(amount)
-INVENTORY CHEATS-
Dev.giveAllWeapons()
Dev.giveAllAbilities()
Dev.giveAllAmmo()
Dev.giveAllArmor()
Dev.giveAllUtility()
Dev.addItemToBoss(itemId, count)
Dev.addItemToTarget(itemId, target, count)
Dev.addItem(itemId, count)
– GAMESPEED CHEATS –
Dev.setGameSpeed(speed)
Dev.setGameSpeedDefault()
Dev.setGameSpeedX02()
Dev.setGameSpeedX04()
Dev.setGameSpeedX08()
Dev.setGameSpeedX16()
Dev.setGameSpeedX32()
-COMMANDS FOR DEBUGGERS, MODDERS, TINKERERS, AND ALL OTHER INTERESTED PARTIES-
Dev.toggleDebugInfo()
Dev.toggleScreenshotMode()
Dev.toggleDevOptions()
Dev.toggleTacticTableLogs()
This thread[fearlessrevolution.com] has several commands as well that aren’t covered here. I’m too lazy to add them manually and all credit should go to those who discovered them.