Jump to content

Added Mod Names and ID's to server ini on dedicated server, nothing is downloaded and pz complains about required mod not found.


fenix849

Recommended Posts

The mod names and id's were copied from a server on my computer (created in the client) to the dedicated server setup in a container.

 

The error i get is:
ZomboidFileSystem.loadModAndRequired> required mod "Arsenal(26)GunFighter" not found

 

My Server ini

nightlengthmodifier=1.0
PVP=true
PauseEmpty=false
GlobalChat=true
ChatStreams=s,r,a,w,y,sh,f,all
Open=true
ServerWelcomeMessage=Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Steams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving!
LogLocalChat=false
AutoCreateUserInWhiteList=false
DisplayUserName=true
ShowFirstAndLastName=false
SpawnPoint=0,0,0
SafetySystem=true
ShowSafety=true
SafetyToggleTimer=2
SafetyCooldownTimer=3
SpawnItems=
DefaultPort=16261
ResetID=786549565
Mods=Arsenal(26)GunFighter;BetterSortCC;Brita_2;Brita;POETCarryBuff;ItemTweakerAPI;modoptions;Silencer;oka_oiosb41;tsarslib;autotsartrailers;2116762736;EasyModdingAPI;ToadTraits;ZombieCamouflage
Map=Muldraugh, KY
DoLuaChecksum=true
DenyLoginOnOverloadedServer=true
Public=false
PublicName=My PZ Server
PublicDescription=
MaxPlayers=16
PingFrequency=10
PingLimit=400
HoursForLootRespawn=0
MaxItemsForLootRespawn=4
ConstructionPreventsLootRespawn=true
DropOffWhiteListAfterDeath=false
NoFire=false
AnnounceDeath=false
MinutesPerPage=1.0
SaveWorldEveryMinutes=0
PlayerSafehouse=true
AdminSafehouse=false
SafehouseAllowTrepass=true
SafehouseAllowFire=true
SafehouseAllowLoot=false
SafehouseAllowRespawn=true
SafehouseDaySurvivedToClaim=0
SafeHouseRemovalTime=144
AllowDestructionBySledgehammer=true
KickFastPlayers=false
ServerPlayerID=398314385
RCONPort=27015
RCONPassword=
DiscordEnable=false
DiscordToken=
DiscordChannel=
DiscordChannelID=
Password=
MaxAccountsPerUser=0
SleepAllowed=true
SleepNeeded=false
SteamPort1=8766
SteamPort2=8767
WorkshopItems=2182855819,2200148440,2460154811,2313387159,2116762736,2282429356,2297098490,2495555067,2655093675,2634478805,2510747487,1299328280,1908499360,639909479,2392709985,2169435993
SteamScoreboard=true
SteamVAC=true
UPnP=true
UPnPLeaseTime=86400
UPnPZeroLeaseTimeFallback=true
UPnPForce=true
CoopServerLaunchTimeout=20
CoopMasterPingTimeout=60
VoiceEnable=true
VoiceComplexity=5
VoicePeriod=20
VoiceSampleRate=24000
VoiceBuffering=8000
VoiceMinDistance=10.0
VoiceMaxDistance=300.0
Voice3D=true
PhysicsDelay=500
SpeedLimit=70.0
server_browser_announced_ip=
UseTCPForMapDownloads=false
PlayerRespawnWithSelf=false
PlayerRespawnWithOther=false
FastForwardMultiplier=40.0
PlayerSaveOnDamage=true
SaveTransactionID=false
DisableSafehouseWhenPlayerConnected=false
Faction=true
FactionDaySurvivedToCreate=0
FactionPlayersRequiredForTag=1
AllowTradeUI=true
DisableRadioStaff=false
DisableRadioAdmin=true
DisableRadioGM=true
DisableRadioOverseer=false
DisableRadioModerator=false
DisableRadioInvisible=true
ClientCommandFilter=-vehicle.*;+vehicle.damageWindow;+vehicle.fixPart;+vehicle.installPart;+vehicle.uninstallPart
ItemNumbersLimitPerContainer=0
BloodSplatLifespanDays=0
AllowNonAsciiUsername=false
BanKickGlobalSound=true
RemovePlayerCorpsesOnCorpseRemoval=false
ZombieUpdateMaxHighPriority=50
ZombieUpdateDelta=0.5
ZombieUpdateRadiusLowPriority=45.0
ZombieUpdateRadiusHighPriority=10.0
TrashDeleteAll=true
PVPMeleeWhileHitReaction=false
MouseOverToSeeDisplayName=true
HidePlayersBehindYou=true
PVPMeleeDamageModifier=30.0
PVPFirearmDamageModifier=50.0
CarEngineAttractionModifier=0.5
PlayerBumpPlayer=false

 

Console Log

server-console.txt

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...

If you're running problems with dedicated server on linux (ubuntu in my case) - the way to install mods i found is to download them with steamcmd with command workshop_download_item 108600 <mod_id> (you can find mod_id in the link on steam workshop mod page) and then copy it to the server folder (cp -a ~/.steam/steamapps/workshop/content/108600/<mod_ID>/mods/<mod_name> /home/steam/Zomboid/mods). Then check if the mod_id or mod_name are in servertest.ini and restart the server, if it was working.

Link to comment
Share on other sites

  • 2 weeks later...

Hello People,

 

It might help somebody else, but I was facing this issue of mod not found, and this was caused because of mod dependency.

For example I was trying to install mod "agrotsar" but it was failing to install. Then I understood that it was failing because "agrotsar"had a dependency on other mod: "tsarslib" and i hadn't added this dependent mod to the list of mods.

 

Adding "tsarslib" to the list of mods of my server made the mod I wanted to install successfully!

Hope it helps someone

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...