All Projects → cokwa → F4MP-Archive

cokwa / F4MP-Archive

Licence: GPL-3.0 license
Fallout 4 Multiplayer Mod

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to F4MP-Archive

libloadorder
A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games.
Stars: ✭ 23 (-48.89%)
Mutual labels:  modding, fallout-4
libloot
A C++ library for accessing LOOT's metadata and sorting functionality.
Stars: ✭ 22 (-51.11%)
Mutual labels:  modding, fallout-4
f4mcm
The Mod Configuration Menu is a settings page for mods. It provides a central location for mod configuration, accessible via the Pause menu.
Stars: ✭ 20 (-55.56%)
Mutual labels:  fallout-4, f4se
VRCMods
A collection of various VRChat mods aimed at improving user experience or fixing issues
Stars: ✭ 235 (+422.22%)
Mutual labels:  modding
BTD-Mod-Helper
A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
Stars: ✭ 76 (+68.89%)
Mutual labels:  modding
VehFuncs
New vehicle features for GTA San Andreas mods
Stars: ✭ 30 (-33.33%)
Mutual labels:  modding
CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+106.67%)
Mutual labels:  modding
wasm plugin
A low-ish level tool for easily writing and hosting WASM based plugins.
Stars: ✭ 62 (+37.78%)
Mutual labels:  modding
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+155.56%)
Mutual labels:  modding
inmis
I need more inventory space! A Fabric backpack mod.
Stars: ✭ 29 (-35.56%)
Mutual labels:  modding
modio-ue4-legacy
Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 83 (+84.44%)
Mutual labels:  modding
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-40%)
Mutual labels:  modding
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+44.44%)
Mutual labels:  modding
Nhaama
Multi-purpose .NET memory-editing library
Stars: ✭ 25 (-44.44%)
Mutual labels:  modding
ThunderKit
Mod Project Development Environment for Unity and Unity Games
Stars: ✭ 64 (+42.22%)
Mutual labels:  modding
EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
Stars: ✭ 21 (-53.33%)
Mutual labels:  modding
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+66.67%)
Mutual labels:  modding
wrench
A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.
Stars: ✭ 55 (+22.22%)
Mutual labels:  modding
HoI4ModdingPythonScripts
Various useful Hearts of Iron 4 modding Python scripts
Stars: ✭ 23 (-48.89%)
Mutual labels:  modding
AM2RModPacker
Mod packaging toolchain for AM2RLauncher mods.
Stars: ✭ 14 (-68.89%)
Mutual labels:  modding

F4MP

Discord

Fallout 4 Multiplayer Mod

Please note that this project is in no way playable at this time. You will encounter game breaking bugs and crashes.

Ensure you backup your game before using this mod.

Installing

Currently, no other mods are supported and will most likely completely break your game if you use them at the same time as this one.

Requirements for install

  • Fallout 4 - It is recommended to use a fresh install of the game
  • F4SE - Required to hook the game, make sure to run the game with f4se_loader.exe
  • git - For cloning the repository (Optionally, you can just download it from the repo page)
  • VS Build Tools - Used to build the server binary

Installing the server

Clone the repository

git clone https://github.com/cokwa/F4MP/

Build the solution

vsdevcmd
cd path/to/cloned/repo
msbuild

Create a new file called server_config.txt and enter the bind address (Most likely localhost)

Open a Console and navigate to the server binary, then enter

f4mp_server.exe

Success! Anyone on your local network can now connect!

If you want to port forward, open port 7779 and allow both TCP & UDP. People connecting to your server will need to enter your public IP in their config.txt (My Games\Fallout4\F4MP\config.txt)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].