Перейти к содержимому

Spells and Secrets

Spells and Secrets
Платформа
PC
Дата выхода
Размер файла
2.55 GB
Загрузки
11
Просмотры
1 019
Комментарии
2
Языки
English, German, French, Italian, Spanish - Spain, Japanese
Добавил
Добавил Админ
Скачать игру v1.01

Статус версии

Текущая версия
v1.01

Скриншоты

Spells and Secrets — Скриншоты 1
Spells and Secrets — Скриншоты 2
Spells and Secrets — Скриншоты 3

Описание

Spells and Secrets is an action-adventure game with roguelike elements that will allow you to unleash your inner wizard! Embark on a magical journey through the world of Greifenstein, a prestigious wizarding academy, and creatively use your spells to defeat the evil magical creatures that threaten the school. Create your own student wizard look by choosing your body type, clothing, and even facial features from an extensive list of options. Unleash your magical powers and solve puzzles with the numerous spells at your disposal. Whether you prefer to play alone or with a friend, Spells and Secrets offers local co-op and online play via Steam-Remote.

As a freshman at Greifenstein Academy, you’ll explore the ever-changing school castle, rescue and help your classmates, and uncover the secrets hidden within. On the very first day of school, a mysterious incident will occur that will lead to chaos, and it is up to you to unravel the mystery and save the day. If you love exploring fantasy worlds and solving mysteries, Spells and Secrets is the perfect game for you. So don’t wait any longer — join this magical adventure and become a real wizard.

NOTE. Uploaded version: 11 November 2023 [Build 12660625] + Update v1.01. This is Full release and latest version of game. The game is already Packaged in ISO File and ready to run the game after install, read the instruction below.

Системные требования

Минимальные

ОС:
 Windows® 10
Процессор:
 Intel® Core™ i5-3470 or AMD Ryzen™ 3 1200
ОЗУ:
 8 GB RAM
Видеокарта:
 GeForce GTX 1050 3 GB or AMD Radeon™ RX 560 4 GB
Диск:
 30 GB available space
DirectX:
 Version 12
Звуковая карта:
 DirectX compatible

Рекомендуемые

ОС:
 Windows® 10
Процессор:
 Intel™ Core i7-3770 or AMD Ryzen™ 5 1600
ОЗУ:
 8 GB RAM
Видеокарта:
 GeForce GTX 1060 6 GB or AMD Radeon™ RX 590
Диск:
 30 GB available space
Звуковая карта:
 DirectX compatible

Инструкция по установке

Пошаговый процесс установки для TENOKE

  1. Смонтируйте .iso-образ — в Windows 10/11 он подключается из контекстного меню, в остальных случаях подойдёт Daemon Tools или похожая программа.

  2. Запустите setup.exe с диска и установите игру — сборки Tenoke взломаны заранее, нужна только установка.

  3. Если на диске есть папка Tenoke, скопируйте её содержимое в каталог установленной игры.

  4. Запустите игру с ярлыка на рабочем столе (от имени администратора).

Информация

Разработчик
Alchemist Interactive, rokaplay
Издатель
rokaplay
Платформа
PC
Дата выхода
Размер файла
2.55 GB
Статус
Сцена (ISO)

Скачать игру

Полная игра

Download
spells_and_secrets-tenoke
MD5: df7524a0b9d54f4b4bb20ebb38e94368
SHA-256: cf5ce463a6f08bb8a6081e3cdddc8566131dd5ef4746276efc89a8c91af883fb

Контрольные суммы подтверждают целостность именно этого файла. Это не абсолютная гарантия от вредоносного ПО — всегда проверяйте загруженные файлы.

Торрент-файл готов

Обзоры

4,5
из 5
43 оценок

Отзывов пока нет. Будьте первым!

Комментарии (2)

  1. Skigameco
    Skigameco
    2 года назад


    Bug FixesLocal Co-Op: Fixed an issue that allowed one player to heal the other with the Partner spell while they were transformed into a creature.Local Co-Op: Fixed an issue that could cause faction leader dialogues to trigger out of order when entering the faction area for the first time while playing with a friend.Local Co-Op: Fixed an issue that caused consumables picked up and used by player 2 to not count towards progress with the Dreamdancer student faction.Fixed an issue that allowed teleportation between rooms during the different phases of the final boss fight.Fixed the mechanics of the “Super Compact Instant Tent†artefact for Timewarp not matching its description and intended design.This artefact no longer grants agile in addition to it granting manaflow. Fixed an issue that caused some story related steam achievements to not be properly unlocked.Loading a character that has already unlocked the related in-game awards should retroactively unlock the affected Steam achievements. Fixed an issue that caused the game to be stuck in an infinite loading screen when trying to load a severely outdated character save file.Fixed an issue with most artefact descriptions in the collection not using localized texts, displaying them as English in any language.Fixed an issue with descriptions of Rootling variants in the collection being mixed up.Fixed a typo in the German title of the mana recovery upgrades.  Known IssuesLocal Co-Op runs are saved and loaded in single-player instead of being able to be continued in local Co-Op.We are working on a solution that will allow you to choose and continue a saved local Co-Op run with a partner when loading it.A local Co-Op session saved in the Castle or Hub will also save your friend’s spell loadout and load it if you continue to play in local Co-Op. Local Co-Op requires two controllers to be enabled and doesn’t support mouse & keyboard.We are working on a solution that will allow you to enable local Co-Op regardless of connected input devices.This solution will also allow you to assign any connected input devices to be used by any player while local Co-Op is enabled, including mouse & keyboard.

  2. Skigameco
    Skigameco
    2 года назад


    Torrent uploaded, latest version Build 12660625

${this.linkText || this.linkUrl}`); this.linkModal = false; this.linkUrl = ''; this.linkText = ''; this.editor.focus(); this.sync(); }, openYtModal() { this.ytUrl = ''; this.ytModal = true; }, insertYoutube() { if (!this.ytUrl.trim()) { this.ytModal = false; return; } const match = this.ytUrl.match(/(?:youtube\.com\/(?:watch\?v=|embed\/|shorts\/)|youtu\.be\/)([a-zA-Z0-9_-]{11})/); if (!match) return; document.execCommand('insertHTML', false, `[youtube:${match[1]}]`); this.ytModal = false; this.ytUrl = ''; this.editor.focus(); this.sync(); }, insertCode() { const range = window.getSelection().getRangeAt(0); const selected = range.toString(); const code = document.createElement('code'); code.textContent = selected || 'code'; range.deleteContents(); range.insertNode(code); this.sync(); } }">

Оставить комментарий

Соблюдайте правила нашего сообщества. Открыть правила сообщества

Похожие игры