Stardew Valley (1.6.15) [amd64] [Mono] [RUS + ENG + 10] [GOG]

Страницы :   Пред.  1, 2, 3, 4, 5, 6, 7  След.
Ответить
 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 14-Сен-23 10:16 (1 год 6 месяцев назад, ред. 14-Сен-23 10:16)

По идее, игре нужен libssl1.1. Ставить его в систему, используя устаревшие пакеты, как в совете выше, — идея так себе. Можно закинуть в отдельный каталог и загружать через LD_LIBRARY_PATH, примерно как в этом совете. Кроме того, можно запускать игру с рантаймом steam (если стоит стим —
Код:
~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh /где/стоит/игра/start.sh
).
[Профиль]  [ЛС] 

threeglav

Стаж: 12 лет

Сообщений: 3


threeglav · 14-Сен-23 20:37 (спустя 10 часов)

EugVV писал(а):
85193756По идее, игре нужен libssl1.1. Ставить его в систему, используя устаревшие пакеты, как в совете выше, — идея так себе. Можно закинуть в отдельный каталог и загружать через LD_LIBRARY_PATH, примерно как в этом совете. Кроме того, можно запускать игру с рантаймом steam (если стоит стим —
Код:
~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh /где/стоит/игра/start.sh
).
E: Репозиторий «http://security.ubuntu.com/ubuntu impish-security Release» не содержит файла Release.
N: Обновление из этого репозитория нельзя выполнить безопасным способом, поэтому по умолчанию он отключён.
N: Информацию о создании репозитория и настройках пользователя смотрите в справочной странице apt-secure(8)
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 14-Сен-23 22:49 (спустя 2 часа 11 мин., ред. 14-Сен-23 22:49)

threeglav писал(а):
85196053E: Репозиторий «http://security.ubuntu.com/ubuntu impish-security Release» не содержит файла Release.
Какое отношение это имеет к тому, что я писал? Я разве советовал добавлять непонятно чего от не поддерживаемого дистрибутива в список источников apt и устанавливать оттуда системные библиотеки? Если только хочется максимально быстро убить свою систему. Моя ссылка была на другой пост.
[Профиль]  [ЛС] 

Donteboy

Стаж: 4 года 7 месяцев

Сообщений: 2


Donteboy · 24-Сен-23 20:33 (спустя 9 дней)

EugVV писал(а):
83091130
Alexandra_menyaylo писал(а):
83090695No usable version of libssl was found
Вероятно, проблема в этом. До этой строчки у меня выхлоп аналогичен. Думаю, игре нужна libssl1.1.
Спасибо, помогло
sudo pacman -S openssl-1.1
скрытый текст
[Профиль]  [ЛС] 

Nnairo678

Стаж: 13 лет 6 месяцев

Сообщений: 6


Nnairo678 · 11-Ноя-23 23:13 (спустя 1 месяц 17 дней)

Была проблема с запуском, решилась вот так:
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
[Профиль]  [ЛС] 

dolu

Стаж: 6 лет 2 месяца

Сообщений: 26


dolu · 03-Янв-24 13:10 (спустя 1 месяц 21 день)

а с линукс минт можно играть?
[Профиль]  [ЛС] 

Kron4ek

Moderator

Стаж: 13 лет 2 месяца

Сообщений: 8804

Kron4ek · 03-Янв-24 14:33 (спустя 1 час 22 мин.)

dolu
Да.
[Профиль]  [ЛС] 

MifRea1

Стаж: 13 лет 11 месяцев

Сообщений: 10

MifRea1 · 21-Янв-24 03:57 (спустя 17 дней)

