Elin
113 ratings
Safe Home
2
   
Award
Favorite
Favorited
Unfavorite
Gameplay: QoL
File Size
Posted
Updated
54.083 KB
15 Dec, 2024 @ 10:51pm
17 Jan @ 7:08am
9 Change Notes ( view )

Subscribe to download
Safe Home

In 1 collection by Omega
Elin Mods By Omega
30 items
Description
Prevents hostile and wild spawns around the player's home.
ホームゾーン周辺の敵対的および野生のスポーンを抑制します。

Features
  • Prevents hostile enemies and wild animals from spawning in home zones.
  • Ignores the current danger level when determining spawn conditions.
  • Prevents negative effects when failing to read books.
  • Compatible with existing save files.

Compatibility
This mod works with existing save files and does not require any manual setup.

Supports Game Version: 0.23.75

特徴
  • ホームゾーンでの敵対的な敵や野生動物のスポーンを防ぎます。
  • スポーン条件を決定する際に現在の危険度を無視します。
  • 本を読むのに失敗した際の負の効果を防ぎます。
  • 既存のセーブデータと互換性があります。

互換性
このMODは既存のセーブデータと互換性があり、特別な設定は不要です。

対応ゲームバージョン: 0.23.75
26 Comments
Omega  [author] 17 Aug @ 10:25am 
@mochi
I tested my mod allowing wild animals and a boar attacked me on a new character. A boar is considered a wild animal and can be a hostile enemy.
Omega  [author] 17 Aug @ 8:55am 
@mochi
The home spawn code creates animals with random hostility. That means they can be neutral or enemy.
[code]
public static SpawnSetting HomeWild(int lv)
{
return new SpawnSetting
{
filterLv = lv,
hostility = SpawnHostility.Random,
idSpawnList = "c_animal",
position = SpawnPosition.Outside,
rarity = Rarity.Normal
};
}
[/code]
[code]
public enum SpawnHostility
{
Random,
Neutral,
Enemy
}
[/code]
Omega  [author] 15 Aug @ 8:52am 
@HotDog
Is there a reason you want wild animals? I thought they were hostile.
HotDog 15 Aug @ 8:48am 
Is there someway to have wild animals but no enemies spawning in base?
fefnir3284 3 Jun @ 10:13am 
Thank you Omega for the clarification and help. And OMG this mod makes this game SOOOOO much more fun. I can finally fish at home without mods trying to kill my pets all the time. A thousand thumbs up!!!!
Omega  [author] 3 Jun @ 9:20am 
@fefnir3284
For anyone else, this mod is still working. I was able to help the user on Discord. It was an issue with Steam and the game loading the mod.
fefnir3284 3 Jun @ 1:00am 
Is there something I have to do to turn this on? I still take damage from reading books, which I dotn care about but monsters STILL appear in my town. I am so sick of this BS mechanic. I want it GONE!!!!
Omega  [author] 17 Jan @ 7:24am 
Updated the mod to prevent negative effects from failing to read.

読書の失敗による負の効果を防ぐように変更しました。

更新了模组,以防止因阅读失败而产生的负面效果。
Omega  [author] 17 Jan @ 5:07am 
@Question
Try gifting guests or residents ancient or spell books. They will try to read but nothing happens.
Question 16 Jan @ 11:34pm 
I unsubbed and re-subbed, entered my base, and some monsters spawned in a corner and killed some NPCs...not sure how it happened. Did you prevent visitors from reading books as well?

I cant reproduce it consistently because its random AI behaviour.