mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53: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
|
# ENGLISH
|
||||||
|
|
||||||
# Animations Installer Source Code
|
## Animations Installer Source Code
|
||||||
|
|
||||||
Here you can find source code of the animations installer.\
|
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.
|
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.
|
* [YuRaNnNzZZ](https://github.com/YuRaNnNzZZ) - Creator of this installer.
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-next-line -->
|
||||||
# RUSSIAN
|
# 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
|
# ENGLISH
|
||||||
|
|
||||||
# Animations Installer
|
## Animations Installer
|
||||||
|
|
||||||
You can use **BeatrunAnimInstaller** (located literally here) to change animations. Currently we have:
|
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.
|
1. Start the executable.
|
||||||
2. Press a key on your keyboard with the number of the animation you want to install.
|
2. Press a key on your keyboard with the number of the animation you want to install.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If nothing is changed, close the game and/or try run the program with admin priveleges.
|
> 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).
|
Please refer to this [README](../BeatrunAnimInstaller_Source/README.md).
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-next-line -->
|
||||||
# RUSSIAN
|
# RUSSIAN
|
||||||
|
|
||||||
# Установщик анимаций
|
## Установщик анимаций
|
||||||
|
|
||||||
Используйте **BeatrunAnimInstaller** (который расположен прямо тут) чтобы менять анимации. На данный момент у нас имеются:
|
Используйте **BeatrunAnimInstaller** (который расположен прямо тут) чтобы менять анимации. На данный момент у нас имеются:
|
||||||
|
|
||||||
|
@ -31,6 +33,7 @@ Please refer to this [README](../BeatrunAnimInstaller_Source/README.md).
|
||||||
|
|
||||||
1. Запустите исполняемый файл.
|
1. Запустите исполняемый файл.
|
||||||
2. Нажмите цифру желаемых анимаций на клавиатуре.
|
2. Нажмите цифру желаемых анимаций на клавиатуре.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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,
|
vaultontohigh = function(ply) return true end,
|
||||||
swing = function(ply)
|
swing = function(ply)
|
||||||
CamIgnoreAng = false
|
CamIgnoreAng = false
|
||||||
BodyLimitY = 180
|
BodyLimitY = 45
|
||||||
end,
|
end,
|
||||||
swingstraight = function(ply)
|
swingstraight = function(ply)
|
||||||
CamIgnoreAng = false
|
CamIgnoreAng = false
|
||||||
BodyLimitY = 180
|
BodyLimitY = 45
|
||||||
|
|
||||||
BodyAnim:SetPoseParameter("swing", (ply:GetSBOffset() / 45 - 1) * 100)
|
BodyAnim:SetPoseParameter("swing", (ply:GetSBOffset() / 45 - 1) * 100)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue