https://github.com/bernta/insurgencyclassic
INSURGENCY: Modern Infantry Combat for SDK 2013
https://github.com/bernta/insurgencyclassic
gamede goldsrc hl2 hl2mp insurgency mod source source-engine sourcemod sourcesdk warfare
Last synced: about 1 year ago
JSON representation
INSURGENCY: Modern Infantry Combat for SDK 2013
- Host: GitHub
- URL: https://github.com/bernta/insurgencyclassic
- Owner: BerntA
- License: gpl-3.0
- Created: 2024-12-05T12:05:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:36:16.000Z (over 1 year ago)
- Last Synced: 2024-12-14T15:29:33.818Z (over 1 year ago)
- Topics: gamede, goldsrc, hl2, hl2mp, insurgency, mod, source, source-engine, sourcemod, sourcesdk, warfare
- Language: C++
- Homepage: https://store.steampowered.com/app/17700/INSURGENCY_Modern_Infantry_Combat/
- Size: 82.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INSURGENCY: Classic
### Introduction
INSURGENCY: Modern Infantry Combat for SDK 2013!
### Compiling
Use the VPC scripts to generate the necessary project file(s), see
[Source SDK 2013 Compiling Help](https://developer.valvesoftware.com/wiki/Source_SDK_2013) for additional help.
* Windows: You can use VS2010, VS2013, VS2015, VS2017, VS2019, or VS2022 to compile this project.
* Linux: Use GCC 4.8 or GCC 5 compiler.
* OSX: Use XCode 10, run osx-compile.
#### Unable to run VPC to generate solution
Open cmd and run
```
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\10.0\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" /v DefaultProjectExtension /t REG_SZ /d vcxproj /f
```