mirror of
https://github.com/JonnyBro/beatrun-anims.git
synced 2024-12-26 12:03:02 +05:00
clean up readmes a bit
This commit is contained in:
parent
88722046c6
commit
436cd73583
4 changed files with 9 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
# Ignore Blender files
|
||||
*.blend*
|
||||
|
||||
# CMD
|
||||
*.bat
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Original Beatrun's animations source files
|
||||
Here you can find original Beatrun's animations source files (along with other minor fixes and slight improvements). Also they are merged version of `climbanim` and `mirroranim` files to be compatible with my fork.
|
||||
|
||||
Here you can find original Beatrun's animations source files (along with other minor fixes and slight improvements). Also they are merged version of `climbanim` and `mirroranim` files to be compatible with my fork.
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# Beatrun Animations
|
||||
|
||||
Extracted and reworked animations from Beatrun's source code.
|
||||
|
||||
## Blender Project File
|
||||
|
||||
Because Blender file is too big for Github, you can download it from Google Drive [here](https://drive.google.com/file/d/1DS_BUlo8XvivBzm3JYZqmdJeb0E10iCk/view?usp=sharing).
|
||||
|
||||
## How to edit
|
||||
|
||||
> [!IMPORTANT]
|
||||
> You need to know how to use Blender and it's animation thing!\
|
||||
> You also need to install [Blender Source Tools](http://steamreview.org/BlenderSourceTools/)!
|
||||
|
@ -15,4 +18,5 @@ Because Blender file is too big for Github, you can download it from Google Driv
|
|||
* Copy `models` folder from `compiled 0.XX` to `beatrun\gamemodes\beatrun\content\models` and select Replace.
|
||||
|
||||
### Recommended Crowbar settings
|
||||
|
||||
![image](https://github.com/JonnyBro/beatrun-anims/assets/48434875/d3baa677-eb7f-403a-ad9d-bef6527785d3)
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
Here you can find the source model files for Runnerhands. It consists of older versions of animations for beatrun, that are not visible in game, but still used to determine the timing in certain actions such as deploying, holstering and sidestepping, etc. here, i've significantly increased the fps of deploying, and holstering animation in the qc file, for an efficient use with simple holster addon.
|
||||
|
||||
|
||||
you can just edit the qc file by changing the animation fps as you wish and modify as you like for your personal use.
|
||||
|
|
Loading…
Reference in a new issue