Objective Zone and Zombie Mode

I’ve been in a few Zombie Bunkers. I also search to get healed quickly after plagued. I was plagued one time about five minutes, helpless, and begging to get medical help. I stopped and looked around to heal myself. No extra bandages and no stamina to grasp, and no water from the melting snow. A labeled or loot objective zone with medication to revive could help revive the soldier.

Again, area to go to with a reviving menu, choosing what to revive: aiming, health, strength, stamina or all. How to add an objective zone to heal wounded zombie plagued soldiers. I tried the resupply zones and adding medication items, but soldier did not stand to combat. What is the correct entity to property adding codes?

You want to add an area where people are automatically healed?
I think it is not possible, since the game doesn’t have this feature.

If you want quicker health regeneration speed, i can give you the code when i get home 3 hours later.

For custom hud icons (which works the same as ammo boxes and medkit boxes, but with any icon in game files.), i also have got the codes, i can show you the sample when i get home too.

I placed an objective zone with a template entity (human item use) and a (revive) entity in objective zone properties. In the objective zone node was a rolled first aide bandage. As I crawled to objective zone, I saw the bandage, but could not revive the soldier holding his arm. Maybe some (effect box) has this revive trick.

1 Like

Huh, you are in the territory that no one has step their feet on. I have no idea that would have worked

I would resort to literally fixing the zombie_spawn_mode, and make it end the game like before, when everybody is down

After playing your zombie mod and waoting forever to get revived, I had a hunch to crawl to an objective; an easier way to get revived and choose what medication needed to survive the zombies. Anyways your great help and I look to see your new.zombie update codes.

1 Like

Oh wait you mean you want to see the codes?
Opps. Give me some time to tidy them up

Yeah, codes! Im wanting to find the secret in Volo with heavy fog and mist neae the mansions…Imbe been warned theres zombies.nearby. Please.help with your.codes.

1 Like

Sorry for the wait, but i am busy at something else (another game lol opps).
I have got all the codes of my maps updated on google drive - those are source codes for my maps.

You can view these for now:
https://drive.google.com/drive/folders/1GTnnd2JyxXENfXEXGyxC36x-MUOVqWk7?usp=drive_link


I will post codes for health regeneration speed and custom hud icons later (,because i am not fully understanding what codes you want. Language barrier surely is the problem)

Also, i can give codes for allowing self-revive with a medkit, if you want it.


I do not know how to add the Breaking Dead fog to other maps. You can ask another person

Below is the codes for soldier overrides, that would deal with health regeneration speed and more stuff

code.zip (1.4 KB)

Download it and open the blk file inside with notepad ++, instructions are written inside.

For custom icons, you just need to use entities.blk to add this to anything you want

_group{
    _tags:t="ui"
    hud_icon__image:t="building_wall" // Name of the icon, check out Bazsi37's datamine for more names
    hud_icon__offsetY:r=0.6 // Height offset, positive values means higher, negative means lower
    hud_icon__maxDistance:r=10.0 // Maximum distance for the icon to display for the player
    hud_icon__opacityRangeX:p2=0.5, 0.8
    hud_icon__opacityRangeY:p2=0.5, 0.8
    hud_icon__opacityCenterMinMult:r=1.0
  }

I added +item_in_world to human_revive. Then place it on a wooden barrel. Although couldn’t stand and reach it. Even on the ground I couldnt revive from the human revive item. Should be easier to crawl and revive myself after zombie infection. I even tried ALT pie menu to choose a medication item.

An example of your door buy: getting paid and getting strength from a soldier’s action with door. As the door has gifted me a human_revive item, I can now use the strength or health medication item to escape the zombie disease plaguing me to deTh.

1 Like

Yea, couldnt revive!