Jump to content

How to add multihit on dedicated server?


Johnny2s

Recommended Posts

12 minutes ago, EUDOXIO said:

on the servertest_SandboxVars.lua file set:" MultiHitZombies = true , "

Ok, so my servertest_SandboxVars.lua file there is no entry for MultiHitZombies. Can I add it without causing issues, assume I can correct? If so, is there a certain spot I need to add it in?

Thanks for the quick reply!

Link to comment
Share on other sites

Make sure you have your server updated to build 41, it should be there along all the new options.

 

This are some lines on my file to show you whats before and after.


    DaysForRottenFoodRemoval = -1,
    AllowExteriorGenerator = true,
    MaxFogIntensity = 1,
    MaxRainFxIntensity = 1,
    EnableSnowOnGround = true,
    MultiHitZombies = true,
    RearVulnerability = 1,
    AttackBlockMovements = true,

Link to comment
Share on other sites

44 minutes ago, EUDOXIO said:

Make sure you have your server updated to build 41, it should be there along all the new options.

 

This are some lines on my file to show you whats before and after.


    DaysForRottenFoodRemoval = -1,
    AllowExteriorGenerator = true,
    MaxFogIntensity = 1,
    MaxRainFxIntensity = 1,
    EnableSnowOnGround = true,
    MultiHitZombies = true,
    RearVulnerability = 1,
    AttackBlockMovements = true,

Ok adding it manually worked. Server is updated to the latest build, and from today's update, weird. Appreciate the help!

Link to comment
Share on other sites

47 minutes ago, EUDOXIO said:

Make sure you have your server updated to build 41, it should be there along all the new options.

 

This are some lines on my file to show you whats before and after.


    DaysForRottenFoodRemoval = -1,
    AllowExteriorGenerator = true,
    MaxFogIntensity = 1,
    MaxRainFxIntensity = 1,
    EnableSnowOnGround = true,
    MultiHitZombies = true,
    RearVulnerability = 1,
    AttackBlockMovements = true,

Also, do you have the entry for "saliva" only for infections? I don't see that entry either lol...

Link to comment
Share on other sites

4 minutes ago, Johnny2s said:

Also, do you have the entry for "saliva" only for infections? I don't see that entry either lol...

Thats really odd, its Transmission on the zombies part of the file

 

check this post for the old options, and what the values do :)

 

Link to comment
Share on other sites

20 hours ago, EUDOXIO said:

Thats really odd, its Transmission on the zombies part of the file

 

check this post for the old options, and what the values do :)

 

 

Hey, one more question if you don't mind. If I want the server to have Saliva only for infections, what's the new entry? On the webpage you provided and my current config files, it shows the below. In Solo Sandbox you can change to Saliva only, which I assume can be done with a dedicated server as well? Thanks!

 

Transmission = 1, (1 is blood/saliva, 2 is everyone is infected, 3 is no transmission)

Link to comment
Share on other sites

On 12/21/2021 at 12:38 PM, EUDOXIO said:

Yeah, they did add a new one there, not sure from memory rn, but you can enter the game coop option and change the settings in the game to the server files, in there you have all explained, better than editing the files directly :)

 

Ok, I've reinstalled the server and all files but still don't see the Transmission for saliva only.

Do you have the entry/line handy to post here, so I can easily add if you don't mind please.

OR, which transmission number to input for SALIVA only.

 

Much appreciated!

 

Edited by Johnny2s
Link to comment
Share on other sites

On the servertest_SandboxVars.lua file under zombielore

    ZombieLore = {
        Speed = 3,
        Strength = 2,
        Toughness = 2,
        Transmission = 2, 

 

The values are 1=blood+saliva, 2=saliva only, 3=all infected, 4=no infection

as you can see on the screenshot those are the correspondant values :)
 

20211222205436_1.jpg

Link to comment
Share on other sites

8 minutes ago, EUDOXIO said:

On the servertest_SandboxVars.lua file under zombielore

    ZombieLore = {
        Speed = 3,
        Strength = 2,
        Toughness = 2,
        Transmission = 2, 

 

The values are 1=blood+saliva, 2=saliva only, 3=all infected, 4=no infection

as you can see on the screenshot those are the correspondant values :)
 

20211222205436_1.jpg

 

Ok that's what I thought, makes sense.

Will apply and test, thank you very much!

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...