Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.07 KB

BUILD.md

File metadata and controls

36 lines (27 loc) · 1.07 KB

Build

What's this?

Building instructions for the plugin.

Requirements

  1. Navigate to the repository using a command prompt.
  2. cmd: xmake -y
  3. The files should be in build\windows\x64\release

Install

  1. Copy build\windows\x64\release\cyber_engine_tweaks.asi to <cyberpunk install path>\bin\x64\plugins\cyber_engine_tweaks.asi

ASI Loader

  1. Download Ultimate-ASI-Loader_x64.zip from ASI Loader
  2. Put the dinput8.dll in <cyberpunk install path>\bin\x64\
  3. Rename dinput8.dll as version.dll, you should have <cyberpunk install path>\bin\x64\version.dll
  4. Create a global.ini file in <cyberpunk install path>\bin\x64\
  5. Paste the following lines in global.ini, save and you are all set!
[GlobalSets]
LoadPlugins=1
LoadFromScriptsOnly=1
DontLoadFromDllMain=0
FindModule=0
UseD3D8to9=0
DisableCrashDumps=0
Direct3D8DisableMaximizedWindowedModeShim=0