• 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...

Hi KhaineGB.

In the last version the lockers and containers in the bunker doesn't give titanium when was harvested.

The lockers only gives iron and the containers gives nothing at all.

Also the explosives explodes in the character hand but this is a vanilla bug I think
That was cos of the titanium typo. I posted  a fix for that a page or two back, but here's the link just in case.

https://drive.google.com/file/d/1EVKwULkuotI8sO6-DfzDWRYPZBOxS3Qc/view?usp=sharing

Goes in Data/Config.

Hi, my latest gameplay do not have the updated construction workers or business men. I made a fresh copy f vanilla and i'm also runnin version 3.2, is this normal? Also.. since DF discord isn't posting updates anymore and the title here says 3.1, where can i go to manually check for latest update files and patch releases? Thx in advance.
That means you didn't verify yourself to get access to the rest of the discord. There's loads of folks chatting.

And you can't be running 3.2. It's testers only, and they only just got build 2 of 3.2 today. And it's for 19.2 experiemental.

 
spacer.png
I downloaded this from here on sept 13. I'll check the discord again because i have been a member for at least a yr now or close. But  yeah.. thx for response.

3.2.png

 
Personally i prefer longer days too, like 90 or 120 minutes. I found the default 60 min days are way too short for non-stressful questing -travels are time consuming mechanics-. Especially in this mod :D


I've managed 90 mins DF runs in previous builds single player without much drama.  A19 though is a different animal and the difficulty on horde nights is very high.  It's probably tied to the GS differences and I haven't passed one yet.  I'm currently trying out 60 mins to see how that works out.  90 mins might be too much for the first and second day 7s.

 
damn my eyes .. lol 3.02.. good grief

Soooo how do i get verified for discord again? Its only showig me 3 topics rules - wilderness - wild issues....

 
Last edited by a moderator:
Oh! 3.02! Okay, that's fine then. The new construction guy and business guy were in A19.1 and 3.02 is on A19.0.

Wilderness and Rules should tell you how to verify. I'll give you a hint. It's a colour.

 
Oh! 3.02! Okay, that's fine then. The new construction guy and business guy were in A19.1 and 3.02 is on A19.0.

Wilderness and Rules should tell you how to verify. I'll give you a hint. It's a colour.
ok, i'm in Thx mon... i really do hate reading, im working on it tho :)

 
That was cos of the titanium typo. I posted  a fix for that a page or two back, but here's the link just in case.

https://drive.google.com/file/d/1EVKwULkuotI8sO6-DfzDWRYPZBOxS3Qc/view?usp=sharing

Goes in Data/Config.


I already had the new blocks.xml but I download the file you linked to be sure.

I spawn some bunker lockers and only give me iron

I looked into the file and found a typo.

In some instances DFscrapTitanium is DFDFscrapTitanium.

When changed this the sci-fi lockers and crates gives titanium when hardvested.

 
Last edited by a moderator:
Does anyone else having issues with all types of forge not working? There are no inputs to them in A19.1 with mod version 3.1.

Using the 7D2D Mod Launcher to install game files, tried direct copy from my steam install, tried redownloading it all from scratch, tried installing it from scratch redownloading via Mod Launcher. Tried different class combinations in creative mode to force character into level 10 with tool crafting and forge ahead perk.

None of these worked. IF someone has a fix or a workaround please lemme know!

 
Does anyone else having issues with all types of forge not working? There are no inputs to them in A19.1 with mod version 3.1.

Using the 7D2D Mod Launcher to install game files, tried direct copy from my steam install, tried redownloading it all from scratch, tried installing it from scratch redownloading via Mod Launcher. Tried different class combinations in creative mode to force character into level 10 with tool crafting and forge ahead perk.

None of these worked. IF someone has a fix or a workaround please lemme know!
Use the search function and you'll find what you're looking for. That question has  been answered probably a half dozen times in the last few days.

 
Does anyone else having issues with all types of forge not working? There are no inputs to them in A19.1 with mod version 3.1.

Using the 7D2D Mod Launcher to install game files, tried direct copy from my steam install, tried redownloading it all from scratch, tried installing it from scratch redownloading via Mod Launcher. Tried different class combinations in creative mode to force character into level 10 with tool crafting and forge ahead perk.

None of these worked. IF someone has a fix or a workaround please lemme know!
In this new version is not necessary smelts the materials.

