gmod addon creation tool written in C# and working better than the official tool.
Go to file
Icedream 2ab88b8a24 Fixed to the point where addon extraction works without issues.
- Don't dispose import stream after importing.
- Added debug lines
- Fixed metadata not getting imported and therefore getting information out of sync
- Added some generic debug assertions for official-gmad-generated addons, will be removed later
- Fixed whitelist regex generation code - missing brackets
- Fixed SegmentedAddonFileInfo.GetContents caused by file seek for long filesize compatibility.
2014-10-22 19:07:03 +02:00
src/addoncreator Fixed to the point where addon extraction works without issues. 2014-10-22 19:07:03 +02:00
.gitignore Initial commit 2014-10-22 15:46:03 +02:00
GarrysMod.AddonCreator.sln Moving files into src subfolder. 2014-10-22 15:50:16 +02:00
LICENSE Initial commit 2014-10-22 15:46:03 +02:00
README.md Initial commit 2014-10-22 15:46:03 +02:00

README.md

gmadsharp

gmod addon creation tool written in C# and working better than the official tool.