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

Robeloto's A20 modlets

https://streamable.com/xvxyi
I was so happy with their looks. With the burning particles(p_smoke) from their hand. But this was also giving yellow spam errors in the console. There is no way to turn yellow errors off in the console?

I could make a version without buffs. Can upload one later. You can do it yourself also. In the items.xml, check for these lines and set everyone to a value of 0.

<passive_effect name="BuffProcChance" operation="base_set" value="0"

And in entityclasses. xml

Just remove this line under Base Effects for every zombie that has it

Code:
 <triggered_effect trigger="onSelfFirstSpawn" action="AddBuff" target="self" buff=""/>

Edit I did what you said and these errors popped up in console. https://imgur.com/LT33PwG

 
Last edited by a moderator:
Edit I did what you said and these errors popped up in console. https://imgur.com/LT33PwG
Ok, try this one: https://easyupload.io/fqpcrl

I cannot try this out atm, so tell me if this works.

Yeah, but the fun is in making it without resorting to external resources. I was able to add collision meshes to the behemoth like I did with my vehicles, but sadly it doesn't register raycasts, only collisions with blocks and entities :c

Damn =/ So it is still missing something. Maybe the working ragdolls could pinpoint what it's missing?

 
Last edited by a moderator:
V 2.7 added. 4 new zombies: CopterCorpse, FireFly, FireSnake and SkullBird.

Also some new items that is useful in end game; supernailgun, steelbootsofhaste, magicplatearmor

New looks on zeds.

 
V 2.7 added. 4 new zombies: CopterCorpse, FireFly, FireSnake and SkullBird.
Also some new items that is useful in end game; supernailgun, steelbootsofhaste, magicplatearmor

New looks on zeds.
xml only version please =)

 
The xml only version is now updated.

https://github.com/Robeloto/7D2D_A18.4_Modlets

Anyone interested in a version with almost no puke damage? Or wish anything else? With your feedback, it will make my motivation keep on going. :)

With next update the Screamer Boss will not puke rockets anymore. I will create a new zombie that has a rocket launcher instead. The Screamer boss will probably change name also. It will still be very fearful even though it doesn't launch any rockets. ^^

 
Last edited by a moderator:
maybe the ability to turn off some zombies not sure if.... enable=0 enable=1 or = true/false just cause some zombies may cause lag or just not needed ones...ty

 
The xml only version is now updated.
https://github.com/Robeloto/7D2D_A18.4_Modlets

Anyone interested in a version with almost no puke damage? Or wish anything else? With your feedback, it will make my motivation keep on going. :)

With next update the Screamer Boss will not puke rockets anymore. I will create a new zombie that has a rocket launcher instead. The Screamer boss will probably change name also. It will still be very fearful even though it doesn't launch any rockets. ^^
Ever heard of siren head? I think he'd be scary as hell to encounter, especially if he was huge like in this video.

[video=youtube_share;sEpmzpbKd9U]

 
Ever heard of siren head? I think he'd be scary as hell to encounter, especially if he was huge like in this video.

[video=youtube_share;sEpmzpbKd9U]

OMG, I am making a SirenHead. smh, maybe I should leave it to robeloto xD.

unknown.png

@Robeloto Untitled.pngThe Vulture entity is hardcoded to get out of water, so it isn't useful for swiming entities :c

 
Last edited by a moderator:
OMG, I am making a SirenHead. smh, maybe I should leave it to robeloto xD.



@Robeloto The Vulture entity is hardcoded to get out of water, so it isn't useful for swiming entities :c
You make yours too. You can never have enough Siren Head. :very_drunk:

 
maybe the ability to turn off some zombies not sure if.... enable=0 enable=1 or = true/false just cause some zombies may cause lag or just not needed ones...ty
I like this idea, a lot. My friends really liked all of the zombies except the Spectral ones. Those felt too imbalanced since they were nearly invisible, and still had the same (if not more) HP as the other zomboids.

 
maybe the ability to turn off some zombies not sure if.... enable=0 enable=1 or = true/false just cause some zombies may cause lag or just not needed ones...ty
I am not experienced with scripting. But I can ask for help on how to do this.

Ever heard of siren head? I think he'd be scary as hell to encounter, especially if he was huge like in this video.

[video=youtube_share;sEpmzpbKd9U]