The forges now works like campfires, You must have the ingredients in your inventory, select the product and it goes to the output slots when is finished

 
Always getting this when joining a game ???

Err model '//entities/vehicules?truck/ambulance truck01prefab.prefab'not found on block with the name cntambulance truck01

Re-installed everything, even original in Steam... still not working

 
I already had the new blocks.xml but I download the file you linked to be sure.

I spawn some bunker lockers and only give me iron

I looked into the file and found a typo.

In some instances DFscrapTitanium is DFDFscrapTitanium.

When changed this the sci-fi lockers and crates gives titanium when hardvested.
Yep, fixed it last night before bed for the A19.2 version. Decided not to worry about a hotfix since the actual ore blocks work.

Always getting this when joining a game ???

Err model '//entities/vehicules?truck/ambulance truck01prefab.prefab'not found on block with the name cntambulance truck01

Re-installed everything, even original in Steam... still not working
You're still running 19.0. That block was added in 19.1.

 
That entitygroup isn't used in my spawning.xml.

Code:
	<biome name="pine_forest">
		<spawn maxcount="4" respawndelay="7" time="Day" entitygroup="ZombiesDay" />
		<spawn maxcount="4" respawndelay="4" time="Night" entitygroup="ZombiesNight" />
		<spawn maxcount="1" respawndelay="7" time="Any" entitygroup="EnemyAnimalsForest" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="10" time="Any" entitygroup="FriendlyAnimalsForest" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="15" time="Any" entitygroup="MeleeSurvivor" />
	</biome>

	<biome name="desert">
		<spawn maxcount="5" respawndelay="7" time="Any" entitygroup="ZombiesDay" />
		<spawn maxcount="5" respawndelay="4" time="Night" entitygroup="ZombiesNight" />
		<spawn maxcount="1" respawndelay="7" time="Any" entitygroup="EnemyAnimalsDesert" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="10" time="Any" entitygroup="FriendlyAnimalsDesert" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="15" time="Any" entitygroup="MeleeSurvivor" />
		<spawn maxcount="1" respawndelay="30" time="Any" entitygroup="MeleeBandit" />
	</biome>

	<biome name="wasteland">
		<spawn maxcount="3" respawndelay="3" time="Day"	entitygroup="ZombiesWasteland2" />
		<spawn maxcount="3" respawndelay="4" time="Any" entitygroup="ZombiesWastelandNight" />
		<spawn maxcount="1" respawndelay="3" time="Day" entitygroup="EnemyAnimalsWasteland" spawnDeadChance="0" />
		<spawn maxcount="5" respawndelay="1" time="Night" entitygroup="ZombieDemonsBiome" />
		<spawn maxcount="1" respawndelay="3" time="Night" entitygroup="EnemyAnimalsWastelandHub" />
	</biome>

	<biome name="burnt_forest">
		<spawn maxcount="4" respawndelay="7" time="Any" entitygroup="ZombiesBurntForest" />
		<spawn maxcount="4" respawndelay="4" time="Night" entitygroup="ZombiesBurntForestNight" />
		<spawn maxcount="1" respawndelay="7" time="Any" entitygroup="EnemyAnimalsBurntForest" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="15" time="Any" entitygroup="MeleeBandit" />
		<spawn maxcount="1" respawndelay="10" time="Any" entitygroup="FriendlyAnimalsBurntForest" spawnDeadChance="0" />
	</biome>

	<biome name="snow">
		<spawn maxcount="3" respawndelay="7" time="Day"	entitygroup="SnowZombies" />
		<spawn maxcount="3" respawndelay="4" time="Night" entitygroup="SnowZombiesNight" />
		<spawn maxcount="1" respawndelay="7" time="Any" entitygroup="EnemyAnimalsSnow" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="10" time="Any" entitygroup="FriendlyAnimalsSnow" spawnDeadChance="0" />
		<spawn maxcount="1" respawndelay="15" time="Any" entitygroup="MeleeSurvivor" />
	</biome>
 
I dl the mod with 7d2d launcher but when I launch the game I have a black screen, nothing happening. Any idea why?

NVM its not EAC. lol

Not much server with that mod, sadly.

 
Last edited by a moderator:
Я установил мод с пусковой установкой 7d2d, но когда я запускаю игру, у меня черный экран, ничего не происходит. Есть идеи, почему?

NVM - это не EAC. лол

К сожалению, не так много серверов с этим модом.
I had this when I confused 19.1 with version 19.2 b3

 
Back
Top