Для Debian и его производных (Ubuntu, Mint) нужен пакет libssl1.1, но лучше его ставить локально, чтобы не создавать проблем с безопасностью.
Пример установки для Debian:
  1. Открываем терминал в каталоге с установленной игрой, скачиваем, распаковываем, удаляем ненужное:
    Код:
    wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
    dpkg-deb -x libssl1.1_1.1.1w-0+deb11u1_amd64.deb .
    rm -r usr/share libssl1.1_1.1.1w-0+deb11u1_amd64.deb
  2. Добавляем в start.sh строку
    Код:
    export LD_LIBRARY_PATH="$HOME/GOG Games/Stardew Valley/usr/lib/x86_64-linux-gnu"
    скрытый текст
    Если игра устанавливалась не в $HOME/GOG Games/Stardew Valley, то путь меняем соответственно. Добавить можно второй строкой, а можно и вот так:
    Код:
    # Options
    export LD_LIBRARY_PATH="$HOME/GOG Games/Stardew Valley/usr/lib/x86_64-linux-gnu"
    define_option "-s" "--start" "start ${GAME_NAME}" "run_game" "$@"
Вариант решения для Ubuntu с форума игры
[Профиль]  [ЛС] 

Yaroslav.A.Litvinov

Стаж: 7 лет 11 месяцев

Сообщений: 36

Yaroslav.A.Litvinov · 25-Янв-24 22:20 (спустя 4 дня, ред. 25-Янв-24 22:20)

Господа, не мучайтесь с этими библиотеками - лучше скачайте этот релиз. Это версия GOG в исправленными библиотеками. Она хорошо работает, и без танцев с бубном.
Прошу автора раздачи закрепить ссылку на этот архив, потому что у многих наблюдается проблема с libssl.
[Профиль]  [ЛС] 

Зека-из-Гроба

VIP (Заслуженный)

Стаж: 14 лет 3 месяца

Сообщений: 7412

Зека-из-Гроба · 25-Янв-24 22:34 (спустя 13 мин.)

Yaroslav.A.Litvinov писал(а):
85789403Господа, не мучайтесь с этими библиотеками - лучше скачайте этот релиз. Это версия GOG в исправленными библиотеками. Она хорошо работает, и без танцев с бубном.
Прошу автора раздачи закрепить ссылку на этот архив, потому что у многих наблюдается проблема с libssl.
Не соглашусь. Проблема с libssl — общая для многих игр, и лучше научиться её решать не мучаясь раз и навсегда, нежели качать какие-то там репаки.
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 19-Мар-24 23:27 (спустя 1 месяц 25 дней)

Обновлено до 1.6.0 build 24079 (1.6.0.24079.6430277568, согласно gog). Изменений во сколько.
[Профиль]  [ЛС] 

s3mx

Стаж: 5 лет 4 месяца

Сообщений: 1


s3mx · 20-Мар-24 01:17 (спустя 1 час 49 мин.)

EugVV писал(а):
86034543Обновлено до 1.6.0 build 24079 (1.6.0.24079.6430277568, согласно gog). Изменений во сколько.
[Профиль]  [ЛС] 

Robodogk700

Стаж: 14 лет 3 месяца

Сообщений: 4


Robodogk700 · 20-Мар-24 06:08 (спустя 4 часа)

А для виндоюзеров есть силы запилить раздачу?
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 20-Мар-24 10:43 (спустя 4 часа, ред. 20-Мар-24 10:43)

Robodogk700 писал(а):
86035076А для виндоюзеров есть силы запилить раздачу?
Наличие сил не имеет значения при отсутствии желания.
Обновление до 1.6.1 build 24080 (1.6.1.24080.6433042992, согласно gog).
Изменения
Patch 1.6.1 -- Bug fixes
Hey everyone, hope you're enjoying the new update so far. Here is the first post-launch patch to fix a few bugs that weren't caught before release. Patch notes below:
Patch 1.6.1
  1. Fixed botched German egg quest text (for new players going forward)
  2. Prevent animal page from crashing when clicking on the scroll bar when there are a low number of animals
  3. Fix Junimo harvester in save crash
  4. Fix Meadowlands farm quest persisting if the farm icon was selected, but then another farm was started
  5. Fixed the telephone robin house upgrade question being malformed
  6. Improved cases where the quest title could go off the edge of the quest log
  7. Fixed eyebrow accessory looking weird when fishing
  8. Don't allow clipboard to be set to a null string
  9. Fixed crash when farmhand re-connects to town during green rain (and potentially other related crashes)
  10. Fixed several map tile issues and places where forage could spawn out of bounds
