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.

Gensokyo Night Festival

From PCGamingWiki, the wiki about fixing PC games
Dev general icon.svg
This product is unreleased but remains under active development - information may change frequently and could be outdated or irrelevant.
Gensokyo Night Festival
Gensokyo Night Festival cover
Developers
Why so serious?
tea_basira
Publishers
Why so serious?
AGM PLAYISM
Engines
Unreal Engine 4[1]
Release dates
Windows Early access

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\sKagura\Saved\Config\WindowsNoEditor
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1122050/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\sKagura\Saved\SaveGames
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1122050/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

"Graphic Config" options
"Graphic Config" options

Template:Video settings

High frame rate

Modify "Engine.ini" config file.
  • Go to the configuration file(s) location.
  • Open Engine.ini using a text editor.
  • At the bottom of the config file, add these lines of text:
  • [/Script/Engine.Engine]
    bUseFixedFrameRate=True
    FixedFrameRate=XX.000000
    
    1. Replace XX with the desired framerate cap.
    2. Save the ini file.
    3. Right click on Engine.ini, and go to properties, then set the file as "Read-only". This will prevent the game from overwriting the values.

    Notes

    bUseFixedFrameRate must be enabled for the 60FPS cap to be removed.
    Camera turning speed, and dashing are both tied to framerate.

    Input settings

    "Key Config" options (controller remapping)
    "Key Config" options (controller remapping)
    "Controls" menu
    "Controls" menu
    "System Config" options
    "System Config" options

    Template:Input settings

    Audio settings

    Template:Audio settings

    Localizations

    Language UI Audio Sub Notes
    English
    Simplified Chinese
    Japanese

    Other information

    API

    Executable 32-bit 64-bit Notes
    Windows

    Performance tweaks

    The default scalability settings used in-game can cause performance issues on low-end PC hardware, due to the game using UE4's "Epic" scalability setting presets by default.
    Edit GameUserSettings.ini
    1. Go to the configuration file(s) location.
    2. Open GameUserSettings.ini.
    3. Under the [ScalabilityGroups] header, replace the "sg." lines with the following:
    sg.ResolutionQuality=100.000000
    sg.ViewDistanceQuality=0
    sg.AntiAliasingQuality=0
    sg.ShadowQuality=0
    sg.PostProcessQuality=0
    sg.TextureQuality=1
    sg.EffectsQuality=0
    sg.FoliageQuality=0
    
    "sg.TextureQuality" needs to be set to 1 (UE4's "Medium" setting preset) due to some sprites (like the smoke clouds on the title screen) not properly loading with the value set to 0 (UE4's "Low" setting preset).
    Changing "sg.ResolutionQuality" to anything below "100" changes the internal resolution the game runs at (without affecting the UI), and can cause 2D sprites to appear blurry.

    System requirements

    Windows
    Minimum Recommended
    Operating system (OS) 2000
    Processor (CPU) Intel Core2 Duo
    System memory (RAM) 2 GB
    Hard disk drive (HDD) 500 MB
    Video card (GPU) Open GL compliant video card
    A 64-bit operating system is required.

    Notes

    1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

    References

    1. Verified by User:KingKrouch on 2019-10-24
      Checked game install directory.