Skip to content

syndrome5/IntWars-Outdated

 
 

Repository files navigation

IntWars

About

Fork of the 2 year old (outdated project), IntWars. Emulates LoL server environment.
This is a fork of Elyotna's fork.
If you want to contribute to the project, please fork the repo and upload any progress to GitHub.
If you need help compiling the source on Windows, check here.

Content:

Instructions:

  • Run gamed.exe
  • Run StartClient.bat
  • If StartClient.bat does not work, run the game with this command: "League of Legends.exe" "8394" "LoLLauncher.exe" "C:/Riot Games/League of Legends/RADS/projects/lol_air_client/releases/0.0.1.79/deploy/LolClient.exe" "127.0.0.1 5119 17BLOhi6KZsTtldTsizvHg== 47917791"

Important rules and information

Original Creators

  • Intline9 - intline9(at)gmail(dot)com
  • Ltsstar

Other Important Contributors

  • Elyotna (reddit: ?)
  • Spudgy (reddit: imSpudgy)
  • ProudHeart (reddit: chutch1122)

License

GPLv3 as sharing is caring, and when ever you extend/use/modify/fix any of this project you should share it again!

Contact

For information relating to this fork, contact me on reddit: chutch1122
I'm working on setting up a website where we can organize this better.

Notes for Compiling on Windows

Note: This is a very basic explanation. I am working on a more detailed explanation, but don't have the time right now.

This project uses elements from C++11, like initialization lists. Visual Studio does not support initialization lists in the 2010 or 2012 versions. Therefore, I recommend installing/using CMake and MinGW's g++ compiler. Websites and download links for these are below.

1). CMake - Website | Direct Download to Version 3.0.0
2). MinGW - Website | Download MinGW Get Setup

Install MinGW to C:\MinGW. Using the MinGW Installation Manager, install the mingw32-base and mingw32-gcc-g++ packages (check the boxes, and then goto the "Installation" menu and choose "Apply Changes"). Add C:\MinGW\bin to your PATH enviornment variable so you can use g++ anywhere (Guide).

After CMake and MinGW are installed and configured. Generate the makefiles using GenerateMakefiles.bat and compile the source using CompileServer.bat

The executable (intwars.exe) will be located in the /build/gamed/ directory.

About

MOBA server framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.1%
  • C 48.3%
  • Shell 1.6%