Code Monkey home page Code Monkey logo

kronosaur / transcendencedev Goto Github PK

View Code? Open in Web Editor NEW
31.0 9.0 15.0 295.77 MB

Explore the farthest reaches of Human Space in this open-world space adventure.

Home Page: https://transcendence.kronosaur.com

License: Other

C++ 75.31% C 15.78% Roff 0.95% DIGITAL Command Language 0.17% Makefile 0.19% Module Management System 0.02% CMake 0.04% SAS 0.01% CLIPS 0.03% Pascal 0.38% Ada 0.48% Assembly 0.75% C# 5.67% Batchfile 0.02% M4 0.01% HTML 0.18% Perl 0.02%
indiegame space-game transcendence open-world-game

transcendencedev's Introduction

TRANSCENDENCE SOURCE CODE

Copyright (c) 2003-2022 by Kronosaur Productions, LLC.
http://transcendence.kronosaur.com
[email protected]
@Transcendence

This package contains the source code for building the Transcendence.exe client,
which is used to run any Transcendence adventure, including "Domina & Oracus".

BUILD INSTRUCTIONS

If you are downloading the repos in order to submit future pull requests, it is 
worthwhile to keep repositories synced with kronosaur:

https://help.github.com/articles/syncing-a-fork/

General help on using git is available through official sources:

https://help.github.com

You will need to install the February 2010 DirectX SDK release, as later versions 
do not include necessary libraries. The correct DirectX SDK can be downloaded 
here: 

http://www.microsoft.com/en-us/download/details.aspx?id=10084

Note the DirectX SDK's install location on your computer.

It may be necessary to uninstall certain Microsoft Visual C++ Redistributables 
when installing DirectX SDKs:

http://support.microsoft.com/kb/2728613

Use Microsoft Visual Studio 2010 or later. Load Transcendence/Transcendence.sln, 
which is the Transcendence solution file. The following warnings, if shown under
Output from Solution, may be safely ignored:

    <root dir>\Alchemy\zlib-1.2.7\contrib\vstudio\vc10\zlibstat.vcxproj : 
    warning  : Platform 'Itanium' referenced in the project file 'zlibstat' 
    cannot be found.

    <root dir>\TransCore\TransCore.vcxproj : error  : Project 
    "...\TransCore\TransCore.vcxproj" could not be found.

Select the Transcendence project as the StartUp project. Ensure that the correct 
locations of the DirectX SDK Include and Lib folders are specified for the 
Transcendence project (under the Transcendence solution) by bringing up the 
project's Properties page, and checking the following property sets:

    Configuration Properties > VC++ Directories > General > Include Directories
    Configuration Properties > VC++ Directories > General > Library Directories
    
Always point the Library Directories variable to the \Lib\x86 folder of the SDK.

Build the solution. Executables will be placed in the Transcendence/Game 
directory.

For security reasons the source code does not include certain files to 
communicate with the Hexarc arcology (the cloud service). The code will compile
without it, however, as long as you add CHexarcServiceStub.cpp to the build.

In Visual Studio, find the CHexarcServiceStub.cpp file in the TSUI project under 
the \Source Files\CloudInterface Files folder. Bring up the Properties page for 
the file and under General properties set "Exclude from Build" to "No".

LICENSE

Please see the LICENSE file in the root directory.

transcendencedev's People

Contributors

bzm3r avatar dogguts avatar exinfinitum avatar flufflesthemicrosaur avatar gcabbage avatar gmoromisato avatar ihaveastrongpassword avatar ineedauniqueusername avatar nms127 avatar relanat avatar siegelord avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

transcendencedev's Issues

Use CMake as buildsystem

Picking a build system that can work on all operating systems would be a first step in the direction of making Transcendence cross-platform.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.