Norland

Norland

View Stats:
Cheats
Are there any in game cheats?
Originally posted by NorlandCM:
Originally posted by King:
Are there any in game cheats?
We will add Debug mode for players later :)
< >
Showing 1-7 of 7 comments
A developer of this app has indicated that this post answers the original topic.
NorlandCM  [developer] May 19 @ 6:01pm 
Originally posted by King:
Are there any in game cheats?
We will add Debug mode for players later :)
Kiethoo May 21 @ 6:20pm 
testingcheatsenabled=true

Zorro = gain 100 swords
MMMTurnips = 1000 Rudibega
OOOShiney = 1000 Gold Coins
IAMTHEKING = All Peasants become Fanatics
Whatsthatsmell = All peasants become infected with Smallpox
ImagenaryFriend = A random free lord will spawn that appears as a clone of your King.
-

There is also a SAVE GAME Editor that lets you give yourself what ever you want resource wise and edit what ever.... but it can corrupt yourssaves
Last edited by Kiethoo; May 21 @ 6:20pm
King May 21 @ 7:09pm 
Originally posted by Kiethoo:
testingcheatsenabled=true

Zorro = gain 100 swords
MMMTurnips = 1000 Rudibega
OOOShiney = 1000 Gold Coins
IAMTHEKING = All Peasants become Fanatics
Whatsthatsmell = All peasants become infected with Smallpox
ImagenaryFriend = A random free lord will spawn that appears as a clone of your King.
-

There is also a SAVE GAME Editor that lets you give yourself what ever you want resource wise and edit what ever.... but it can corrupt yourssaves
How do you enable this?
NorlandCM  [developer] May 22 @ 12:42pm 
Originally posted by King:
Originally posted by Kiethoo:
testingcheatsenabled=true

Zorro = gain 100 swords
MMMTurnips = 1000 Rudibega
OOOShiney = 1000 Gold Coins
IAMTHEKING = All Peasants become Fanatics
Whatsthatsmell = All peasants become infected with Smallpox
ImagenaryFriend = A random free lord will spawn that appears as a clone of your King.
-

There is also a SAVE GAME Editor that lets you give yourself what ever you want resource wise and edit what ever.... but it can corrupt yourssaves
How do you enable this?
As we already said, Debug mod will appear in the next patches, but now there are no cheat codes or debug menu at the time of patch 37 :)
MrMetalMan May 23 @ 11:19am 
Originally posted by King:
Are there any in game cheats?

Download WeMod if you want a few quick easy cheats, but if you edit the save file you can change almost anything.

To edit the save file do this:
  • For Windows go to C:\Users\YOUR_USERNAME\AppData\Local\Strategy\savesor just paste this on the file explorer %LOCALAPPDATA% \Strategy\saves.
    For Linux, go to ~/.local/share/Steam/steamapps/compatdata/1857090/pfx/
  • 2. Look for the save game file you want to edit such as Silverhaven_Autosave_day_24_date_10_5_2025_time_12_31.norland
    Make a copy of it and put it in another location. Somewhere safe to use as a backup incase you mess up the save file when editing. Such as a folder under Documents like NorlandBackups. E.g:Documents\NorlandBackups\Silverhaven_Autosave_day_24_date_10_5_2025_time_12_31.norland
  • 3. Go to https://norlandsaveeditor.com and open the save file to edit. This site parses the file into a readable format. The format is JSON. From here you can edit anything from your saved world if you know how to look for it. It is also possible to edit with notepad++ but it is not so readable.
  • 4. As an example, here's how to edit your character's skills:
    Press Ctrl + F and search for player_uuid. Should look something like 22bf2cd7-d19f-4407-9c94-be5f273c44d7 Copy the value of player_uuid and then search for that (This is also your faction_uuid, so many results will show). Keep searching until you see your character. I identified mine by looking for the character with the same skill values. Should look something like this:

    "skills": {
    "levels": {
    "knowledge": 3,
    "manners": 9,
    "negotiation": 3,
    "oratory": 10,
    "management": 3,
    "education": 3,
    "combat": 2,
    "command": 4
    }

    Change it to whatever values you want. Don't make it ridiculous like 1000 as it might break the game. Keep to the limits.
  • 5. Once you are done editing your save file you must hit the "Save JSON" button at the top right of the website BEFORE you hit the "Export" button. Once you save you can export it to download.
  • 6. Copy the edited save file you just downloaded and replace the previous one under your save game directory e.g. C:\Users\YOUR_USERNAME\AppData\Local\Strategy\saves
  • 7. Start the game and load the save. You should see your changes take effect.
If you broke your save file. Quit the game and use that save file backup you made earlier to replace the corrupted save file under your save game directory.
Kiethoo May 23 @ 12:24pm 
I don't know why the Devs are lying about their already being cheats in the game for play testing.

I missed this one fyi

EtTuBrute = Your Bishop is instantly killed. :steamthumbsup:
Originally posted by MrMetalMan:
Originally posted by King:
Are there any in game cheats?

Download WeMod if you want a few quick easy cheats, but if you edit the save file you can change almost anything.

To edit the save file do this:
  • For Windows go to C:\Users\YOUR_USERNAME\AppData\Local\Strategy\savesor just paste this on the file explorer %LOCALAPPDATA% \Strategy\saves.
    For Linux, go to ~/.local/share/Steam/steamapps/compatdata/1857090/pfx/
  • 2. Look for the save game file you want to edit such as Silverhaven_Autosave_day_24_date_10_5_2025_time_12_31.norland
    Make a copy of it and put it in another location. Somewhere safe to use as a backup incase you mess up the save file when editing. Such as a folder under Documents like NorlandBackups. E.g:Documents\NorlandBackups\Silverhaven_Autosave_day_24_date_10_5_2025_time_12_31.norland
  • 3. Go to https://norlandsaveeditor.com and open the save file to edit. This site parses the file into a readable format. The format is JSON. From here you can edit anything from your saved world if you know how to look for it. It is also possible to edit with notepad++ but it is not so readable.
  • 4. As an example, here's how to edit your character's skills:
    Press Ctrl + F and search for player_uuid. Should look something like 22bf2cd7-d19f-4407-9c94-be5f273c44d7 Copy the value of player_uuid and then search for that (This is also your faction_uuid, so many results will show). Keep searching until you see your character. I identified mine by looking for the character with the same skill values. Should look something like this:

    "skills": {
    "levels": {
    "knowledge": 3,
    "manners": 9,
    "negotiation": 3,
    "oratory": 10,
    "management": 3,
    "education": 3,
    "combat": 2,
    "command": 4
    }

    Change it to whatever values you want. Don't make it ridiculous like 1000 as it might break the game. Keep to the limits.
  • 5. Once you are done editing your save file you must hit the "Save JSON" button at the top right of the website BEFORE you hit the "Export" button. Once you save you can export it to download.
  • 6. Copy the edited save file you just downloaded and replace the previous one under your save game directory e.g. C:\Users\YOUR_USERNAME\AppData\Local\Strategy\saves
  • 7. Start the game and load the save. You should see your changes take effect.
If you broke your save file. Quit the game and use that save file backup you made earlier to replace the corrupted save file under your save game directory.
Is there a way to modify character's helmet style, hat color and traits?
< >
Showing 1-7 of 7 comments
Per page: 1530 50