Thanks for playing!
-Ape
[Профиль]  [ЛС] 

mutant500

Стаж: 16 лет 6 месяцев

Сообщений: 27


mutant500 · 20-Мар-24 11:32 (спустя 48 мин.)

EugVV писал(а):
86035468
Robodogk700 писал(а):
86035076А для виндоюзеров есть силы запилить раздачу?
Наличие сил не имеет значения при отсутствии желания.
А для виндоюзеров есть желание запилить раздачу?
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 20-Мар-24 12:03 (спустя 30 мин., ред. 20-Мар-24 12:03)

mutant500 писал(а):
86035807А для виндоюзеров есть желание запилить раздачу?
Разве я не ответил на этот вопрос? Завязывай с оффтопиком, я раздач для винды и прочих ОС не делаю.
[Профиль]  [ЛС] 

flactwin

Стаж: 1 год

Сообщений: 367


flactwin · 21-Мар-24 01:37 (спустя 13 часов)

mutant500 писал(а):
А для виндоюзеров есть желание запилить раздачу?
мда... тут уже проходило такое у вас должны работать раздачи, либо вы не умеете искать раздачу в теме игры для виндовс, здесь линуховые раздачи, как вообще я не понимаю можно нагло закатится в раздачи на другую ось и начать просить о такой ерунде, вы бы наверное были самым первым судьей если ы так поступили линухойды в топиках с вендонативными играми
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 21-Мар-24 10:04 (спустя 8 часов)

Обновление до 1.6.2 build 24081 (1.6.2.24081.6443062877, согласно gog).
Изменения
Patch 1.6.2
Hey everyone,
With these major Stardew Valley updates, it's typical that there are near-daily patches for a few days after launch. There's always a few weird bugs that are only discovered once the update is out and all of you are playing it. So here is the second post-launch patch for you.
Change log:
  1. Fixes an issue with Willy's rod
  2. Fix for invisible tea sprites
  3. Fixed an error in the Luau event in Portuguese
  4. Fix for pre-1.6 basic wines looking messed up
  5. Fix for a soft lock if you charged a tool and then strafed to a warp spot, and released the tool while warping
  6. Fix inedible ingredients being poisonous after turning into jelly or pickles
  7. Adds scaling edibility to juice, jellies, wine and pickles
  8. Volcano dwarf bombs now match regular dwarf bombs
  9. Void egg is now poisonous
  10. Adjusted adventure guild open hours on map
  11. Various translation fixes
Wishing you all a fun time
-Ape
[Профиль]  [ЛС] 

Rina11

Стаж: 16 лет 6 месяцев

Сообщений: 326

Rina11 · 22-Мар-24 01:32 (спустя 15 часов)

Боги мои как звук нафиг убить в этой игре?? Даже настроек никаких нет...
[Профиль]  [ЛС] 

Drui7

Стаж: 12 лет 10 месяцев

Сообщений: 119

Drui7 · 23-Мар-24 19:51 (спустя 1 день 18 часов)

Robodogk700 писал(а):
86035076А для виндоюзеров есть силы запилить раздачу?
просто поставь линукс и не парься. это раньше линукс нужен был для работы, а винда для дома. теперь ровно наоборот.
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 28-Мар-24 02:25 (спустя 4 дня)

