[The Complete Guide] Create your own Breaking Dead mod(Wave-based Zombies) from scratch

For now, I’ll copy the code of your screenshot, then you can somehow take a screenshot of the Berlin folder with the map and I’ll send it to you.

Berlin_Zombie_Limit_Weapon_TPS.zip (498.0 KB)

can you take a screenshot that is in the work folder?

an I ask you a question? when creating a custom battle, an error pops up and there is no picture, only a black screen. How can I fix this?

the path is probably invalid, let me help you fix

1 Like

yes, of course, make a folder with the map, I threw it off

Ok done, you have to have your photos’ file name, not mine :slight_smile:


Berlin_Zombie_Limit_Weapon_TPS.zip (494.7 KB)

Thank you so much it looks amazing

1 Like

and how to make the sound of the Barrett M82A1

otherwise, all the other guns from the modern confict have a sound, but Barrett doesn’t, and what kind of sight does he use?

All the modern conflict guns have sounds, because you applied the patch i gave you ealier.

This fixes the UMP-45, MP5N, Scar L, AUG A3, and SPAS-12
Otherwise, they are completely silent and doesn’t produce any sounds.
You can try it by removing the part of the entities.blk there, and you will see what i mean

I didn’t provide a patch for the barret, because it is completely broken by the developers. They removed the scope mounted on the gun, which made it completely unfixable. Do not attempt to fix it, it is currently impossible.
Just forget about the Barret because we cant do anything to save it (i tried)

1 Like

and how can stationary machine guns remove the overheating scale? I also want to know how to remove overheating on plasma guns too.

for stationary_mg42:

stationary_mg42{
  _override:b=yes
  gun__overheatPerShot:r=0.0
}

Just replace stationary_mg42 with the code name of any gun, whether it is stationary machine gun or plasma gun, it will override that gun’s overheating amount to 0 (i.e. never overheats)

that is, in gun__overheatPerShot, just register 0.0, I understand?

1 Like

And now how to turn off the plasma guns?

same, please read instructions

I did the same thing, but the overheating is still there!

I made a gun__overheatPerShot on the MG42 and on all plasma guns, it works on machine guns but not on plasma guns, did I do something wrong?

no, it apparently works differently on plasma gun

How about this:

 gun__overheatReduce:r=200
 gun__overheatReduceOnOverheat:r=100.0

Add these 2 lines to the gun, so the overheat gets removed very very quickly