Skip to content

Commit

Permalink
Add Russian README
Browse files Browse the repository at this point in the history
  • Loading branch information
VityaSchel committed Jan 10, 2024
1 parent 3c4edf2 commit 60718dd
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,30 @@

Unofficial At Dead of Night game cheats.

[🇷🇺 Читать на русском языке](./README_ru.md)

- [At Dead of Night cheats](#at-dead-of-night-cheats)
- [Install](#install)
- [Radar](#radar)
- [Features](#features)
- [Radar](#radar)

## Install

1. Download the latest release from [Releases](https://github.com/AtDeadOfNight/cheats/releases)
2. Copy `cheats` to `package.nw` directory in At Dead of Night game's files
3. Add `<script type="text/javascript" charset="utf-8" src="cheats/connector.js"></script>` before `</html>` to `package.nw/index.html` file in At Dead of Night game's files
2. Unpack `release.zip` to `package.nw` directory in At Dead of Night game's files. You should now have `cheats` directory near other files such as `index.html` and `package.json`
3. Add `<script type="text/javascript" charset="utf-8" src="cheats/connector.js"></script>` line before `</html>` to `package.nw/index.html` file in At Dead of Night game's files
4. Open At Dead of Night, all cheats must apear now
- If you ever want to **disable all cheats**, simply remove `cheats` directory from `package.nw` directory
- If you want to **disable some cheats**, simply navigate to `cheats/connector.js` file, go to the end of the file and find functions invokatings like `initRadar()` and others. Prepend every line with cheat you do not want to appear in the game with `//`. For example, if you leave `// initRadar()` in connector.js, Radar will not appear in the game after next launch.
- If you want to **disable some cheats**, simply navigate to `cheats/connector.js` file, go to the end of the file and find functions invocations like `initRadar()` and others. Prepend every line with cheat you do not want to appear in the game with `//`. For example, if you leave `// initRadar()` in connector.js, Radar will not appear in the game after next launch.

## Features

### Radar

<img width="1452" alt="image" src="https://github.com/AtDeadOfNight/cheats/assets/59040542/2b732440-cf95-458b-bd5a-61c7e6401738">

## Radar
Minimap that helps you keep track your's and Jimmy's position on current floor.

Minimap that renders in corner of your screen and help you keep track of your and Jimmy's position on current floor.
Controls:
Press `-` key to make it smaller or hide
Press `+` key to make it appear or bigger
31 changes: 31 additions & 0 deletions README_ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Читы для At Dead of Night

Неофициальные читы для At Dead of Night.

[Read in English language](./README.md)

- [Читы для At Dead of Night](#читы-для-at-dead-of-night)
- [Установка](#установка)
- [Фичи](#фичи)
- [Радар](#радар)

## Установка

1. Скачайте последний релиз из [Releases](https://github.com/AtDeadOfNight/cheats/releases)
2. Распакуйте `release.zip` в директорию `package.nw` в файлах At Dead of Night. Теперь у вас должна быть папка cheats рядом с другими файлами, такими как `index.html` и `package.json`
3. Добавьте строку `<script type="text/javascript" charset="utf-8" src="cheats/connector.js"></script>` перед `</html>` в файл `package.nw/index.html` в файлах игры At Dead of Night
4. Откройте At Dead of Night, теперь все читы должны появиться
- Если вы захотите **отключить все читы**, просто удалите папку `cheats` из директории `package.nw`
- Если вы захотите **отключить некоторые читы**, просто откройте файл `cheats/connector.js`, перейдите в конец файла и найдите вызовы функций наподобие этой: `initRadar()` и другие. Добавьте в начало каждой строки, в которой есть нежелаемый чит `//`. Например, если у вас будет `// initRadar()` в connector.js, Радар не появится в игре после следующего запуска.

## Фичи

### Радар

<img width="1452" alt="image" src="https://github.com/AtDeadOfNight/cheats/assets/59040542/2b732440-cf95-458b-bd5a-61c7e6401738">

Мини-карта, которая позволяет вам видеть ваше местоположение и местоположение Джимми, а также строение этажа.

Управление:
Нажмите клавишу `-` чтобы сделать мини-карту меньше или скрыть её
Нажмите клавишу `+` чтобы показать мини-карту или сделать карту больше

0 comments on commit 60718dd

Please sign in to comment.