Как остановить время в stardew valley

Обновлено: 02.07.2024

This mod adds the ability to change how long each 10 minute increment occurs. Two new commands are added to the SMAPI console to enable/disable this mod and to change the multiplier. Want to double your day? Change the multiplier to 0.5. Want time to progress at double speed? Change the multiplier to 2. Customize your experience.

Off-site requirements

Credits and distribution permission

  • Other user's assets All the assets in this file belong to the author, or are from free-to-use modder's resources
  • Upload permission You can upload this file to other sites but you must credit me as the creator of the file
  • Modification permission You are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
  • Conversion permission You can convert this file to work with other games as long as you credit me as the creator of the file
  • Asset use permission You are allowed to use the assets in this file without permission as long as you credit me
  • Asset use permission in mods/files that are being sold You are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
  • Asset use permission in mods/files that earn donation points You are allowed to earn Donation Points for your mods if they use my assets

Author notes

This author has not provided any additional notes regarding file permissions

File credits

ConcernedApe for Stardew Valley
Pathoschild for SMAPI

Donation Points system

This mod is not opted-in to receive Donation Points

Requires:
SMAPI 3.1+

To use this mod, start the farm (single player or co-op). When the farm is fully loaded, go to the SMAPI console and use the following commands:

time_multiplier_toggle - enables/disables the time multiplier
Usage: time_multiplier_toggle

time_multiplier_change - sets the time multiplier
Usage: time_multiplier_change 0.8

The config is saved automatically after each command. The config file is unique for each character. The mod works for multiplayer, but the host has to enable the mod and set the multiplier.

Do I have to set the time multiplier when I start a new farm or add this mod to an existing farm?
Yes, farms must be configured just once. Once configured, the mod will take care of the rest, including loading your multiplier when you load the farm!

Do I have to set the time rate every time I load my farm?
No, the mod handles all that for you based on what you set when you initially configured the farm.

Do clients need the mod for it to work in multiplayer?
No, only the host needs the mod as the clock is handled by the host. Clients do not even need the mod installed. Because of this, the mod won't make changes if you are a client.

How does the mod work?

StardewValley.Game1.gameInterval is an integer that increments based on the game clock (XNA GameTime object) and after 7000 milliseconds, the game clock is incremented by 10 minutes. Game1.gameInterval is then reset to 0.

This mod captures the gameInterval on the tick and compares it with the gameInterval from the previous tick. The delta (change) is then multiplied by the multiplier set by the player. The new delta is then added to the last tick's interval to create this tick's interval.

This is a bit of a hack in order to get into the time mechanics, but the 7 second limit is hardcoded into the function, and this was the only way to hook into the time mechanic of the game.

TimeSpeed

Requires SMAPI 3.9.5 or later. Updated by Pathoschild. See release notes.

Как остановить время в stardew valley

Лейла Султан


Лейла Султан

Думаю, если только установить мод, останавливающий время, но чтобы установил его каждый. Название не помню и не знаю, будет ли поддерживать онлайн. Стоит попробовать.

Как остановить время в stardew valley

Ангела Келлер

Сборка различных модов на СВ. Все требует установки смапи, некоторые - установки глобальных модов, которые включают в себя различные API для облегчения моддинга.
Может, со временем оформлю все в одну статьи со скринами, больше подробности и тыды.
Не забывайте, что если собираетесь впервые установить моды, то делайте бекапы своих сейв-файлов.

* Требует установки Entoarox Framework. Чтобы скачать мод, вы должны зарегистрироваться на сайте.

Ангела Келлер

Моды, которые изменяют игру.

* Будьте аккуратны с модом, ибо он изменяет ваш сейв-файл.

* Требует установки Entoarox Framework. Чтобы скачать мод, вы должны зарегистрироваться на сайте.

Old files

TimeSpeed 1.6.1 (Storm)

Adjusts the game clock speed by a configurable amount. Speed up, slow down, or completely freeze time. Storm API only.

Adjusts the game clock speed by a configurable amount. Speed up, slow down, or completely freeze time.

Adjusts the game clock speed by a configurable amount. Speed up, slow down, or completely freeze time.

Читайте также: