NomuNomu wrote: ↑Thu Aug 11, 2022 9:13 am
There also appears to be a inbuilt console and cheat commands, I am unsure how to trigger it as I don't come across many IL2CPP games.
WhoWantsClamChowder makes all the villagers vomit, for example. (I think that's a Family Guy reference...)
Yeah they are all vomoting
//
Unlocking the console with Cheat Engine is not a problem ( just a small thread for some calls e.g DevConsole.get_singleton and with that instance you can toggle the console )
The problem is that the console can't execute functions from the CheatManager coz the commands are not registered on a valid instance.
Doing that with Cheat Engine would be possible but ... madness
I've used
MelonLoader to create a small DLL that will unlock the console and create a CheatManager instance
how to use:
-Download the MelonLoader installer from
[Link]
-Open the MelonLoader installer and select the Farthest Frontier.exe ( e.g in SteamLibrary\steamapps\common\Farthest Frontier )
-MelonLoader will create a
Mod folder
-Copy my attached
ConsoleUnlock.DLL inside the
Mod folder
-Start the game and now you can open the console with F2 ( F1 = close )
The console does have a
IntelliSense:
e.g if you type "w" it will auto suggest you commands like "WhoWantsClamChowder"
Just start with any letter and you can see all the possible commands.
if the command does have a parameter just use a space and then add the value e.g
Frontier.AddVillagers 2 will spawn 2 villagers.
that's it, have fun trying out all the commands
Password for the attached .rar : cfefrf