Yea, making a version with different zombies removed is a pain. Would be much easier to have a script that can be used to turn on/off special zombies/animals. I just dunno how to do this.

 
I just cannot make Siren Head any taller when I use the archetypes. If I set sizescale in entityclasses, the zombie will spawn in the air. So I guess 3-4 meters is max when using archetypes. If anyone know any solution to this. Please help! :)

I am also trying to make Pyramid Head from Silent Hill. Does not look nice, trying different things, but it will never look identical to the original. ^^

latest?cb=20180615201454.png

 
I just cannot make Siren Head any taller when I use the archetypes. If I set sizescale in entityclasses, the zombie will spawn in the air. So I guess 3-4 meters is max when using archetypes. If anyone know any solution to this. Please help! :)
Thats the problem with archetipes, I just typed something like 2000 and thats the max (btw it also works with negative values, I made a fliying giant head that way)

For your pyramid head, a tip: you cannot attach blocks (as far as I know), but can attach SHAPES. Look up the names using UABE and use "SetTransformActive = false" to hide all the LODs but one (look at my weapons mod, the vulcan is made that way. The downside is that it has the brick texture.

 
Last edited by a moderator:
ive put the XML version on my server, what is not in the XML thats in the others
The xml version does not have the custom sound files. So it is just the custom sounds only you are missing out when using the xml only version.

 
Every time I load the server this happens. I am not sure what happened

2020-04-25T23:52:19 163.550 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2197]"

2020-04-25T23:52:19 163.551 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2216]"

2020-04-25T23:52:19 163.553 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2236]"

2020-04-25T23:52:19 163.555 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2255]"

2020-04-25T23:52:19 163.557 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2275]"

2020-04-25T23:52:19 163.559 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2295]"

2020-04-25T23:52:19 163.561 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2315]"

2020-04-25T23:52:19 163.563 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2334]"

2020-04-25T23:52:19 163.565 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2354]"

2020-04-25T23:52:19 163.566 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2374]"

2020-04-25T23:52:19 163.568 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2394]"

2020-04-25T23:52:19 163.570 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2414]"

2020-04-25T23:52:19 163.572 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2435]"

2020-04-25T23:52:19 163.575 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2455]"

2020-04-25T23:52:19 163.577 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2475]"

2020-04-25T23:52:19 163.579 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2495]"

2020-04-25T23:52:19 163.581 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2516]"

2020-04-25T23:52:19 163.582 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2536]"

2020-04-25T23:52:19 163.584 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2557]"

2020-04-25T23:52:19 163.587 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2577]"

2020-04-25T23:52:19 163.589 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2598]"

2020-04-25T23:52:19 163.591 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2618]"

2020-04-25T23:52:19 163.593 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2639]"

2020-04-25T23:52:19 163.595 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2660]"

2020-04-25T23:52:19 163.597 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2681]"

2020-04-25T23:52:19 163.598 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2702]"

2020-04-25T23:52:19 163.600 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2723]"

2020-04-25T23:52:19 163.602 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2744]"

2020-04-25T23:52:19 163.604 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2765]"

2020-04-25T23:52:19 163.606 WRN XML patch for "entitygroups.xml" from mod "Robeloto_CustomZombies_XMLONLY" did not apply: <append xpath="/entitygroups/entitygroup[@name=sleeperHordeStageGS2786]"

 
@Robeloto  "Nerf Them All" modlet is missing two of the schematics which can be found in destroyed containers. To fix, replace this line in modlets loot.xml:

<set xpath="/lootcontainers/lootcontainer[@id='94']/item[@name='chemistryStationSchematic']/@prob">.01</set>


With these 3 lines:

Code:
<set xpath="/lootcontainers/lootcontainer[@id='94']/item[@name='chemistryStationSchematic']/@prob">.01</set>
<set xpath="/lootcontainers/lootcontainer[@id='97']/item[@name='batterybankSchematic']/@prob">.01</set>
<set xpath="/lootcontainers/lootcontainer[@id='98']/item[@name='generatorbankSchematic']/@prob">.01</set>
 
Last edited by a moderator:
Wow, I have been requesting someone make a mod that removes that horrifying chest open squeal for a long time, and I just found this mod. I wear headphones when i play and its really annoying! This mod is a godsend for headphone users! Thank you so much for creating it!

 
Back
Top