• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

War of the Walkers mod

Hey,
I tried this Mod today but I got some NullExceptionErrors. I started a new game with this Mod and as I entered a Traitor-Building, a Survivor appeared. Since then, I had NullExceptionErrors every second until i left the Area. Since then, the game still worked fine. So maybe there is a Bug.

But the reason why I am writing is: I wanna use this Mod as it is but without Bandits and Survivors. Which XML-File do I have to edit to remove them from the game?
1. Reinstall mod. One of the xml files probably didn't copy over correctly

2. Go to Spawning xml and comment out <!-- --> the survivors/bandits spawn groups. Or entity groups xml and comment out all bandits and survivors. Do not comment out entire groups but rather just the contents inside of group as the spawn group may still be in Spawning xml and would cause a error.

 
Getting this error spammed.

Code:
ERR Block on position 398, 33, 500 with value id=1457 px=1 py=0 pz=-1 should be a parent but is not! (3)
 
Getting this error spammed.

Code:
ERR Block on position 398, 33, 500 with value id=1457 px=1 py=0 pz=-1 should be a parent but is not! (3)
I have gotten that error too. Must be from a POI but I cannot figure out which one.

 
Getting this error spammed.

Code:
ERR Block on position 398, 33, 500 with value id=1457 px=1 py=0 pz=-1 should be a parent but is not! (3)
That is a common error that is not caused by the mod.

It is because two items have spawned in the same position and is colliding with each other. (Often cars)

They essentially appear invisible, which is why you see nothing wrong if you visit the mentioned location.

There has been discussions on the topic if you want to do a search and read up on it.

Apparently if you shoot at the location with a rocket or something, it would make the car or whatever items it is appear before they explode.

 
That is a common error that is not caused by the mod.It is because two items have spawned in the same position and is colliding with each other. (Often cars)

They essentially appear invisible, which is why you see nothing wrong if you visit the mentioned location.

There has been discussions on the topic if you want to do a search and read up on it.

Apparently if you shoot at the location with a rocket or something, it would make the car or whatever items it is appear before they explode.
Ah OK.

 
graphical bug?

Hey I'm having a problem, I'm not sure if its the mod or my driver update or whatever. but I had loaded up a private MP game with a friend who also uses the same mod and for some reason everything is like all black and messed up like graphic wise. I had tried re-installing it to see of that worked and It did not. so I tested something out and deleted the mod and try re-installing 7D2D. and when I started a new game without the mod it was perfectly fine and back to normal. so then I re-installed the mod and tried it and it went back to being messed up. I even reverted my driver and it did the same thing. any help at all? or am I just stupid and messed something up? I added 2 pics for any help. 20170312162426_1.jpg

20170311011415_1.jpg

 
Verification

Hi'' I want to ask if in your great mod when player sleep time pass more speedly so we can pass night without wait to be dawn and if you implement electricty and gas in futures updates..

thanks for your time

 
Version 4.3.7 Released!

-Fixed Shotgun Shell Crafting Group

-Fixed Shotgun Slug Crafting Group

-Changed Quest Dwalls Quest 1 Part 5 of 5 requirements

-Changed Nerfed Overalls

-Changed Nerfed Bandit Gas Mask

 
Version 4.3.7 Released!
-Fixed Shotgun Shell Crafting Group

-Fixed Shotgun Slug Crafting Group

-Changed Quest Dwalls Quest 1 Part 5 of 5 requirements

-Changed Nerfed Overalls

-Changed Nerfed Bandit Gas Mask
Thank you!

 
Hi dwallorde,

BanditDwarfSherry still doesn't shoot at me. Here's what I did to make her work. I'm pretty sure the only change necessary is to extend her from banditMelee (I know that doesn't make sense, but it seems to work). The rest of my changes are just leftovers from back when I was experimenting. I just copied and pasted what I had before. I figured if it ain't broke, i won't fix it.

Code:
<entity_class name="BanditDwarfSherry" extends="banditMelee">
<property name="Archetype" value="BanditDwarfSherry"/>

<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gunSawedOffPumpShotgunBandit,shotgunShellBandit" />
<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gunSawedOffPumpShotgunBandit,shotgunShellBandit" />

<!-- in s -->
<property name="AttackTimeoutDay" value="0.5" />
<property name="AttackTimeoutNight" value="0.5" />

