Elin
47 ratings
Better Sleep
   
Award
Favorite
Favorited
Unfavorite
Gameplay: Cheat
File Size
Posted
Updated
102.600 KB
29 Nov, 2024 @ 2:15pm
27 Apr @ 10:19am
23 Change Notes ( view )

Subscribe to download
Better Sleep

In 1 collection by Omega
Elin Mods By Omega
29 items
Description
Customize sleep behavior for the player character through an in-game configuration menu.
ゲーム内の設定メニューを通じて、プレイヤーキャラクターの睡眠挙動をカスタマイズできます。

Features
  • Allows sleeping anytime, including during Meditate.
  • If "Can Sleep During Meditate" is disabled, the player will not sleep at all when using the Meditate or Rest skill.
  • Adjust sleep duration (e.g., "Sleep Hours").
  • Customize stat recovery multipliers for HP, stamina, and mana during sleep.
  • Enable or disable autosave during sleep events.
  • Prioritize unlearned recipes learned during sleep.
  • Customize the number of turns before the player character fully falls asleep.
  • Includes localization for English, Japanese, and Chinese.

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

Requirements
This mod requires the Mod Options mod only for accessing the Config menu. The core functionality of this mod will still work without it. Please subscribe to the Mod Options mod for menu-based configuration:

Configuration File Location
If needed, users can also edit the configuration file directly:
Steam\steamapps\common\Elin\BepInEx\config\omegaplatinum.elin.bettersleep.cfg

Supports Game Version: 0.23.129

特徴
  • 瞑想中を含め、いつでも眠ることができる機能を追加します。
  • 「瞑想中に眠れるようにする」を無効にすると、瞑想や休憩スキル使用時には一切眠らなくなります。
  • 睡眠時間を調整可能(例:「睡眠時間」設定)。
  • 睡眠中のHP、スタミナ、マナ回復倍率をカスタマイズ可能。
  • 睡眠イベント中の自動保存の有効化または無効化。
  • 睡眠中に未習得のレシピを優先して学習します。
  • プレイヤーキャラクターが完全に眠るまでのターン数をカスタマイズ可能。
  • 英語、日本語、中国語の多言語サポートを提供します。

互換性
このMODは既存のセーブデータで動作し、特別な設定は不要です。

必須MOD
このMODは Mod Options MOD が必要です。ただし、Config メニューにアクセスするためだけです。主要な機能はこれなしでも動作します。Mod Options MOD をサブスクライブするには、以下のリンクを参照してください:

設定ファイルの場所
必要に応じて、以下の場所から設定ファイルを直接編集することもできます:
Steam\steamapps\common\Elin\BepInEx\config\omegaplatinum.elin.bettersleep.cfg

対応ゲームバージョン: 0.23.129
52 Comments
Omega  [author] 27 Apr @ 10:21am 
Updated the mod to add a setting for customizing the number of turns before the player character fully falls asleep.

プレイヤーキャラクターが完全に眠るまでに必要なターン数をカスタマイズできる新しい設定を追加しました。

更新了模组,新增了一个设置,可自定义玩家角色完全入睡前所需的回合数。
m1chael 10 Apr @ 5:59am 
@Omega Okay, I guess I misunderstood the effect of the cappuccino buff. Sorry! Thanks for verifying it.
Omega  [author] 25 Mar @ 6:37am 
@m1chael
Cappuccino reduces the sleep stat by 20. The Energizing trait gives the Sharpened Mind buff, which keeps the sleep stat from changing for 1200 turns. Which part of the coffee effect is causing trouble?

カプチーノは睡眠ステータスを20下げるよ。エナジャイズ特性は「鋭い思考」バフを付けて、睡眠ステータスが1200ターン変化しない。コーヒーのどの効果に困ってる?
Omega  [author] 25 Mar @ 6:21am 
@m1chael
I haven't used coffee yet. I'll check what it does to sleep.
m1chael 25 Mar @ 3:45am 
Are there any plans to address the option to enable/disable the coffee effect, as it seems that the recently added coffee effect has not been addressed?
Omega  [author] 13 Feb @ 10:30am 
@Question
You can have a look in RecipeManager.GetUnlearnedRecipe. I just switch onlyUnlearned check to true in the mod, so I don't change too much vanilla code. I didn't really dig too much into.
Question 13 Feb @ 10:15am 
Interesting, but if im not wrong, you do not need sufficient crafting skill to get a recipe via sleep right? Also, are the new recipes being excluded by default?
Omega  [author] 13 Feb @ 6:17am 
@Question
Yes, it shares the same code as hammering for recipes.
Question 13 Feb @ 6:14am 
Do you need a crafting skill within 5 levels to get the recipe via the mod?
Omega  [author] 13 Feb @ 6:07am 
@Question
The code for prioritizing unlearned recipes is not 100%. There are player skill checks and hidden recipes which I didn't want to touch.