Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MAVLess B3D installer #221

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

----------------------------------------------------------------------------------------

Expand Down
Binary file added MavlessB3DSetup.exe
Binary file not shown.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Beware - the source code is perhaps more horrifying than the game itself!
Binary file removed mavless_bin.zip
Binary file not shown.