This mod is a BepInEx plugin for PC Building Simulator (PCBS) to change the font colors in the OCCT app to whatever RGB color values are specified in the configuration file.
- Backup your save games located in
PC Building Simulator\Saves. - If not installed already, install the mod loader BepInEx 5.4.19 or newer. Just download the ZIP file (x86 or x64, depending on your system) and unpack it into the installation directory of PCBS. BepInEx provides more details here.
- Run PCBS at least once after installing BepInEx, so that BepInEx can create its configuration file. If BepInEx was installed properly, it should have created a
BepInEx.cfgfile inPC Building Simulator\BepInEx\config. - Download the latest release of this mod from Github or NexusMods and unpack the ZIP file into the installation directory of PCBS.
- Enjoy :)
The colors in the OCCT app can be configured in PC Building Simulator\BepInEx\config\OCCTColors.ini. PCBS needs to be restarted in order for changes to the color configuration to take effect.
Compiling this mod does not require Visual Studio, but it requires PCBS+BepInEx to be installed. The makefile utilizes the C# compiler csc.exe that comes with the .NET framework and which is located at %windir%\Microsoft.NET\Framework64\v3.5\csc.exe.
- Make sure BepInEx is installed properly as described above in steps 1-3.
- Download
OCCTColors.csandmake.cmd. - Optional: You can change the target .NET framework version in
make.cmd. It defaults to v3.5 which is also PCBS's target .NET framework version and which is almost certainly already installed on your system. - Run
make.cmd. When runningmake.cmdfor the first time, pass the path to the installation directory of PCBS as the first argument. - If the compilation succeeded, place the newly created
OCCTColors.dllinPC Building Simulator\BepInEx\plugins. - Enjoy :)
The configuration file OCCTColors.ini will be automatically generated when PCBS is launched.
- Tested for PCBS v1.15.3 on Steam with BepInEx x64 5.4.19 on .NET Framework 3.5
- The BepInEx GUID of this plugin is
com.bepinex.cubi.pcbs.occtcolors - This mod is the successor to my now deprecated PCBS OCCT Font Color Patch PowerShell script.
