Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Snake Pass

From PCGamingWiki, the wiki about fixing PC games
Snake Pass
Snake Pass cover
Developers
Sumo Digital
Publishers
Secret Mode
Engines
Unreal Engine 4[Note 1]
Release dates
Windows March 28, 2017
Reception
Metacritic 71
OpenCritic 74
IGDB 72
Taxonomy
Monetization One-time game purchase
Microtransactions None
Modes Singleplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres Platform
Art styles Cartoon
Themes Fantasy
Snake Pass on HowLongToBeat
Snake Pass on IGDB
Snake Pass on MobyGames
Snake Pass on Wikipedia

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Epic Games Store
DRM details are not known
Windows
Gamesplanet logo.svg
Icon overlay.png
Windows
Microsoft Store
Microsoft Store
Xbox Play Anywhere.
Windows
Steam
Icon overlay.png
Windows
GamersGate (unavailable)
Icon overlay.png
Windows
Humble Store (unavailable)
Icon overlay.png
Included with Humble Trove.
Windows
Origin (unavailable)
Origin
Windows

Essential improvements

Skip intro videos

Skip company logos[2]
  1. Go to <path-to-game>\SnakeSimulator\Content\Movies\
  2. Delete, move or rename SumoLogo20.mp4 and UE4_LogoPC_1080.mp4.

Game data

Configuration file(s) location

System Location
Microsoft Store %LOCALAPPDATA%\Packages\SumoDigitalLtd.48576635C2674_fxgztw5m4nn00\LocalState\
Windows %LOCALAPPDATA%\SnakeSimulator\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/544330/pfx/[Note 2]

Save game data location

System Location
Microsoft Store %LOCALAPPDATA%\Packages\SumoDigitalLtd.48576635C2674_fxgztw5m4nn00\SystemAppData\wgs\
Windows %LOCALAPPDATA%\SnakeSimulator\Saved\SaveGames\
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/544330/pfx/[Note 2]

Save game cloud syncing

Video

Snake Pass in-game video settings
Snake Pass in-game video settings

The game engine may allow for manual configuration of the game via its variables. See the Unreal Engine 4 page for more details.

Ultra-widescreen

Set FOV from horizontal to vertical and decrease it to match that of 16:9[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the line [/Script/Engine.LocalPlayer]
  4. On the next line add AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
  5. Follow the instructions to enable the developer console in the game.
  6. Enter FOV 59.

Field of view (FOV)

Use the Universal Unreal Engine 4 Unlocker[5]
  1. Follow the instructions to enable the developer console in the game.
  2. Enter FOV X where X is the desired value.

Borderless fullscreen windowed

Enable borderless fullscreen[citation needed]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Add or modify FullscreenMode=1 under [/Script/Engine.GameUserSettings].

Anisotropic filtering (AF)

Modify AF samples[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the line [SystemSettings] if it does not exist.
  4. On the next line add r.MaxAnisotropy=16.

Anti-aliasing (AA)

Enable sharpening through a config file[4]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini in a text editor.
  3. Add the following lines:
[SystemSettings]
r.Tonemapper.Sharpen=1

Vertical sync (Vsync)

Disable Vsync[2]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the line [SystemSettings] if it does not exist.
  4. On the next line add r.VSync=0.

High frame rate

Remove 60 FPS cap[6]
  1. Go to the configuration file(s) location.
  2. Open GameUserSettings.ini.
  3. Change FrameRateLimit=0.000000 to the desired frame rate cap, e.g. FrameRateLimit=120.000000.

Notes

Camera sensitivity with a controller is tied to frame rate.
You may need to disable Vsync for it to take effect.

Depth of field

Disable depth of field[7]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the line [SystemSettings] if it does not exist.
  4. On the next line add r.DepthOfFieldQuality=0.

Chromatic aberration

Disable chromatic aberration[citation needed]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the line [SystemSettings] if it does not exist.
  4. On the next line add r.SceneColorFringeQuality=0.

Input

Audio

Snake Pass in-game audio settings
Snake Pass in-game audio settings

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
All dialogs are text-based.
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
Arabic
Fan-translation (Eternal Dream Arabization).
French
German
Italian
Spanish

Issues fixed

An official list of known issues and solution can be found on the Steam User Forums

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 8
Processor (CPU) Intel Core i5-750 2.68 GHz
AMD II x4 945 3.0 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 5 GB
Video card (GPU) Nvidia GeForce GTX 560
AMD Radeon HD 6870
2 GB of VRAM
DirectX 11 compatible
A 64-bit system is required.
The Microsoft Store version requires Windows 10 release 1607 (14393).
Windows 7 is not officially supported however users have reported no issues with it.[8]


Notes

  1. Unreal Engine 4 engine build: 4.14.1.0[1]
  2. 2.0 2.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/544330/ in addition to or instead of this directory. The app ID (544330) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:Mastan on 2021-12-05
  2. 2.0 2.1 Verified by User:Waschbär on 2017-04-30
  3. Snake Pass Slides to Xbox One and Windows 10 on March 28 - Xbox Wire - last accessed on May 2023
  4. 4.0 4.1 4.2 Verified by User:Rose on 2020-05-02
  5. Verified by User:Rose on 2020-04-06
  6. My guide on how to unlock frame rate :: Snake Pass General Discussions - last accessed on 2017-04-02
  7. Verified by User:Rose on 2020-05-08
  8. Windows 8/10 only, why!? :: Snake Pass General Discussions - last accessed on 2017-30-04