https://github.com/notnite/tbgfix
Fixes The Beginner's Guide with high CPU core counts
https://github.com/notnite/tbgfix
Last synced: about 1 year ago
JSON representation
Fixes The Beginner's Guide with high CPU core counts
- Host: GitHub
- URL: https://github.com/notnite/tbgfix
- Owner: NotNite
- License: wtfpl
- Created: 2024-09-09T23:08:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T23:08:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T01:17:55.271Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBGFix
Old versions of the Portal 2 branch of Source 1 has issues with large amounts of CPU cores. This issue affects [The Beginner's Guide](https://store.steampowered.com/app/303210/The_Beginners_Guide/). I found [portal2start](https://github.com/b-desconocido/portal2start) which fixes this by modifying kernel32's GetSystemInfo, and reimplemented it in C#.