Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blog/2026-01-01-transition-570-at-59x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ tags:

1. **Утилита TXT2GAM** — конвертирует игру в формат текстового файла и обратно.

- Скачать можно с [официального сайта](https://qsp.org/index.php?option=com_content&task=view&id=52&Itemid=56) или [со страницы релизов](https://github.com/QSPFoundation/txt2gam/releases) на GitHub.
- Скачать можно <!--с [официального сайта](https://qsp.org/index.php?option=com_content&task=view&id=52&Itemid=56) или--> [со страницы релизов](https://github.com/QSPFoundation/txt2gam/releases) на GitHub.
- Если не знаете, как пользоваться утилитой, прочитайте [краткое руководство](https://wiki.qsp.org/help:txt2gam).

2. **Анализатор QSP-кода** — быстро сканирует игру в формате текстового файла и предоставляет список возможных ошибок, имена переменных, локаций, действий, предметов и прочее.

- Скачать можно по ссылке из [темы на форуме](https://qsp.org/index.php?option=com_agora&task=topic&id=365&Itemid=57), посвящённой Анализатору.
- Скачать можно по ссылке из [темы на форуме](https://qsp.org/forum/281), посвящённой Анализатору.
- Или из архива на меге ["QSP/Программы"](https://mega.nz/folder/jXwXlSRJ#TF7P-soOJOWIC8MrBA-L1A). ← Смотрите папку "QSP-Analyser". Для первого раза лучше выбрать последнюю версию без модификаций.
- Краткая информация доступна [на форуме](https://qsp.org/index.php?option=com_agora&task=topic&id=365&Itemid=57) и в [архиве статей](https://aleksversus.github.io/howdo_faq/docs/informarch/general/code_analyser).
- Краткая информация доступна [на форуме](https://qsp.org/forum/281) и в [архиве статей](https://aleksversus.github.io/howdo_faq/docs/informarch/general/code_analyser).

3. Для просмотра игры в формате текстовых файлов подойдёт любой текстовый редактор. Рекомендуем Sublime Text или VS Code — они поддерживают подсветку синтаксиса QSP.

Expand Down
2 changes: 1 addition & 1 deletion docs/all-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ flowchart TD

Теперь игрок может:

* Скачать игру с [каталога на QSP](https://qsp.org/index.php?option=com_sobi2&Itemid=55) и воспроизвести ее в плеерах
* Скачать игру с [каталога на QSP](https://qsp.org/games) и воспроизвести ее в плеерах
* Запустить игру с [QSpider](https://dev.qsp.org/qspider)

Там можно либо:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Later, the game developer publishes game resources to:

Now the player can:

* Download the game from the [QSP catalog](https://qsp.org/index.php?option=com_sobi2&Itemid=55) and play it in players
* Download the game from the [QSP catalog](https://qsp.org/games) and play it in players
* Launch the game with [QSpider](https://dev.qsp.org/qspider)

There you can either:
Expand Down
Loading