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.

Dragon Star Varnir

From PCGamingWiki, the wiki about fixing PC games
Revision as of 19:50, 6 September 2020 by KingKrouch (talk | contribs)
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Dragon Star Varnir
Dragon Star Varnir cover
Developers
Compile Heart
English localization Idea Factory
Publishers
Idea Factory International
Engines
OROCHI 4
Release dates
Windows October 8, 2019
Dragon Star Varnir on MobyGames
Dragon Star Varnir on Wikipedia

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
Icon overlay.png
Limited Edition available from IFI's North American or European online store. No install disc included. Redeemable key is sent over email.
Windows
GamersGate
Icon overlay.png
Windows
Gamesplanet logo.svg
Icon overlay.png
Windows
Green Man Gaming
Icon overlay.png
Windows
Humble Store
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows
All versions require Steam DRM.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\resource\bin\DragonStarVarnir.ini[Note 1]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1062040/pfx/[Note 2]

Save game data location

System Location
Windows <path-to-game>\resource\bin\SYSTEMSAVE_GAME.BIN[Note 1]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1062040/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Graphics Options
Graphics Options

Template:Video settings

High frame rate

Raise the framerate cap to 240 FPS by hex editing[1]
  1. Go to <path-to-game>\resource\bin\
  2. Open DragonStarVarnir.exe in a hex editor such as HxD.
  3. Search for 41 55 55 85 41 and replace with 41 71 1C 87 40.
When finding and replacing these hex values, make sure that the find/replace tools are using the "Hex-values" mode.
Alternatively, the hex value can be changed to use a custom framerate cap by dividing or multiplying the desired framerate cap by 60 (depending if the number is larger or smaller than 60), and then dividing 16.66666603 by the result of that calculation. For example, a 30 FPS cap hypothetically can be achieved by 30 / 60 = 0.5, taking the result of that calculation to do "16.66666603 / 0.5 = 33.33333206", then using HxD's replace tool's floating point number utility to find and replace the 16.66666603 value with 33.33333206.
Raise the framerate cap to 240 FPS by patching DragonStarVarnir.exe[2]
  1. Download the FPS Uncap Patch.
  2. Unpack the archive (using the password mentioned in the file description)
  3. Launch the patcher, and change the target file to <path-to-game>\resource\bin\DragonStarVarnir.exe, before pressing "Start"

Input settings

Button Mapping Settings
Button Mapping Settings

Template:Input settings

Audio settings

Sound Options
Sound Options

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Traditional Chinese
Japanese

Other information

API

Executable 32-bit 64-bit Notes
Windows

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i5 2.3 GHz
AMD A9 2.9 GHz
System memory (RAM) 4 GB
Hard disk drive (HDD) 11 GB
Video card (GPU) ATI Mobility Radeon HD 5000 series
1 GB of VRAM
Sound (audio device) DirectSound compatible
A 64-bit system is required.

Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 Notes regarding Steam Play (Linux) data:

References

  1. Verified by User:KingKrouch on 2019-10-16
    Tested by finding the required value in Cheat Engine, then finding the value in a disassembler.
  2. Verified by User:KingKrouch on 2019-10-16
    Tested and Created Patch using Cheat Engine, IDA's Freeware version, and HxD.