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

I got the error too, but one of the other developers said uploading will remove the error, because it’s meant for online data linking stuff. You gotta have those custom profiles in your enlisted launcher before using viewing at your choice of media device.

1 Like

I have no idea what you mean with this. But it’s a custom profile from the game files. Not one created myself. So it shouldn’t matter too much. Since it’s already within the gamefiles by itself

1 Like

Maybe server side has only zombie profile 2. Try to use custom one.

@Devenddar why is posting mods on my account blocked?
image

No idea. Did you many times update your public mods or uploaded/updated many drafts? Maybe you uploaded huge files? Is it still blocked (iirc i once time too got this problem and timer didn’t show real time)?

I uploaded 10 drafts because there sre 10 maps.
Files should not be anywhere huge (below 2 MB i think as there are only 2 blk files and 1 json file.)
The timer doesn’t show real time, always show 1 second

Edit: its unblocked now

1 Like

Are you sure this is correct? When i add this into my entities file, all i get is this empty cross. And i can’t actually place anything. But the med_box works just fine


image

1 Like

The old one didn’t work.
Use this one

ammo_box{
  _extends:t="base_fortification_build"
  _use:t="base_fortification_build"
  _use:t="tutorial_ammunition_box_a"
  _use:t="paid_ammo_box_ressuply"
  _use:t="undestroyable_ri_extra"
  team:i=1
  useful_box__maxUseCount:i=99999
}

Thanks to you, i have updated so the guide now contains correct information

for some reason, when i removed ‘‘team:i=1’’ it did work. But once i added this again, it crashed immediatly. Something is messing with team 1

i have changed a couple of things, and now it works

1 Like