Giter Site home page Giter Site logo

richmondx / crysis-wars-source-code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from astopher/crysis-wars-source-code

0.0 2.0 0.0 2.01 MB

Original, unedited source-code for budding modders out there.

C++ 97.43% C 1.26% Objective-C 1.30% Makefile 0.01%

crysis-wars-source-code's Introduction

Crysis-Wars-Source-Code

Original, unedited source-code for budding modders out there.

Originally created in order to aid those attempting to fix the 'SwapEndian' error with C++11 and later versions (link points to a question on Stack Overflow by me), but also because I keep losing the original source-code :-).

Feel free to fork and create your own game mod :-).

Useful Stuff


Uncap Server Slot Limit

From the CryEngine Forums:

static void SvMaxPlayers(ICVar* cvar)
{
   int value = cvar->GetIVal();
   if (value < 2) 
   {
      value=2;
      cvar->Set(value);
      return;
      }
  }

pConsole->GetCVar("sv_maxplayers")->SetOnChangeCallback(SvMaxPlayers);

Goes in GameCVars.cpp.

crysis-wars-source-code's People

Contributors

alexanderstopher avatar

Watchers

James Cloos avatar richmondx avatar

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.