mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
revert map selection settings
This commit is contained in:
parent
ea9a3e93dd
commit
69fed5ca2c
3 changed files with 0 additions and 90 deletions
|
@ -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).
|
* 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.\
|
* 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.
|
**All** of the Beatrun settings can be changed in the configuration menu.
|
||||||
* Settings on the map selection screen.
|
|
||||||
* Localization support.\
|
* Localization support.\
|
||||||
For now Russian and English are supported.
|
For now Russian and English are supported.
|
||||||
* Added the ability to get off of ladders.
|
* Added the ability to get off of ladders.
|
||||||
|
|
|
@ -48,7 +48,6 @@ iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)
|
||||||
* Реализован "правильный" Kick Glitch прямо как в [оригинальной ME](https://www.youtube.com/watch?v=zK5y3NBUStc).
|
* Реализован "правильный" Kick Glitch прямо как в [оригинальной ME](https://www.youtube.com/watch?v=zK5y3NBUStc).
|
||||||
* Добавлено меню настроек в игре - его можно найти в списке инструментов, в категории *Beatrun*.\
|
* Добавлено меню настроек в игре - его можно найти в списке инструментов, в категории *Beatrun*.\
|
||||||
Вам доступны **все** настройки Beatrun из данного меню.
|
Вам доступны **все** настройки Beatrun из данного меню.
|
||||||
* Меню настроек при выборе карты.
|
|
||||||
* Поддержка локализации.\
|
* Поддержка локализации.\
|
||||||
На данный момент доступны Русский и Английский языки.
|
На данный момент доступны Русский и Английский языки.
|
||||||
* Добавлена возможность слезания с лестниц.
|
* Добавлена возможность слезания с лестниц.
|
||||||
|
|
|
@ -5,92 +5,4 @@
|
||||||
"maps" "^br_"
|
"maps" "^br_"
|
||||||
"category" "other"
|
"category" "other"
|
||||||
"menusystem" "1"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue