Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
My only complaint (that isn't answered by the configuration options) is that they provide a considerable amount of the normally tricky-to-get nightmare fuel. I'm all for having an alternate source of the stuff, but just one night (I got murdered on the second night) provided like, 14 stacks of the stuff.
Another option which would be really cool, is to have an option for them to instead replace the shadow monster spawns in the Ruins during the peak of the nightmare cycle, since that has a similar set-up of shadow creatures appearing and dropping a bunch of nightmare fuel, but would be more managable.
Either way, I like it overall despite my bad first impression.
As I never played DST I can't tell if that was normal or not.
if GLOBAL.IsDLCInstalled(GLOBAL.CAPY_DLC) and GLOBAL.IsDLCEnabled(GLOBAL.CAPY_DLC) then
AddPrefabPostInit("shipwrecked",SWComponents)
else
AddPrefabPostInit("forest",ROGComponents)
end
If you change it to:
if GLOBAL.IsDLCInstalled(GLOBAL.CAPY_DLC) and GLOBAL.IsDLCEnabled(GLOBAL.CAPY_DLC) then
AddPrefabPostInit("shipwrecked",SWComponents)
AddPrefabPostInit("forest",ROGComponents)
else
AddPrefabPostInit("forest",ROGComponents)
end
Then the mod works! But i'm not sure is this cause any other issue
The Toadstool mod have the same problem i believe