Back.
- 9/24/2019
- Updated the parser a bit, should work with longer codes
- 10/26/2018
- Fixed trapper barrels
- Fixed bug where no barrels would shoot
- 10/23/2018
- Changed tool to use JSON rather than manualy decoding, meaning that old code still works
- Color tags are no longer required
- 10/17/2018
- Added spray/spread
- Added bullet range/lifetime
- Added Gun Recoil
- 10/15/2018
- 10/14/2018
- Reworked how drone spawners are converted, to keep the shape more consistant
- Added functions to remove extra decimals from numbers due to weird math with floating point arithmetic (e.x: 0.1 + 0.2 = 0.30000000000000004 in js)
- 10/13/2018
- Added custom reload and delay
- 10/12/2018
- Removed spread from guns, will be added later
- 10/11/2018
- Tool now doesnt make barrels that shouldnt fire, fire
- FIRST SUCESSFUL CONVERSION
- WOOT
- 10/10/2018
- Tool now handles trapper barrels
- Tool now scales X and Y offset
- 1.0 RELEASE!
- 10/9/2018
- Added Changelog
- Better support for drone type barrels
- Modified how delay works, plans to improve system in future