Обновление до 1.6.3 build 24087 (1.6.3.24087.6495347694, согласно gog).
Изменения
Stardew Valley 1.6.3 Patch
Hey everyone,
The 1.6.3 update is here, which includes some "Quality of Life" changes, bug fixes, and balance adjustments. Patch notes below:
  1. You can now access Clint's shop and geode service while your tool is being upgraded.
  2. Increased raccoon bug meat and bat wing request amount
  3. Harvesting moss now grants 1 foraging exp per moss
  4. Infinite Power achievement is now more generous with how it activates, allowing pre-1.6 saves to trigger the achievement
  5. Adds mine cart shortcut to year 1 Spirit's Eve festival
  6. You now have to collect (not just donate) the 4 prismatic shards for the "Four Precious Stones" Qi Quest
  7. The JunimoKart Qi Quest now rewards 20 Qi gems (up from 10)
  8. Adds new cabins to starter layouts for multiplayer.
  9. Starter cabins now appear in the actual order intended.
  10. Adult mossy green rain trees boost the moss growth rate of nearby trees
  11. If a Journal quest title is too wide, the clock icon and the rest of the text will be shifted down to make room
  12. You can now press the Escape or menu button to "go back" on a shipping menu category page
  13. Adjustments to moss growth (grows slower on sunny summer days, recovers slower after harvest)
  14. Reduced meteorite prismatic shard chance (100% -> 25%)
  15. You can now paint the new cabins (at 3rd upgrade level)
  16. Ancient seed packets excluded from sale at traveling cart
  17. Made waterfall and other ambient positional sounds fade out more smoothly
  18. Added a catch-all case: if it's year 2 and you don't have a pet (for any reason), you can start adoptinng them from Marnie's
  19. Made berry bush state consistent overnight and on load (both at 20% plus a small new random bonus chance)
  20. Minor graphical fixes
  21. Fixes several translation errors and missing translations
  22. Fixes large character sprites having a visual glitch (e.g. bear, island frog, clint hammering)
  23. Fixed a visual error in the shop menu if an item's name was longer than the width of the menu
  24. Fix a crash related to the new festival
  25. Fix a bug that was causing excess trash to be fished
  26. Fixed bug preventing Emily's 10 heart mail and event from triggering
  27. Fixed some graphics issues with Shipping menu
  28. Fixed several more spawn-out-of-bounds cases
  29. Added Krobus portrait
Thanks for playing!
-Ape
[Профиль]  [ЛС] 

dftcup

Стаж: 3 года 8 месяцев

Сообщений: 1247

dftcup · 28-Мар-24 11:06 (спустя 8 часов)

Обновления этой раздачи - лучшее, что случалось в моей жизни за последние три года.
Спасибо.
----------------------------------------
Там явно ещё будут патчики 1.6.4 и 1.6.5 , которые починят использование одноразовой палатки на событиях типа Дерби, и квесты на новой ферме со специализацией на животных.
+ лично у меня после релиза 1.6 селяне стали какие-то хмурые и ворчливые. Списываю это на то, что пофиксили ситуативные диалоги, и вот... кто может жаловаться на жизнь - жалуется...
[Профиль]  [ЛС] 

mr.varus

Стаж: 16 лет 3 месяца

Сообщений: 51

mr.varus · 06-Апр-24 15:01 (спустя 9 дней)

Эта раздача на Steamdeck подойдет?
[Профиль]  [ЛС] 

Зека-из-Гроба

VIP (Заслуженный)

Стаж: 14 лет 3 месяца

Сообщений: 7412

Зека-из-Гроба · 14-Апр-24 08:54 (спустя 7 дней)

mr.varus писал(а):
86106438Эта раздача на Steamdeck подойдет?
Должна.
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 19-Апр-24 01:59 (спустя 4 дня)

Обновление до 1.6.4 build 24109 (1.6.4.24109.6654973489, согласно gog).
Изменения
Stardew Valley 1.6.4
New content & features
  1. Added 20 new ‘alternate’ mine layouts, which can start appearing after reaching the bottom of the mines.
  2. Added 20 new volcano mines layouts, which can appear after you’ve unlocked the shortcut between the caldera and the volcano entrance.
  3. Added fish frenzies.
  4. Added a special cutscene after you’ve helped your new neighbors grow their family to the max.
  5. Added 4 new fairy styles.
  6. You can now place 8 additional non-fish items into fish tanks.
  7. Raccoon shop now includes a trade for mystery boxes and golden mystery boxes.
  8. Vinegar can now be poured onto trees to stop them from ever growing moss.
  9. Shaving enchantment now causes tree-specific drops: (fern → fiddlehead fern, mushroom → red mushroom, mahogany → hardwood)
