Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
private void CheatClimb()
{
CheatCodes.climbCheat = !CheatCodes.climbCheat;
if (CheatCodes.climbCheat)
{
Shell.Print("climb cheats on");
}
else
{
Shell.Print("climb cheats off");
}
PlayerPrefs.SetInt("cheatClimb", (!CheatCodes.climbCheat) ? 0 : 1);
}
private void CheatThrow()
{
CheatCodes.throwCheat = !CheatCodes.throwCheat;
if (CheatCodes.throwCheat)
{
Shell.Print("throw cheats on");
}
else
{
Shell.Print("throw cheats off");
}
PlayerPrefs.SetInt("cheatThrow", (!CheatCodes.throwCheat) ? 0 : 1);
}
Dk what throw cheat is though. Basically type this:
Shell.RegisterCommand("climbcheat", new Action(this.CheatClimb), null);
Shell.RegisterCommand("throwcheat", new Action(this.CheatThrow), null);
in the developer shell and it should make your character able to climb and (throw??) again
I have watched several videos and they all use wall climbing.
Now I have just tried to activate the console - since I have no tildeon my keyboard layout I just pressed all the keys - to type climbcheat and after pressing a key on the numpad side I have been warned with a message like "Rec Cheats activated - Achievementsdisabled".
Is that how it's supposed to work, when you activate cheats are disabled?
Thank you for confirming this, I will try harder.
What about those of us that own it on console? there is no shell we can access as far as i can tell, and no cheat section or button sequence i can find, i loved the game before the change, and don't get me wrong i still do but i played through the intended way of actually solving the puzzles or following your multiple set routes.
Then after being frustrated with my slow climbing on a second run and following achievement runs, i looked online to find that i could basically cat leap to cat vertically up the whole side of a vertical surface provided it is wide enough and not too varied in slope. To my excitement i could pull it off, and learned of the smooth moves trophy which just lead me to believe the climbing being so smooth was meant to be part of the whole experience.
I get that it is slightly game breaking/ ruining. but it's a sandbox essentially, and the fun i had with subsequent runs couldn't be matched, and all your trophies are fun and clever, and still totally do-able with the normal climb, i still like that climb, it feels rewarding to pull off a difficult route out of climbing around maybe unintended routes, but with only the slow climb to work with it can also be very painstaking and surprisingly fatiguing on the hands after long runs.
TL:DR Could you please consider adding a cheat section for console? Thanks! : D
"please dont bring this thread back to life.. It needs to stay ded" did you NOT read this.