<!-- AI properties -->
<property name="AITask-1" value="RangedAttackTarget2" param1="0" param2="20"/>
<property name="AITask-2" value="ApproachAndAttackTargetNPC" param1="EntityAlive" />
<property name="AITask-3" value="ApproachSpot" />
<property name="AITask-4" value="Wander" />

<property name="AITarget-1" value="SetAsTargetIfHurt" param1="EntityEnemy" />
<property name="AITarget-2" value="SetAsTargetIfHurt" param1="EntityPlayer" />
<property name="AITarget-3" value="SetAsTargetIfHurt" param1="EntitySurvivor" />
<property name="AITarget-4" value="SetNearestEntityAsTarget" param1="EntityEnemy" />
<property name="AITarget-5" value="SetNearestEntityAsTarget" param1="EntityPlayer" />
<property name="AITarget-6" value="SetNearestEntityAsTarget" param1="EntitySurvivor" />
<property name="CorpseBlock" value="RangedBanditCorpse"/>

<property name="SoundRandom" value="" />
<property name="SoundAlert" value="" />
<property name="SoundSense" value="" />
<property name="SoundAttack" value="" />
<property name="SoundHurt" value="Player_Female/player2painlg" />
<property name="SoundHurtSmall" value="Player_Female/player2painsm" />
<property name="SoundDeath" value="Player_Female/player2death" />
<property name="SoundStamina" value="Player_Female/player2stamina" />
<property name="SoundDrownPain" value="Player_Female/player2drownpain" />
<property name="SoundWaterSurface" value="Player_Female/player2drownsurface" />
<property name="SoundDrownDeath" value="Player_Female/player2drowndeath" />
<property name="SoundJump" value="Player_Male/player2Jump" />
<property name="SoundLandSoft" value="Player_Male/player2LandSoft" />
<property name="SoundLandHard" value="Player_Male/player2LandHard" />
<property name="SoundPlayerLandThump" value="PlayerLandThump" />

</entity_class>
 
Is anyone running a mp server using this mod?
I am (although I tweaked the mod, but you don't have to download anything). The server is called "War of the Walkers" and the random gen key is WoWShowers. I think I'm on day 8, but if you want to join, I can always reset it to day 1.

 
Hi dwallorde,
BanditDwarfSherry still doesn't shoot at me. Here's what I did to make her work. I'm pretty sure the only change necessary is to extend her from banditMelee (I know that doesn't make sense, but it seems to work). The rest of my changes are just leftovers from back when I was experimenting. I just copied and pasted what I had before. I figured if it ain't broke, i won't fix it.

Code:
<entity_class name="BanditDwarfSherry" extends="banditMelee">
<property name="Archetype" value="BanditDwarfSherry"/>

<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gunSawedOffPumpShotgunBandit,shotgunShellBandit" />
<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gunSawedOffPumpShotgunBandit,shotgunShellBandit" />

<!-- in s -->
<property name="AttackTimeoutDay" value="0.5" />
<property name="AttackTimeoutNight" value="0.5" />

<!-- AI properties -->
<property name="AITask-1" value="RangedAttackTarget2" param1="0" param2="20"/>
<property name="AITask-2" value="ApproachAndAttackTargetNPC" param1="EntityAlive" />
<property name="AITask-3" value="ApproachSpot" />
<property name="AITask-4" value="Wander" />

<property name="AITarget-1" value="SetAsTargetIfHurt" param1="EntityEnemy" />
<property name="AITarget-2" value="SetAsTargetIfHurt" param1="EntityPlayer" />
<property name="AITarget-3" value="SetAsTargetIfHurt" param1="EntitySurvivor" />
<property name="AITarget-4" value="SetNearestEntityAsTarget" param1="EntityEnemy" />
<property name="AITarget-5" value="SetNearestEntityAsTarget" param1="EntityPlayer" />
<property name="AITarget-6" value="SetNearestEntityAsTarget" param1="EntitySurvivor" />
<property name="CorpseBlock" value="RangedBanditCorpse"/>