Translation changes
  1. Many edits and improvements to the Chinese version (中文翻译问题说明和修改日志)
  2. Edits to the Russian, Portuguese, Hungarian, Turkish, and Korean translations.
  3. Changed the Chinese fonts to make them more appealing and readable.
  4. Changed Hungarian number spacing character from a comma to a period.
  5. Some improvements to Russian font.
Balance changes
  1. When you load a save, you’ll now unlock missed Steam achievements if needed (e.g. achievements gained while playing offline).
  2. Added mini-shipping bin as an expensive Qi gem shop purchase.
  3. Added more variety, and improvements, to Skull Cave treasure chests.
  4. Life elixirs now only restores health, and energy tonics now only restore energy.
  5. Wild seed spots are now rarer, but yield more seeds.
  6. Doubled the Iridium Golem’s chance to drop iridium.
  7. The monsters in the volcano entry level are now randomized each day.
  8. Using a treasure totem indoors no longer works. This prevents them from being wasted.
  9. Going down a level in the mines now makes you invulnerable for 1 second.
  10. Increased raccoon mystery box reward from 4 to 5.
  11. Farming experience now contributes to mastery experience at a 50% rate.
  12. Ice orb will no longer freeze a spider while it is in the air jumping.
  13. Removed red snapper from winter fishing quest pool, and sardines from the summer quest pool.
  14. You will no longer get calico rating points from going down the normal mines.
  15. Golden mystery boxes now have a small chance to yield an auto petter.
  16. Slightly reduced chance to find mystery boxes.
  17. Mine barrels and coal carts will now “refresh” at the start of each year.
  18. The order of mystery box rewards is now randomized per-player instead of per-save.
Visual improvements
  1. Qi club coins now show up in the shop menu.
  2. Various map edits and fixes.
  3. Removed Maru’s glasses from all beach portraits for consistency.
  4. Improvements to signage in some non-english languages (i.e. Chinese, French, and Russian)
Quality of life changes
  1. Added a 1.2-second delay after dropping an item, before it’s picked back up by the same player.
  2. Napalm rings are now non-destructive on the farm and inside the slime hutch (i.e. the explosion will only damage monsters).
  3. Added ctrl + right-click as an alternate toolbar drop hotkey.
  4. Receiving a “special notification” (e.g. first geode message) will no longer cancel out player actions such as eating or warping.
  5. Flopping fish no longer fall back into fish ponds.
  6. Crab pots now have a short time period after harvesting from them during which they can’t be removed (750ms).
  7. The Junimo bundle menu now only highlights items that can actually be placed in the selected bundle.
Other changes
  1. Minor optimizations.
  2. Added two inappropriate names to the list to exclude from the name generator.
  3. You can no longer give gifts to NPC’s during green rain year 1 (prevents incongruous attitudes). This also prevents a portrait issue with Demetrius.
Gameplay fixes
  1. Fixed disappearing pets bug.
  2. Fishing splash zones and ore pan points are now removed overnight.
  3. The prize ticket machine now consumes your ticket when you get the reward, rather than when you first press the button.
  4. For the purposes of perfection, the level 100 mines stardrop now has a more robust way to check if it’s been acquired.
  5. Fixed Monster Compendium not actually doubling all loot.
  6. Fixed geodes no longer dropping on the farm in normal circumstances.
  7. Fixed rare crash when spawning items overnight.
  8. Fixed player colliding with stuff during event cutscenes.
  9. Fixed pre-1.6 forged weapons having reduced stats.
  10. Fixed not being able to put a torch on the sprinkler you get as a CC reward.
  11. Fixed various bugs/crashes related to building a cabin.
  12. Fixed wild seeds in garden pots putting their final crop in the top-left corner of the map instead of the pot.
  13. Fixed “lost and found” chests (from night market and elsewhere) not working anymore in 1.6.
  14. Fixed a duplication bug with the “lost and found” chests.
  15. Fixed slime hutch floors reverting to the default after reloading a game.
  16. Fixed malformed casino shop red fireworks ID.
  17. Fixed pet adoption catch-all case only working with the animal catalogue, and only applying in year 2 specifically, rather than for any year 2 or beyond.
  18. Fixed ‘use legacy randomization’ option applied inconsistently when loading a save, which caused weird issues like broken green rain days.
  19. Fixed the case where you could permanently miss the ancient seed recipe if you grabbed the ancient seed packet but not the associated recipe, and then closed the museum rewards menu. Missing recipes will also be restored upon loading a file.
  20. Fixed issue with duplicated animals & building interiors from pre ~1.3 saves.
  21. Fixed end tables not being rotateable.
  22. Fixed an issue where empty barns/coops could not be removed by Robin on old saves.
  23. Fixed slime egg incubators letting you reclaim the egg before it hatches.
  24. Fixed farmhouse placement bounds to match the object placement restrictions around it.
