diff --git a/Instructions.txt b/Instructions.txt index 808e96144..6110db396 100644 --- a/Instructions.txt +++ b/Instructions.txt @@ -2,9 +2,13 @@ How to set up the source code: The source code of the game is available on GitHub: https://github.com/Regalis11/scpcb -After you have installed Blitz3D v1.108c, you need to replace the directory "\Blitz3D\Bin\" with the bin folder -inside the "mavless_bin.zip" file from the repository. Once you have replaced that, copy all of the .decls and .dll files from -the repo into "\Blitz3D\userlibs\" and you should be ready to edit and compile the source. +After you have installed Mavless Blitz3D, you need to copy all of the .decls and .dll files from the repo +into the userlibs folder of your Mavless Blitz3D install. + +Note: You don't need to copy cpuid FreeImage. They aren't needed for the main game. +cpuid for the unused cpu details program, and FreeImage for LightMapPNG. + +Now you should be ready to edit and compile the source. ---------------------------------------------------------------------------------------- diff --git a/MavlessB3DSetup.exe b/MavlessB3DSetup.exe new file mode 100644 index 000000000..8555ac7db Binary files /dev/null and b/MavlessB3DSetup.exe differ diff --git a/README.md b/README.md index d58505a5e..a0c0a2805 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,28 @@ The game is based on the works of the SCP Foundation community (http://www.scp-wiki.net/). +## License + This game and the source code are licensed under Creative Commons Attribution-ShareAlike 3.0 License. http://creativecommons.org/licenses/by-sa/3.0/ -Requirements: -• Blitz3D v1.108 +## Instructions + +### Requirements +- [Mavless Blitz3D](MavlessB3DSetup.exe) + +--- + +Copy the decls and their dll files to the userlibs folder in your Mavless B3D install. + +--- + +### Quick note +You don't need to copy cpuid or FreeImage. They aren't needed for the main game. + +cpuid for the unused cpu details program, and FreeImage for LightMapPNG. + +--- -Beware - the source code is perhaps more horrifying than the game itself! \ No newline at end of file +Beware - the source code is perhaps more horrifying than the game itself! diff --git a/mavless_bin.zip b/mavless_bin.zip deleted file mode 100644 index 24981fbef..000000000 Binary files a/mavless_bin.zip and /dev/null differ