Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

foxtacles/vaultmp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This project is no longer being maintained. This video demonstrates the latest state of the mod: https://www.youtube.com/watch?v=x_vShp_YdjE

Vault-Tec Multiplayer Mod

Vault-Tec Multiplayer Mod ("VaultMP") is a multiplayer mod for the PC version of Bethesda's award-winning role-playing game Fallout 3. It's currently in development, but is going to support the following:

  • Dedicated server, MasterServer and client including a server browser
  • Syncing of movement, actions / animations and AI
  • In-game GUI overlay for chatting
  • Supporting DLCs as well as Fallout user mods
  • Server-side scripting to define gameplay rules

The main goal is to enable players to roam the open world of the wasteland and experience all the exciting features of the game online.

The application

Application structure

Compilation

All sources (except source/vaultgui) can be compiled with >=GCC 4.9 (std::thread is required). On Windows operating systems, you should use a MinGW setup. The following makefiles are available:

  • source/makefile (main application, Windows only)
  • source/vaultserver/makefile.windows (dedicated server, Windows)
  • source/vaultserver/makefile.unix (dedicated server, Linux)
  • source/vaultmaster/makefile.windows (master server, Windows)
  • source/vaultmaster/makefile.unix (master server, Linux)
  • source/vaultscript/makefile (default C++ script, Linux)

Code::Blocks project files are available for the parts for which there are no makefiles yet:

  • source/vaultmpdll/vaultmpDLL.cbp
  • source/vaultscript/vaultscript.cbp

Scripting

An essential part of vaultmp is the server-side scripting interface component. Documentation and examples on how use it are available on vaultmp.com. See:

Help

vaultmp is far from complete. Any help (mostly coding, documentation) is very appreciated.

About

Multiplayer mod for the PC version of Fallout 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published