Multiplayer fixes
  1. Synced some NPC Gift data in other languages.
  2. Fixed fireworks (and possibly other sprites) drawing behind stuff in multiplayer.
  3. Fixed “Build a Silo” quest not being completed for farmhands.
  4. Fixed Raccoon quest not being removed for all players.
  5. Fixed double trinket issue when a farmhand disconnects/reconnects.
  6. Fixed double and/or missing derby participants sprite issue in multiplayer.
Display text and localization fixes
  1. Many edits and fixes in translation text.
  2. Fixed a text parsing error for Asian languages which caused them to incorrectly wrap in some cases.
  3. Fixed spacing issues in Asian languages.
  4. Fixed several localization issues
  5. Fixed Russian line break issue.
  6. Fixed events not consistently handling gender-dependent text.
Cosmetic fixes
  1. Adjusted the draw order of basic objects so that debris will not be drawn underneath them as often.
  2. Placeable grass now offsets vertically a little if it would clip through a front-layer tile.
  3. Fixed seasonal world map not working for non-English players.
  4. Fixed flying monsters not being draw above things on the farm & volcano.
  5. Fixed reward icon in completed quest menu being visually offset.
  6. Fixed george’s TV clipping with farmer during green rain.
  7. Fixed movies not showing layered sprites (e.g. the eyeball in Mysterium).
  8. Fixed Qi club coins drawn below the lightmap.
  9. Fixed Qi coin overlay drawn during minigames.
  10. Fixed crane game audio not stopping when the game is forcefully closed.
  11. Fixed some tooltip padding issues.
  12. Fixed movie theater display issues on the world map.
  13. Fixed repeated dialogue selection sound if a control was plugged in but you are using a mouse.
  14. Fixed quest reward icon input offset issue.
  15. Fixed Joja Warehouse roof drawing above the weather (and possibly other similar cases).
  16. Fixed various map tile issues.
  17. Fixed a visual issue with a shadow in the farm house.
  18. Fixed able to swap two chests of the same type.
  19. Fixed machines sometimes wobbling when they’re not processing anything.
Changes for modded players
  1. Improved debug commands:
    1. Added debug commands to change pet types/breeds, to allow migrating older saves (setPreferredPet and changePet). This replaces the former toggleCatPerson command.
    2. The filterLoadMenu <search> command now keeps the original save slot numbers.
    3. Combined removeNpc and killNpc commands. The unified command removes all instances of an NPC, to help fix duplicate NPCs.
Changes for mod authors
  1. C# mods can now hide specific animals from the animal social menu (e.g. animals owned by NPCs) via the FarmAnimal.hideFromAnimalSocialMenu field.
  2. In Data/Buildings, you can now add furniture via IndoorItems.
  3. In Data/FarmAnimals, added fields to set the sleep sprite and whether they eat golden crackers.
  4. In Data/Locations, added fields to set effect of fish-specific bait and whether fish can be caught using a training rod.
  5. In Data/Machines, added option to only let the machine complete overnight.
  6. In Data/Powers, added CustomFields field.
  7. Added missing Id fields in Data/FarmAnimals and Data/Pets.
  8. Added a warning when a farm animal's spritesheet size is invalid, which would previously lead to the animal silently freezing.
  9. You can now use tokenizable strings in event scripts and dialogue text.
  10. De-hardcoded forest waterfall fish into Data/Locations.
