Version / Commit
Latest Release
Describe the bug
The base package folder is lowercase code
It needs to be "Code"
https://github.com/Facepunch/sbox-public/tree/9680a01cdf95a489843e5817f8ae0bf1755282d2/game/addons/base
addons/base is the odd one out in this repo (its folder is lowercase code while menu and tools use Code), which is why only base needs the rename to work under sbproj launch on Linux.
Linux workaround: mv addons/base/code addons/base/Code
After running the above, the server runs fine, no compile issue.
e.g. the menu folder is correct:
To Reproduce
Run a s&box server with a sbproj and it'll fail to to compile the game because the base library is missing.
Expected behavior
It should work
Media/Files
No response
Additional context
No response
Version / Commit
Latest Release
Describe the bug
The base package folder is lowercase code
It needs to be "Code"
https://github.com/Facepunch/sbox-public/tree/9680a01cdf95a489843e5817f8ae0bf1755282d2/game/addons/base
addons/base is the odd one out in this repo (its folder is lowercase code while menu and tools use Code), which is why only base needs the rename to work under sbproj launch on Linux.
Linux workaround: mv addons/base/code addons/base/Code
After running the above, the server runs fine, no compile issue.
e.g. the menu folder is correct:
To Reproduce
Run a s&box server with a sbproj and it'll fail to to compile the game because the base library is missing.
Expected behavior
It should work
Media/Files
No response
Additional context
No response