Skip to content

RAG20/IV-Network

 
 

Repository files navigation

An alternative multiplayer modification for GTA IV PC

Quick start

Three quick start options are available:

Visit IV:Network forum to stay up to date!

Description

IV: Network (IV:Net) is a modification for Grand Theft Auto: IV (GTA:IV) founded in 2013. It turns GTA:IV into an alternative multiplayer game. You can play over the internet (or LAN). You will need the original GTA:IV PC game in order to play IV:Net.

In IVNet you are able to do almost anything that you can do in single player GTA:IV. IV:Net features the possibility to create your own scripted modes. There are many game modes that feature a series of different and fun things to do. Many of which are not possible in single player.

Legal

IV: Network (IV:Net) is in no way affiliated with Rockstar Games, Rockstar North or any of Rockstar's subcompanies.

Info

We accept only pull request if you want to contribute

Compile on Windows

Compile on Linux

Ubuntu 12.4

Only once:

  • sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  • sudo apt-get update
  • sudo apt-get install g++-4.7 c++-4.7
  • sudo update-alternatives --install "/usr/bin/gcc" "gcc" "/usr/bin/gcc-4.7" 1
  • sudo update-alternatives --install "/usr/bin/g++" "g++" "/usr/bin/g++-4.7" 1
  • sudo apt-get install libc6-dev-i386
  • sudo apt-get install gcc-4.7-multilib g++-4.7-multilib

On every compile:

  • cd path/to/source/
  • make

Ubuntu 13.10

TODO

Debian 6.0.7 / 6.0.8

TODO

Debian 7.1 / 7.2

TODO

About

Alternative GTA IV multiplayer modification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.8%
  • C 45.6%
  • NSIS 2.6%
  • Objective-C 0.0%
  • Makefile 0.0%
  • Lua 0.0%