This is an aplication intended for helping modders create jsons for their weapons. (jsons control hand positions)
in the downloads page there will be two different versions, "wasd_arrows", and "arrows_only", Both versions allow you to simply click and drag the hand sprites, but should you want to use keys the Wasd_arrows version allows you to control hand1 with WASD, and hand2 with the arrow keys should you need it, the arrows only version allows you to only move the hand with the arrow keys, but there is a toggle to switch what hand you are controlling. (toggle will only show up if "is two Handed" is true.
Offsets X and Y are there if you have offsets built into your gun and want to change the position of the hand, 1 in the input field is one pixel.
on generating a json a green check mark will show up this will tell you whether or not the json has been generated, on moving the hand the check mark is no longer visible, to show the generated json is no longer up to date.
Please note that not all weapon sprites will fit within the editor, so you may have to do it the ol' fashioned way should it not fit. (though 99% will fit)
sauce: https://github.com/An3s079/Gun-Animation-Editor
GAE_WASD_Arrows.zip
No description.
03-25-2021, 12:38 AM By An3s079
GAE_Arrows_only.zip
No description.
03-25-2021, 12:38 AM By An3s079
v1.3 added checkmark to show whether or not a json has been generated for tab, fixed bug where hands would generate a pixel off, cleaned code (thats right, this code is *cleaner* than it used to be)
v1.2.2 fixed bug where jsons that break the game can be generated( Y E T A G A I N).
v1.2.1 fixed bug where jsons that break the game can be generated(again), fixed bug where sometimes presses wouldnt register
v1.2 cleaned ui and added custom offsets
v1.1 added ability to click and drag hands.
v1.0 Released
Comments