<property name="SoundRandom" value="" />
<property name="SoundAlert" value="" />
<property name="SoundSense" value="" />
<property name="SoundAttack" value="" />
<property name="SoundHurt" value="Player_Female/player2painlg" />
<property name="SoundHurtSmall" value="Player_Female/player2painsm" />
<property name="SoundDeath" value="Player_Female/player2death" />
<property name="SoundStamina" value="Player_Female/player2stamina" />
<property name="SoundDrownPain" value="Player_Female/player2drownpain" />
<property name="SoundWaterSurface" value="Player_Female/player2drownsurface" />
<property name="SoundDrownDeath" value="Player_Female/player2drowndeath" />
<property name="SoundJump" value="Player_Male/player2Jump" />
<property name="SoundLandSoft" value="Player_Male/player2LandSoft" />
<property name="SoundLandHard" value="Player_Male/player2LandHard" />
<property name="SoundPlayerLandThump" value="PlayerLandThump" />

</entity_class>

Both the bandits and the survivors included in the mod don't attack. Bandits get nose-to-nose with you but they just don't shoot or attack you,for some reason. Is there any chance that you can fix the rest of the survivors and bandits?

 
This is my revised code for survivors if anyone is interested. You may have to check the spawning.xml file to ensure all the the names match up (the actual named ones would, but if the template ones might not, since I do not spawn the templates)

Code:
	<entity_class name="SurvivorTemplateMale">
	<!-- This one decides for scoring -->
	<property name="EntityType" value="Player" />
	<!-- Mesh and class properties -->
	<property name="Mesh" value="Player/Male/player_maleRagdoll" />
	<property name="AvatarController" value="AvatarUMAController" />
	<property name="ModelType" value="NpcUMA" />
	<property name="HasRagdoll" value="true" />
	<property name="Prefab" value="NPC" />
	<property name="Class" value="EntitySurvivor" />
	<property name="Parent" value="Players" />
	<property name="PhysicsBody" value="Player" />
	<!-- AI properties -->
	<property name="AITask-1" value="Territorial" param1="10" />
	<property name="AITask-2" value="RangedAttackTarget2" param1="0" param2="5"/>
	<property name="AITask-3" value="ApproachAndAttackTarget" param1="EntityEnemy" />
	<property name="AITask-4" value="ApproachAndAttackTarget" param1="EntityHornet" />
	<property name="AITask-5" value="ApproachAndAttackTarget" param1="EntityAnimalBear" />
	<property name="AITask-6" value="ApproachSpot" />
	<property name="AITask-7" value="Wander" />
	<property name="AITarget-1" value="SetAsTargetIfHurt" param1="EntityEnemy" />
	<property name="AITarget-2" value="SetAsTargetIfHurt" param1="EntityHornet" />
	<property name="AITarget-3" value="SetAsTargetIfHurt" param1="EntityAnimalBear" />
	<property name="AITarget-4" value="BlockingTargetTask" />
	<property name="AITarget-5" value="SetNearestEntityAsTarget" param1="EntityEnemy" />
	<property name="AITarget-6" value="SetNearestEntityAsTarget" param1="EntityHornet" />
	<property name="AITarget-7" value="SetNearestEntityAsTarget" param1="EntityAnimalBear" />
	<!-- General entity properties -->
	<property name="MaxHealth" value="300" />
	<property name="MaxViewAngle" value="320" />
	<property name="Weight" value="70" />
	<property name="WanderSpeed" value="0.5" />
	<property name="ApproachSpeed" value="1.25" />
	<property name="NightWanderSpeed" value="0.5" />
	<property name="NightApproachSpeed" value="1.25" />
	<property name="PanicSpeed" value="1.15" />
	<property name="CanClimbLadders" value="true" />
	<property name="IsEnemyEntity" value="false" />
	<property name="ExperienceGain" value="1"/>
	<property name="DeadBodyHitPoints" value="20" />
	<property name="TimeStayAfterDeath" value="5" />
	<property name="LootListOnDeath" value="15" />
	<property name="HasDeathAnim" value="true" />
	<property name="CorpseBlock" value="MeleeSurvivorCorpse"/>
	<property name="CorpseBlockChance" value="1"/>
	<!-- This decides on the particle effect played on hit -->
	<property name="SurfaceCategory" value="organic" />
	<property name="WalkType" value="7" />
	<property name="ParticleOnDeath" value="blood_death" />
	<property name="SoundRandomTime" value="200.0" />
	<!-- It will play the roam every 60/30 seconds -->
	<property name="SoundRandom" value="Player_Male/player1stamina" />
	<property name="SoundHurt" value="Player_Male/player1painlg" />
	<property name="SoundHurtSmall" value="Player_Male/player1painsm" />
	<property name="SoundDeath" value="Player_Male/player1death" />
	<property name="SoundStamina" value="Player_Male/player1stamina" />
	<property name="SoundDrownPain" value="Player_Male/player1drownpain" />
	<property name="SoundWaterSurface" value="Player_Male/player1drownsurface" />
	<property name="SoundDrownDeath" value="Player_Male/player1drowndeath" />
	<property name="SoundJump" value="Player_Male/player1Jump" />
	<property name="SoundLandSoft" value="Player_Male/player1LandSoft" />
	<property name="SoundLandHard" value="Player_Male/player1LandHard" />
	<property name="SoundPlayerLandThump" value="PlayerLandThump" />
</entity_class>
<entity_class name="SurvivorTemplateFemale" extends="SurvivorTemplateMale">
	<property name="CorpseBlock" value="RangedSurvivorCorpse"/>
	<property name="SoundHurt" value="Player_Female/player2painlg" />
	<property name="SoundHurtSmall" value="Player_Female/player2painsm" />
	<property name="SoundDeath" value="Player_Female/player2death" />
	<property name="SoundStamina" value="Player_Female/player2stamina" />
	<property name="SoundDrownPain" value="Player_Female/player2drownpain" />
	<property name="SoundWaterSurface" value="Player_Female/player2drownsurface" />
	<property name="SoundDrownDeath" value="Player_Female/player2drowndeath" />
	<property name="SoundJump" value="Player_Female/player2Jump" />
	<property name="SoundLandSoft" value="Player_Female/player2LandSoft" />
	<property name="SoundLandHard" value="Player_Female/player2LandHard" />
	<property name="SoundPlayerLandThump" value="PlayerLandThump" />
</entity_class>
<entity_class name="SurvivorBob" extends="SurvivorTemplateMale">
	<property name="Archetype" value="SurvivorBob"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="clubBarbedBandit" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="clubBarbedBandit" />
</entity_class>
<entity_class name="SurvivorKevin" extends="SurvivorTemplateMale">
	<property name="Archetype" value="SurvivorKevin"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="BanditMachete" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="BanditMachete" />
</entity_class>
<entity_class name="SurvivorLarry" extends="SurvivorTemplateMale">
	<property name="Archetype" value="SurvivorLarry"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="huntingKnifeBandit" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="huntingKnifeBandit" />
</entity_class>
<entity_class name="SurvivorBill" extends="SurvivorTemplateMale">
	<property name="Archetype" value="SurvivorBill"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="BanditMachete" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="BanditMachete" />
</entity_class>
<entity_class name="SurvivorSheela" extends="SurvivorTemplateFemale">
	<property name="Archetype" value="SurvivorSheela"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gunBanditPistol,9mmBanditBullet" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gunBanditPistol,9mmBanditBullet" />
</entity_class>
<entity_class name="SurvivorEmma" extends="SurvivorTemplateFemale">
	<property name="Archetype" value="SurvivorEmma"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gun44MagnumBandit,44MagBulletBandit" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gun44MagnumBandit,44MagBulletBandit" />
</entity_class>
<entity_class name="SurvivorHannah" extends="SurvivorTemplateFemale">
	<property name="Archetype" value="SurvivorHannah"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gunHuntingRifleBandit,762mmBulletBandit" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gunHuntingRifleBandit,762mmBulletBandit" />
</entity_class>
<entity_class name="SurvivorZoey" extends="SurvivorTemplateFemale">
	<property name="Archetype" value="SurvivorZoey"/>
	<property name="ItemsOnEnterGame.GameModeSurvivalSP" value="gunMP5Bandit,10mmBulletBandit" />
	<property name="ItemsOnEnterGame.GameModeSurvivalMP" value="gunMP5Bandit,10mmBulletBandit" />
</entity_class>
 
I am (although I tweaked the mod, but you don't have to download anything). The server is called "War of the Walkers" and the random gen key is WoWShowers. I think I'm on day 8, but if you want to join, I can always reset it to day 1.
Thanks Rogue Tomato. I found one and a buddy jumped in with me. Just wanted to try the mod out.

Surjin

 
Both the bandits and the survivors included in the mod don't attack. Bandits get nose-to-nose with you but they just don't shoot or attack you,for some reason. Is there any chance that you can fix the rest of the survivors and bandits?
I'm pretty sure the rest of the bandits and survivors attack for me, but I'll check it out later after work. I'll post my fixes if there are any.

 
Back
Top