Anno 1800
0 of 0

File information

Last updated

Original upload

Created by

ChrisAnd1998

Uploaded by

ChrisAnd1998

Virus scan

Safe to use

Tags for this mod

About this mod

This mod binds the in game console to the Shift + F1 key.

Permissions and credits
This mod no longer works with the latest version of Anno 1800 (GU 17).
I recommend using my mod menu for Anno 1800 ;)
Anno 1800 Mod Menu at Anno 1800 Nexus - Mods and community (nexusmods.com)



This mod binds the in game console to the Shift + F1 key.

Use:[b]Shift + F1
While in game.

This mod is created and tested on:
Anno 1800 version 16.0.1189742 (Steam edition)
Mod loader version 0.9.4


To close the console enter: 
console.toggleVisibility()

Requires Anno 1800 mod loader :

xforce/anno1800-mod-loader: The one and only mod loader for Anno 1800, supports loading of unpacked RDA files, XML merging and Python mods. (github.com)

Commands not working?
When you copy and paste the commands a weird special character gets added on the end of the command. Remove that character and it will work.



Get item ID's:
Miraak7000/AssetViewer (github.com)


Commands I found so far:
I will only list harmless commands...

Unlocks Free Upgrades
TextSources.TextSourceRoots.Cheat.GlobalCheats.ToggleExtendedDebugging(1)

Makes your ships go fast
TextSources.TextSourceRoots.Cheat.GlobalCheats.ToggleSuperShipSpeed()

Changes wind direction
TextSources.TextSourceRoots.Weather.SetChangeWind()

Sets the UI scaling!
TextSources.TextSourceRoots.Interface.SetUiScreenScaling(0.5)

Add 20 Grain... Select your ship then open console and enter this: 
TextSources.TextSourceRoots.Selection.Object.ItemContainer.SetCheatItemInSlot(1010192, 20)

Add 100 Timber to resources
TextSources.TextSourceRoots.Area.Current.Economy.AddAmount(1010196, 100)

Add 10k Coins
TextSources.TextSourceRoots.Area.Current.Economy.AddAmount(1010017, 10000)

Add 20 of every good to resources
TextSources.TextSourceRoots.Area.Current.Economy.AddAmount(20)

Toggle Electricity
TextSources.TextSourceRoots.Cheat.GlobalCheats.ToggleElectricity()