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.

Topic on User talk:Infogram1

Azulath (talkcontribs)

How did you manage to create this INI dump? Is there some guide for that somewhere?

By clicking "Reply", you agree to the terms of use for this wiki.
Infogram1 (talkcontribs)

It took some reverse-engineering to figure out how the game handled the INI settings, then I coded a dumping tool that would go through them in memory and write out the name/values to a file, then after that I made another tool to sort the names alphabetically & into the right sections etc.

Cyber Engine Tweaks just added a setting-dumping function to it a few hours ago which can do most of this: github.com/yamashi/PerformanceOverhaulCyberpunk/commit/7af8e44c7a75d157e99f62a7d4de49cb3532532a

Don't think they've released an update that includes it yet though, but hopefully soon.