Page 1 of 1

Gangs of Sherwood

Posted: Wed Nov 29, 2023 7:50 pm
by cfemen

Heyo,

This game has some nice menus that allows to cheat most of the stuff (gold, level ups, ranks )
Attached is a proxy dll that is enabling the UE4 console + the cheat menus:
Image

Image

The game does not have much useful console commands, here is the stuff that is working:

Code: Select all

    Slomo x
    Teleport
    FOV x
    Invertmouse
    Summon x
e.g set double game speed = Slomo 2
or pause the game = Slomo 0
or set the FOV to 100 = FOV 100
teleport = teleport to cursor position!

Summon:
Here is a list of artifacts that can be spawned with the Summon command, just copy n paste into the console:

Code: Select all

Summon /Game/Hood/Core/Props/Artifacts/BlacksmithsFlint/GoodBlacksmithsFlint_BP.GoodBlacksmithsFlint_BP_C
Summon /Game/Hood/Core/Props/Artifacts/BloodlettingKnife/BloodlettingKnifeArtifact_BP.BloodlettingKnifeArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/BrillantAmethystGem/BrillantAmethystGemArtifact_BP.BrillantAmethystGemArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/DragoonMedaillon/GoodDragoonMedaillon_BP.GoodDragoonMedaillon_BP_C
Summon /Game/Hood/Core/Props/Artifacts/ElitesMead/GoodElitesMead_BP.GoodElitesMead_BP_C
Summon /Game/Hood/Core/Props/Artifacts/ExecutionersGauntlet/ExecutionersGauntletArtifact_BP.ExecutionersGauntletArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/GoldenHorseShoe/GoldenHorseShoeArtifact_BP.GoldenHorseShoeArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/GoldenTooth/GoldenToothArtifact_BP.GoldenToothArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/JesterBell/GoodJesterBell_BP.GoodJesterBell_BP_C
Summon /Game/Hood/Core/Props/Artifacts/JestersMarotte/JestersMarotteArtifact_BP.JestersMarotteArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/KnightsChain/GoodKnightsChain_BP.GoodKnightsChain_BP_C
Summon /Game/Hood/Core/Props/Artifacts/RoyalWine/RoyalWineArtifact_BP.RoyalWineArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/SilverRosario/SilverRosarioArtifact_BP.SilverRosarioArtifact_BP_C
Summon /Game/Hood/Core/Props/Artifacts/SturdyRubyGem/SturdyRubyGemArtifact_BP.SturdyRubyGemArtifact_BP_C
the default unreal god mode is not working, so I wrote my own code to make the player immortal, it can be accessed with a hotkey (F5) my proxy shows everything with a overlay:
Image

Make sure to press Escape before you toggle the cheat menus ( F3 and F4 ) coz otherwise you can't use the mouse!
Note: Some of the stuff in the cheat menus is not working coz the devs removed it

That's it, I don't think this game needs anything more, have fun cheating and experimenting with the cheat menus!