Elin
64 个评价
Better Sleep
   
奖励
收藏
已收藏
取消收藏
Gameplay: Cheat
文件大小
发表于
更新日期
102.600 KB
2024 年 11 月 29 日 下午 2:15
4 月 27 日 上午 10:19
23 项改动说明 ( 查看 )

订阅以下载
Better Sleep

在 Omega 的 1 个合集中
Elin Mods By Omega
31 件物品
描述
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
53 条留言
Devdiablo 42 分钟以前 
With the newest nightly build(addition of vampires), for some reason, this mod won't start up?

ArgumentException: Undefined target method for patch method static void BetterSleep.Patcher::CharaOnSleep(Int32& power, int days)
```ts
//Sequence of events (most recent on top):
PatchClassProcessor.PatchWithAttributes
PatchClassProcessor.Patch
---
PatchClassProcessor.ReportException
Harmony.PatchAll
Harmony.CreateAndPatchAll
BetterSleep::BetterSleep.Start
```
Omega  [作者] 4 月 27 日 上午 10:21 
Updated the mod to add a setting for customizing the number of turns before the player character fully falls asleep.

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

更新了模组,新增了一个设置,可自定义玩家角色完全入睡前所需的回合数。
m1chael 4 月 10 日 上午 5:59 
@Omega Okay, I guess I misunderstood the effect of the cappuccino buff. Sorry! Thanks for verifying it.
Omega  [作者] 3 月 25 日 上午 6:37 
@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  [作者] 3 月 25 日 上午 6:21 
@m1chael
I haven't used coffee yet. I'll check what it does to sleep.
m1chael 3 月 25 日 上午 3:45 
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  [作者] 2 月 13 日 上午 10:30 
@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 2 月 13 日 上午 10:15 
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  [作者] 2 月 13 日 上午 6:17 
@Question
Yes, it shares the same code as hammering for recipes.
Question 2 月 13 日 上午 6:14 
Do you need a crafting skill within 5 levels to get the recipe via the mod?