Fixes for modded players
  1. Fixed some wallpapers and flooring not appearing in mod item lists.
  2. Fixed pre-1.6 farm maps having broken warps to the bus stop.
  3. Fixed errors and crashes due to mods adding items without a name.
  4. Fixed softlock when a warp leads to an invalid location.
  5. Fixed crash when playing events that use the replaceWithClones command.
  6. Fixed crash if an NPC has invalid temporary dialogue.
  7. Fixed world map showing a glitched texture for custom farm types which don't override it.
  8. Fixed another case of NPC duplication involving the movie theater.
  9. Fixed crash when loading a save if a farm Junimo wasn't properly removed before saving.
  10. Fixed crash if the lost & found contains null items.
  11. Fixed disconnect for Steam players when using mods that send messages before a farmhand has been approved.
  12. Fixed crash on save if shipping bin has empty slots.
  13. Fixed riding the bus to the desert instantly warping you back if mods added warps on the desert road.
  14. Fix multiplayer crash if some players don't have the same NPC textures.
Fixes for mod authors
  1. Fixed farmhands' cellars not applying cellar data from Data/Locations.
  2. Fixed crash if a farm animal has no entry in Data/FarmAnimals.
  3. Fixed festivals ignoring year suffixes for <setup>_additionalCharacters and name fields.
  4. Fixed issues with farm animals which have a custom home building.
  5. Fixed hardcoded assumptions about farm animal spritesheets which could cause counter-intuitive behavior with custom animals.
[Профиль]  [ЛС] 

dftcup

Стаж: 3 года 8 месяцев

Сообщений: 1247

dftcup · 19-Апр-24 12:01 (спустя 10 часов, ред. 19-Апр-24 21:16)

Там микропатч с хотфиксиками релизнулся:
-Fixes issue when dropping a big chest into a small chest (как я понял, при этом баге моделька сундука меняется на большую, но количество слотов остаётся как у маленького)
-Quarry mine level can no longer be an alternate layout
-Prevents the player from running through barriers in certain transit cutscenes
-Mine levels 45 and 85 are now also refreshed at the beginning of the year
GOGDB тормозит и пока не подхватывает наличие нового установщика. Но анонс в Steam уже дали.
Upd.
GLORY TO EugVV \o/
Upd. 2.
Обнова 1.6.5 Т_Т
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 19-Апр-24 23:31 (спустя 11 часов, ред. 19-Апр-24 23:31)

Обновление до 1.6.4 build 24110 (1.6.4.24110.6665929918, согласно gog).
Изменения
1.6.4 hotfix 1
1.6.4 hotfix #1 fixes a few bugs in 1.6.4:
  1. Fixes issue when dropping a big chest into a small chest
  2. Quarry mine level can no longer be an alternate layout
  3. Prevents the player from running through barriers in certain transit cutscenes
  4. Mine levels 45 and 85 are now also refreshed at the beginning of the year

Обновление до 1.6.5 build 24110 (1.6.5.24110.6670590629, согласно gog).
Изменения
1.6.5 patch notes
After quickly fixing a few issues with 1.6.4, we are now on 1.6.5.
This one fixes a rare crash that could happen in the mines.
It should also help with some people who use mods that were having trouble loading their saves after 1.6.4.
Bug fixes:
  1. Fixed crash when loading dark mine levels in some cases.
  2. Broken villager NPCs (usually due to a removed mod) are now deleted on load. They'll respawn when they're re-added to the data.
Thank you
-Ape
[Профиль]  [ЛС] 

EugVV

Стаж: 16 лет 5 месяцев

Сообщений: 3030

EugVV · 28-Апр-24 09:22 (спустя 8 дней, ред. 28-Апр-24 09:22)

