Skip to content

Rimworld Melee Animation Mod repository.

License

Notifications You must be signed in to change notification settings

Epicguru/Melee-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60fa1c7 · Nov 5, 2024
Nov 5, 2024
Apr 14, 2024
Aug 26, 2024
Jun 19, 2023
Aug 26, 2024
Aug 17, 2024
Apr 15, 2023
Apr 12, 2024
Mar 6, 2023
Jun 19, 2023
Nov 5, 2024
Aug 26, 2024
Sep 28, 2024
Apr 26, 2024
Apr 14, 2024
Aug 22, 2024
Sep 12, 2023
Aug 17, 2024

Repository files navigation

Melee Animation Mod

A Rimworld mod that adds detailed melee combat animations, lassos, and animated melee-related skills.

You can download the latest release here or get it on Steam here.

Click here to see a non-exhaustive list of compatible mods. Other mods may be compatible. The mods listed above are just the mods that have patches made by Epicguru.

Click here to see how to create a patch yourself!

For modders and maintainers

Legal: please see the LICENSE for what you can and can not do with this mod's source code and assets.
I would appreciate being contacted if you plan to do a major fork or continuation of this mod: I can be contacted by opening an issue on this Github page, or on discord under the @epicguru handle.

How to build

Clone this repository into your Mods folder.
The recommended IDE is Rider, but Visual Studio should also work. Visual Studio Code (VS Code) will NOT work!
There is a seperate solution file and folder for each major Rimworld version, such as 1.4 and 1.5.
Simply open the solution for the current version and build the entire solution (Ctrl+Shift+B will build everything).
There is no need to link up any assembly or project references, it is all done via NuGet packages.
All the assemblies will be put into the correct folders automatically.

Creating new animations

See the Animation Creation Guide.