-
v1.0.0 - Initial Release Stable
released this
2026-02-09 23:32:37 +01:00 | 6 commits to main since this releasePartID Redirection Plugin v1.0.0 - Initial Release
The first stable release of PartID Redirection Plugin for PC Building Simulator.
🎯 What is this?
This BepInEx plugin automatically redirects obsolete part identifiers to their current equivalents, ensuring your save games remain compatible when mods update part IDs or parts get removed/replaced.
✨ Features
- ✅ Automatic Part ID Redirection - Seamlessly redirects old IDs to new ones
- ✅ Save Game Compatibility - Load saves with obsolete part IDs without errors
- ✅ Multi-line Part Name Support - Handles complex part name formats
- ✅ Easy Configuration - Simple
.cfgfile for managing redirects - ✅ Performance Optimized - Dictionary-based lookups with minimal overhead
- ✅ Comprehensive Logging - Debug output for troubleshooting
📦 Installation
Requirements
- BepInEx 5.x or higher
- HarmonyLib 2.x (included with BepInEx)
Steps
- Download
PartID.Redirection.Plugin.zip - Copy the DLL to
<Game Directory>/BepInEx/plugins/ - Copy the CFG to
<Game Directory>/BepInEx/config/ - Edit
PartID_Redirects.cfgto add your redirects - Launch the game
⚙️ Configuration Example
# Old ID = New ID ALPHACOOL_WC_CPU_114 = ALPHACOOL_WC_CPU_107 CPU_Intel_352 = CPU_Intel_325 Air_Cooler_ARCTIC_169 = Air_Cooler_ARCTIC_149📖 Documentation
Full documentation including troubleshooting and advanced usage is available in the README.md.
🐛 Known Issues
None at this time.
💬 Feedback
Found a bug or have a feature request? Please open an issue!
Downloads