mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
update anims + adjust swingbar mouse movement
This commit is contained in:
parent
982c1d25d3
commit
364574a64d
18 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# ENGLISH
|
||||
|
||||
# Animations Installer Source Code
|
||||
## Animations Installer Source Code
|
||||
|
||||
Here you can find source code of the animations installer.\
|
||||
I don't know why you will ever need that but we put it here so you can be sure we don't supply malware with our fork.
|
||||
|
@ -13,9 +13,10 @@ Please refer to this [README](../beatrun/README.md).
|
|||
|
||||
* [YuRaNnNzZZ](https://github.com/YuRaNnNzZZ) - Creator of this installer.
|
||||
|
||||
<!-- markdownlint-disable-next-line -->
|
||||
# RUSSIAN
|
||||
|
||||
# Исходный код установщика анимаций
|
||||
## Исходный код установщика анимаций
|
||||
|
||||
Здесь находятся исходники нашего установщика анимаций.\
|
||||
Я не знаю зачем это вам, но мы оставили их здесь чтобы вы могли убедиться что мы не распространяем вирусы в нашем форке.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
# ENGLISH
|
||||
|
||||
# Animations Installer
|
||||
## Animations Installer
|
||||
|
||||
You can use **BeatrunAnimInstaller** (located literally here) to change animations. Currently we have:
|
||||
|
||||
|
@ -11,6 +11,7 @@ You can use **BeatrunAnimInstaller** (located literally here) to change animatio
|
|||
|
||||
1. Start the executable.
|
||||
2. Press a key on your keyboard with the number of the animation you want to install.
|
||||
|
||||
> [!NOTE]
|
||||
> If nothing is changed, close the game and/or try run the program with admin priveleges.
|
||||
|
||||
|
@ -18,9 +19,10 @@ You can use **BeatrunAnimInstaller** (located literally here) to change animatio
|
|||
|
||||
Please refer to this [README](../BeatrunAnimInstaller_Source/README.md).
|
||||
|
||||
<!-- markdownlint-disable-next-line -->
|
||||
# RUSSIAN
|
||||
|
||||
# Установщик анимаций
|
||||
## Установщик анимаций
|
||||
|
||||
Используйте **BeatrunAnimInstaller** (который расположен прямо тут) чтобы менять анимации. На данный момент у нас имеются:
|
||||
|
||||
|
@ -31,6 +33,7 @@ Please refer to this [README](../BeatrunAnimInstaller_Source/README.md).
|
|||
|
||||
1. Запустите исполняемый файл.
|
||||
2. Нажмите цифру желаемых анимаций на клавиатуре.
|
||||
|
||||
> [!NOTE]
|
||||
> Если ничего не изменилось, закройте игру и/или запустите файл от имени администратора.
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -780,11 +780,11 @@ fbfunctions = {
|
|||
vaultontohigh = function(ply) return true end,
|
||||
swing = function(ply)
|
||||
CamIgnoreAng = false
|
||||
BodyLimitY = 180
|
||||
BodyLimitY = 45
|
||||
end,
|
||||
swingstraight = function(ply)
|
||||
CamIgnoreAng = false
|
||||
BodyLimitY = 180
|
||||
BodyLimitY = 45
|
||||
|
||||
BodyAnim:SetPoseParameter("swing", (ply:GetSBOffset() / 45 - 1) * 100)
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue