Open ike709 opened 2 years ago
Also the path to the scripts is hardcoded to be the Tools directory iirc. OD didn't even include these until I noticed the watchdog needed them.
Functional OD changes here: https://github.com/wixoaGit/OpenDream/pull/585
Description
package_client_build.py and package_server_build.py are full of SS14isms like the client & server being called
Content.Client
andContent.Server
.This really tripped me up when I was messing with OpenDream because I just replaced every assembly name with the OD equivalent and that broke
copy_content_assemblies()
which expects the source directory to beContent.*
At the very least some better comments pointing out what to change and what not to change would be nice.