Legacy b41 version: access Last commit from B41
B42: currently
The aionthera project have a official server running this project that you can test it:
IP: projectzomboid.aionthera.org
Ports: 16261
Country: Brazil
Singleplayer Compatibility: No, factions are a multiplayer concept
Forked from SSR: Safehouse to create a complete new system to safehouse claim
- UI to show the safehouse informations
- Faction safehouse claim system, multiple safehouses per faction gated by points earned from zombie kills (requires the java class override below, since b42 hardcodes one safehouse per player)
- Configurable zombie kills to earn points
Requires the safehouse limit patch in the folder Server Configuration placed in the main project zomboid dedicated server folder, otherwise the vanilla one-safehouse-per-player limit still applies
Add a new shop system, forked from Server Points, and a Global Trade system, includes Loot Boxes and farm economy system by exploring and local farming vegetables/fruits.
- Shop UI
- Trade UI (Reworking...)
- Lootboxes
- Economy currency that can be returned to get points for the shop and trade
- Sell vegetables/fruits
-
I recommend changing vanilla sandbox
Farming Speedto50andFarming Abundanceto0.1to make vegetables balanced - Scrap Weapons to earn the stackable scrap (bigger the scrap the more economy currency you will earn)
- Random Hordes currency give on horde survival
- Safehouse Passive Currency Give
- Upgrade Safehouse
- Scoreboard for the most rich players
Add new features and adjustments for playing in any anarchy/infinite server.
- Reduced seed drop by crops
- Reduced water need for fully crop
- Disable rotten crops mechanic
-
I recommend changing vanilla sandbox
Plant ResiliencetoVery Highto not lose water when player is offline or busy in crop final stage - Connections/Disconnections/Death player messages events (Multiplayer only)
- Weekly turn off and on water and electric
- Reset world start age making food and items (prevent respawning rotten foods or broken equipment)
- Vehicle Claim system (compatible with factions economy)
- MOTD command forked from SSR: News
Respawn mechanics forked from Keep Inventory, and create door key system
- Create key in Safehouse
- Respawn Keep Inventory
- Can i use in my server? yes
- Can i reupload this to workshop? yes
- Can i modify this project? yes
- Can i share this project? yes
- Can i steal this project? only if the name is changed
- Can i charge for this project? only if the name is changed
External very useful mods to make the factions better
-
Random Airdrops 2, add random airdrops to the server
-
RA Smoke Flares, add smoke flares to call any airdrop
-
Random Hordes, add random hordes to the server
-
Factions Weapons - TODO, overhaul the weapons to make it more immersive and fun to play with
-
Factions Clothes - TODO, add a set of military and factions friendly clothes to give more options for factions teams
-
To download the submodules you can use
git submodule init,git submodule updatein your terminal -
To get the latest submodules commit: `git submodule update --remote``
- Install git in your operational system (Or you can simple clone the repository and the submodules)
- In your terminal type: git clone --recurse-submodules https://github.com/LeandroTheDev/project_factions
-
Or if you already cloned without submodules:
git submodule update --init --recursive - To update the modules to latest version:
git submodule foreach git fetch
git submodule foreach git checkout main
git submodule foreach git pull
- Copy all mods from the new folder created, and paste on your project zomboid mods folder
-
You can also upload to workshop to automatically users download this project
- Now you can open the game, enable the mods and change the sandbox configurations
-
Some mods require special configurations in Lua, after starting the server take a look in the Lua folder, you can view templates in Server Configuration folder
-
Also some mods needs modifications in the java class to work propertly, consider checking the Server Configuration folder
Load Order:
- Factions
- Factions Economy
- Factions Plus
- Safehouse Plus
- Random Hordes
- Random Airdrops 2
- RA Smoke Flares
- Factions Weapons
- Factions Clothes
FTM License