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

Romero Mod - A game mode/suite of zombie tweaks

Thank you so much for the Darkness Falls and the Romero mods! They are an amazing twist on the game.

I really like the theme and mechanics of the Romero mod, much more my personal play style, however it desperately needs the fineries of the Darkness Falls survival and crafting. Is there any chance that we will ever see an amalgamation of the two?

Thank you again. 

 
Hey Khaine, is there a way to enable the bloodmoons again ? cant seem to find anything in the files related to that.

 
You can just edit the XML to add a 7 day option.

And no. DF and Romero likely will not be getting combined. The point of Romero Mod is to try and make it more "classic zombie" without all of DF's features so folks can modlet the ever loving hell out of it...

Rather than trying to do that to DF where it won't work 95% of the time.

 
Last edited by a moderator:
Hello,

We are working on a mod that uses DMT and wanted to include Romero Mod but the person I'm working with says we can't do it "without the scripts before they are compiled."  Is this something you would be willing to publish?  Thanks for any info. :)   Oh and the mod we are making is something new that we don't think anyone has done yet and involves immersion but no changes of zombies, loot, or game advancement.

 
Not really, no.

But leave it with me. I can probably compile everything into a single DLL that can then just be loaded from another mod. It DOES need sphereii-core though (for headshots)

EDIT: Ignore me! I just checked. ALL Romero Mod core code is in Harmony-1-RomeroModCore. Only Sphereii-core uses Mods.dll, so you should just be able to drop it into any existing DMT project.

 
Last edited by a moderator:
Hey, i like the idea of old school zombies, ran into something though, backpack buttons seems to be overlapping in mi game, vanilla buttons are there altogether with the modded  ones, theres a way i can fix this so i can have only one of both? im not using the mod manager btw.

Overlapp.png

 
Last edited by a moderator:
Try deleting the backpack buttons folder from Mods.

I'll double check later and see if I accidentally modded the XML with it and also added the modlet (which is possible cos i'm dumb sometimes) but that should sort it.

 
I recently downloaded this mod and am playing with a friend. We just hit 22:00 on Day 7 and a Blood Moon did occur. Sky turned red and many zombies came running at us. We did not have a horde base built so it was interesting.

Is this a bug? I installed with the Mod Manager, pre-synced, and refreshed the mod and there was no change. The setting do show the Blood Moon disabled with a frequency of 0 days. 

 
Great mod :)
Can I ask if it is possible to add to the base time a random spawn time (configurable via xml?)? it would be great

 
Good Day KhaineGB

A quick question in reference to your Mod .. Spawns & Claims .. Will that mess up the Romero Mod .. why I ask is I like the idea of addition claim block on the map ( I have it set to 3 ) and Max the Zombies _ animals at 50 .. But the zombies do not seem to be showing up at 5X per JaxTeller mod.

So .. I was just wondering if it messes with Romero Mod and should I remove it. 

Hoping you have a Good New Years and hoping 2021 is better for everyone. Take Care and Be Safe ... the Old Gamer ..  :02.47-tranquillity:

 
I recently downloaded this mod and am playing with a friend. We just hit 22:00 on Day 7 and a Blood Moon did occur. Sky turned red and many zombies came running at us. We did not have a horde base built so it was interesting.

Is this a bug? I installed with the Mod Manager, pre-synced, and refreshed the mod and there was no change. The setting do show the Blood Moon disabled with a frequency of 0 days. 


You have to change it to 0 days in the main menu. I have no idea why, but you do.

Thanks for the fun mod.
Are pipe pistol, pipe rifle, and scrap tools obsolete in V1.3 (α19.3)?

    (Google Translate.)
 


No. I just @%$#ed up. Working on fixing it now.

Great mod :)
Can I ask if it is possible to add to the base time a random spawn time (configurable via xml?)? it would be great


I think you can do that in Mods\1-RomeroModCore\Config\blocks.xml

Good Day KhaineGB

A quick question in reference to your Mod .. Spawns & Claims .. Will that mess up the Romero Mod .. why I ask is I like the idea of addition claim block on the map ( I have it set to 3 ) and Max the Zombies _ animals at 50 .. But the zombies do not seem to be showing up at 5X per JaxTeller mod.

So .. I was just wondering if it messes with Romero Mod and should I remove it. 

Hoping you have a Good New Years and hoping 2021 is better for everyone. Take Care and Be Safe ... the Old Gamer ..  :02.47-tranquillity:
I shall check, but I think it will work.

 
I think you can do that in Mods\1-RomeroModCore\Config\blocks.xml
thanks for your answer KhaineGB
I haven't found the parameter for the random range in blocks.xml :(

<!-- Wandering Horde Config -->
          <block name="WHConfigBlock">
            <property name="Extends" value="terrDesertGround"/>

            <property class="WHConfigLoad">
                <property name="Logging" value="false"/>
                <property name="WHHours" value="6" />     <!-- How many hours between wandering horde spawn --> 
                <property name="WHZombies" value="40" />     <!-- Amount of zombies per horde -->
            </property>
        </block>

 
                <property name="WHHours" value="6" />     <!-- How many hours between wandering horde spawn -->                 <property name="WHZombies" value="40" />     <!-- Amount of zombies per horde -->

Literally in the comments next to those lines ;)

Oh wait, you mean COMPLETELY random like the bloodmoon stuff.

No. That's not possible unless I go code it in.

 
Last edited by a moderator:
                <property name="WHHours" value="6" />     <!-- How many hours between wandering horde spawn -->                 <property name="WHZombies" value="40" />     <!-- Amount of zombies per horde -->

Literally in the comments next to those lines ;)

Oh wait, you mean COMPLETELY random like the bloodmoon stuff.

No. That's not possible unless I go code it in.
Yes KhaineGB
I mean something like an additional parameter:
<property name="WHRandomDeviationHours" value="2" />  
<property name="WHHours" value="6" />

So the horde can come in 4 hours or 5 hours or 6 hours or 7 hours or 8 hours
To make the game more unpredictable and exciting :)  

 
Back
Top