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

Darkness Falls: They mostly come out at night...

Khaine, could you please briefly explain how to use your custom maps? Is it a download or do we just enter the name? Thank you.

I see how to use client side/single player... but how to use on my dedicated server using config file?

 
Last edited by a moderator:
From what I've been told...

Put them in the Data/Worlds folder on the server, then open up serverconfig.xml

Then find this.

Code:
<property name="GameWorld"						value="Navezgane"/>			<!-- RWG (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with Navezgane) -->
As per the note, you just put the name of the folder in Worlds where Navezgane should be. So DFalls-Small, DFalls-Small2 or DFalls-Medium. :)

 
A17.2 can't create any new map... gets stuck after bunch of errors pops up. I assume A17.2 messed everything up? Any way to revert to 17.1 Darkness falls?mess.jpg

 
A17.2 can't create any new map... gets stuck after bunch of errors pops up. I assume A17.2 messed everything up? Any way to revert to 17.1 Darkness falls?View attachment 27836
Steam library > 7 Days To Die > Properties(with right mouse button) > Betas > Choose Alpha17.1 Stable

Edit: Oh you asked about DF older version... maybe somebody else will answer on that..

 
Last edited by a moderator:
I'm guessing that batteries lack "juice", 'cause I don't see the durability bar (kinda messes up my night electric fence defences now).

Edit: Yes, the current carBattery in items.xml is lacking "effect group" at the end. When you return that, it brings back degradation and levels and it works fine in a battery bank... Don't know, though, if that messes with anything else :)

<item name="carBattery">

<property name="HoldType" value="45"/>

<property name="Meshfile" value="Items/Misc/sackPrefab"/>

<property name="DropMeshfile" value="Items/Misc/sack_droppedPrefab"/>

<property name="VehicleSlotType" value="battery"/>

<property name="Material" value="MresourceScrapLeadLarge"/>

<property name="RepairTools" value="resourceRepairKit"/>

<property name="Stacknumber" value="1"/>

<property name="Weight" value="160"/>

<property name="EconomicValue" value="500"/>

<property name="Group" value="Resources"/>

<property name="DegradationBreaksAfter" value="false"/>

<property class="Attributes">

<property name="DegradationMax" value="1000,6000"/> <!-- needed for electrical calculations -->

<property name="BatteryMaxLoadInVolts" value="24, 36"/>

<property name="BatteryDischargeTimeInMinutes" value="30,90"/>

</property>

<effect_group>

<passive_effect name="ModSlots" operation="base_set" value="0"/>

<passive_effect name="DegradationMax" operation="base_set" value="5000,10000" tier="1,6"/>

</effect_group>

</item>

 
Last edited by a moderator:
When I use the server link from the first post I get the experimental files, that's correct?

I have never used SDX so far...not sure what it does or if I need it ?

 
A17.2 can't create any new map... gets stuck after bunch of errors pops up. I assume A17.2 messed everything up? Any way to revert to 17.1 Darkness falls?View attachment 27836
That error looks like the rock01 error.

Which means you're running a 17.2 mod on 17.1 or your 17.1 didn't update properly.

2.03C is on nexus. That's the only way to use an earlier version.

I'm guessing that batteries lack "juice", 'cause I don't see the durability bar (kinda messes up my night electric fence defences now).
Edit: Yes, the current carBattery in items.xml is lacking "effect group" at the end. When you return that, it brings back degradation and levels and it works fine in a battery bank... Don't know, though, if that messes with anything else :)

<item name="carBattery">

<property name="HoldType" value="45"/>

<property name="Meshfile" value="Items/Misc/sackPrefab"/>

<property name="DropMeshfile" value="Items/Misc/sack_droppedPrefab"/>

<property name="VehicleSlotType" value="battery"/>

<property name="Material" value="MresourceScrapLeadLarge"/>

<property name="RepairTools" value="resourceRepairKit"/>

<property name="Stacknumber" value="1"/>

<property name="Weight" value="160"/>

<property name="EconomicValue" value="500"/>

<property name="Group" value="Resources"/>

<property name="DegradationBreaksAfter" value="false"/>

<property class="Attributes">

<property name="DegradationMax" value="1000,6000"/> <!-- needed for electrical calculations -->

<property name="BatteryMaxLoadInVolts" value="24, 36"/>

<property name="BatteryDischargeTimeInMinutes" value="30,90"/>

</property>

<effect_group>

<passive_effect name="ModSlots" operation="base_set" value="0"/>

<passive_effect name="DegradationMax" operation="base_set" value="5000,10000" tier="1,6"/>

</effect_group>

</item>
Problem is that may also mean vehicles will return to their durability being affected by the battery, which I didn't want... so needs some testing. :)

When I use the server link from the first post I get the experimental files, that's correct?
I have never used SDX so far...not sure what it does or if I need it ?
Fixed it.

SDX is included in the mod builds, and yes, you need it.

 
Have a question, and great mod by the way. In the last version ( 2.03c? ) Parkour was blended with the Agility base stat. Noticed in this now with 17.2 installed, and 2.04 Darkness Falls, it seems to be either gone, or the text is missing.

Any heads up if it was just taken out? That's fine, just curious. Asking for me, and someone else.

 
Just a localization issue.

It's still there. Initial upload of the mod had a localization derp that I fixed about... 15-ish minutes later.

EDIT: Ok, did a small hotfix.

- added durability back to the battery since the bank is apparently a pain.

- made bacon and eggs always unlocked.

- re-pushed the localization file, just in case.

 
Last edited by a moderator:
Ok guys, i decided to update darkness falls to 2.0.4 and works fine, but then when i try to go to my old 17.1 save, I can't start it because the start button is greyed out and when i look at the console it says "savegame contains unknown option 'BlockDurabilityModifier'. Probably an outdated savegame- ignoring this option!" so if any of you guys can help me that would be pretty nice, thank you.

Might need to make sure the save is in the correct folder. Not sure where that would be for the mod launcher.
I have the exact same issue.

I made a new Game with the same Map to see if there's a new Path for the new Save file, but it's still the same.

The A17.1 and A17.2 Save are in the same Directory > "D:\7D2D\Saves\Darkness Falls\Darkness Falls\North Jeyebe Mountains".

Guess the changes in the Serverconfig file are the problem? Funny thing, because my A17.1 Test World loaded without any problems in A17.2. In compare to my normal save which is greyed out, it's just an other Map Seed and a bigger Base.

:noidea:

 
Huh. That's kind of annoying. I shall have to go poke at that and see if I can fix it up. Thanks for letting me know, :)


Only thing I can suggest is delete and redownload the game, then delete and download the non-experimental version of the mod. Launcher wasn't fully downloading files last night and that's what some folks in the discord had to do to make it work.

Thank you :) Glad you're enjoying it.

Just stay away from wasteland, even small 2-block patches of it. God I hope RWG gets fixed soon.

Yep. Made in the camp fire or working oven. :)
I actually like the Wasteland, it reminds me of the old hub days. You did NOT want to go there because it was seriously dangerous. So started my players in Forest and desert and now we are slowly moving into the wastelands. I do think the RWG makes too much of it but RWG has been fu**ed up since forever.

 
Back
Top