Estranged Act 1 Save

Source code for the free Steam game, Estranged: Act I.

Project README

Estranged: Act 1Divider

Source code for the free Steam game, Estranged: Act I. Built with the publicly available source-sdk-2013 from Valve.

Video Tutorials

Getting Started

Once you've downloaded the code, head over to the src folder. You'll see two files, creategameprojets and createallprojects.

Double click creategameprojects to create the Xcode, Visual Studio or make files for the projects.

Building

Binaries and symbols will be built into game/estrangedact1/bin.

Visual Studio

Open games.sln in Visual Studio, and build it. In order to build the shader project, you will need to copy the Direct X 9 SDK headers into the src/dx9sdk/include folder.

Xcode

Open games.xcode. Depending on which version of Xcode you have and which version of Mac OSX, you may need to set the Base SDK to "Current Mac OS", and the compiler for C/C++/Objective-C to LVVM GCC:

Xcode on Mac OSX, showing the target settings required to build.

On some systems it is also necessary to create a symbolic link from your system's OpenGL header directory to build the shader project. To do this change into the src/public directory, and type the following:

  • ln -s /System/Library/Frameworks/OpenGL.framework/Headers GL

Linux with Make

Run src/creategameprojects. To build, type the following:

  • make -f src/games.mak.

Similarly to the Xcode instructions above, it may be necessary to create a symbolic link from src/public/GL to your Linux distribution's OpenGL headers in order to build the shader project.

Running

Copy the game/estrangedact1 folder to steam/steamapps/sourcemods.

Using the Code

We'd love for you to use the code! See LICENSE.md for more information.

Contributing

If you would like to contribute to the code, feel free to submit a pull request, or raise an issue.

Open Source Agenda is not affiliated with "Estranged Act 1" Project. README Source: alanedwardes/Estranged-Act-1
Stars
42
Open Issues
1
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating