From 69fed5ca2cdd10c213de11392b0d7b6a29394100 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 15 Oct 2023 22:16:27 +0500 Subject: [PATCH] revert map selection settings --- README.md | 1 - README_ru.md | 1 - beatrun/gamemodes/beatrun/beatrun.txt | 88 --------------------------- 3 files changed, 90 deletions(-) diff --git a/README.md b/README.md index 1bcdb5a..3e2e4cf 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Please refer to this [README](beatrun/README.md). * Implemented "Proper" Kick Glitch just like in [original ME](https://www.youtube.com/watch?v=zK5y3NBUStc). * Added an in-game config menu - you can find it in the tool menu, in the *Beatrun* Category.\ **All** of the Beatrun settings can be changed in the configuration menu. -* Settings on the map selection screen. * Localization support.\ For now Russian and English are supported. * Added the ability to get off of ladders. diff --git a/README_ru.md b/README_ru.md index 8804406..4b55e55 100644 --- a/README_ru.md +++ b/README_ru.md @@ -48,7 +48,6 @@ iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing) * Реализован "правильный" Kick Glitch прямо как в [оригинальной ME](https://www.youtube.com/watch?v=zK5y3NBUStc). * Добавлено меню настроек в игре - его можно найти в списке инструментов, в категории *Beatrun*.\ Вам доступны **все** настройки Beatrun из данного меню. -* Меню настроек при выборе карты. * Поддержка локализации.\ На данный момент доступны Русский и Английский языки. * Добавлена возможность слезания с лестниц. diff --git a/beatrun/gamemodes/beatrun/beatrun.txt b/beatrun/gamemodes/beatrun/beatrun.txt index a8ecbad..db2e9b9 100644 --- a/beatrun/gamemodes/beatrun/beatrun.txt +++ b/beatrun/gamemodes/beatrun/beatrun.txt @@ -5,92 +5,4 @@ "maps" "^br_" "category" "other" "menusystem" "1" - - "settings" - { - 1 - { - "name" "Beatrun_PuristMode" - "text" "beatrun.toolsmenu.gameplay.puristmode" - "help" "#beatrun.toolsmenu.gameplay.puristmodedesc" - "type" "CheckBox" - "default" "1" - "singleplayer" "1" - } - - 2 - { - "name" "Beatrun_QuickturnGround" - "text" "beatrun.toolsmenu.gameplay.quickturnground" - "help" "#beatrun.toolsmenu.gameplay.quickturngrounddesc" - "type" "CheckBox" - "default" "0" - "singleplayer" "1" - } - - 3 - { - "name" "Beatrun_QuickturnHandsOnly" - "text" "beatrun.toolsmenu.gameplay.quickturnhandsonly" - "help" "#beatrun.toolsmenu.gameplay.quickturnhandsonlydesc" - "type" "CheckBox" - "default" "1" - "singleplayer" "1" - } - - 4 - { - "name" "Beatrun_DisableGrapple" - "text" "beatrun.toolsmenu.gameplay.disablegrapple" - "help" "#beatrun.toolsmenu.gameplay.disablegrappledesc" - "type" "CheckBox" - "default" "0" - "singleplayer" "1" - } - - 5 - { - "name" "Beatrun_AllowPropSpawn" - "text" "beatrun.toolsmenu.misc.propspawn" - "help" "#beatrun.toolsmenu.misc.propspawndesc" - "type" "CheckBox" - "default" "0" - } - - 6 - { - "name" "Beatrun_AllowOverdriveInMultiplayer" - "text" "beatrun.toolsmenu.misc.overdrivemp" - "help" "#beatrun.toolsmenu.misc.overdrivempdesc" - "type" "CheckBox" - "default" "0" - } - - 7 - { - "name" "Beatrun_PuristModeForce" - "text" "beatrun.toolsmenu.moves.forcepuristmode" - "help" "#beatrun.toolsmenu.moves.forcepuristmodedesc" - "type" "CheckBox" - "default" "0" - } - - 8 - { - "name" "Beatrun_PuristWallrun" - "text" "beatrun.toolsmenu.moves.realisticwallrunning" - "help" "#beatrun.toolsmenu.moves.realisticwallrunningdesc" - "type" "CheckBox" - "default" "1" - } - - 9 - { - "name" "Beatrun_AllowOverdriveInMultiplayer" - "text" "beatrun.toolsmenu.misc.overdrivemp" - "help" "#beatrun.toolsmenu.misc.overdrivempdesc" - "type" "CheckBox" - "default" "0" - } - } } \ No newline at end of file