Обновление до 1.6.6 build 24117 (1.6.6.24117.6728858633, согласно gog).
Изменения
Stardew Valley 1.6.6 Patch Notes
Balance and Gameplay changes:
  1. Bee houses now work with flowers in garden pots.
  2. “Minecart depot” alternative layout now only appears in the upper or lava mine areas.
  3. You can now turn the gold clock on or off
  4. Added coal -> mahogany seed trade at raccoons
  5. 50% mastery XP now only applies to farming, as originally intended.
Translation changes:
  1. Reverted Chinese text to 1.6.3
  2. Reverted Chinese default font to the original
  3. Added an option to use the smooth font introduced in 1.6.4
  4. Added a dialogue font size slider for Chinese
  5. Added complete Russian translated movie & desert festival sprites
  6. Added option for Russian to use the “old” font
Bug fixes:
  1. Fixed a case where Mr. raccoon could disappear during the raccoon cutscene in multiplayer
  2. Fixed being able to trash Pierre’s Missing Stocklist, or give it away at the Feast of the Winter Star.
  3. Fixed being able to give a wilted bouquet to your spouse.
  4. Fixed issue causing only 1 omni geode to be produced from the skull cavern chest.
  5. Fixed crash when a save contains some invalid animal home data.
  6. Fixed a crash when talking to Penny in French.
  7. Fixed a malformed Willy farm event in German.
  8. Fixed an incorrectly blocking map tile in the Forest Farm map.
  9. Fixed some machines and some desert festival logic not working for Linux/macOS players using the compatibility branch.
  10. Fixed a case where an area was inaccessible in the volcano dungeon
  11. Fixed sewer event in German
  12. Fixed cases where you’d see Mayor Lewis’ giftbox note again when collecting 15 parsnips from a different chest.
  13. Fixed emily makeover event from being hard to skip
  14. Fixed Calico Egg Rating prize edge cases for farmhands
  15. Fixed prismatic hat effects not working in French.
  16. Fixed being able to “advance” the ready check menu by pressing Y, which lead to many issues.
  17. Fixed island outfits not being loaded for farmhands
  18. Minor optimizations.
Fixes for modded players:
  1. Fixed error showing non-flavored roe items.
  2. Fixed error if a mod sets an NPC’s ‘friends and family’ data to null.
  3. Fixed error loading a save containing enchanted weapons whose ID changed or data was removed.
  4. Fixed soft lock when watching weather TV channel if tomorrow’s weather is custom.
  5. Fixed temporary maps that aren’t part of a location not using seasonal tilesheets.
  6. Fixed summit cutscene showing custom fish with wrong sprites.
Changes for mod authors:
  1. In Data/Objects, added two new fields: CanBeGivenAsGift and CanBeTrashed. Setting CanBeGivenAsGift: false adds the not_giftable context tag automatically.
Thanks for playing Stardew Valley!
-Ape

Обновление до 1.6.8 build 24119 (1.6.8.24119.6732702600, согласно gog).
Изменения
1.6.7 change notes:
  1. Fixes a bug preventing players from giving Pierre the Missing Stock List
  2. Fixed some machines and desert festival logic not working for Linux/MacOS players using the compatibility branch.
EDIT:
1.6.8 out now which fixes a crash introduced in 1.6.7 (it would crash when NPC's reach the island resort changing room)
[Профиль]  [ЛС] 

TimeToDie

Стаж: 16 лет 10 месяцев

Сообщений: 106


TimeToDie · 30-Май-24 05:39 (спустя 1 месяц 1 день)

если возможность залить і мак версию?
[Профиль]  [ЛС] 

geekver2

Стаж: 6 месяцев

Сообщений: 71

geekver2 · 04-Окт-24 13:46 (спустя 4 месяца 5 дней)

Большое спасибо.
Большинство людей не заботятся о Linux, но вы один из тех, кто заботится о нем.
Спасибо вам еще раз.
[Профиль]  [ЛС] 
 
Ответить
Loading...
Error