This is a modified version of crowbar which was converted from VB(Visual Basic) to C#. (only Decompilation Module)
For those who doesnt know what Crowbar is, read here > https://steamcommunity.com/groups/CrowbarTool
0.3
- Removed some unused functions and vb related comments
- Corrected the bug where windows's backslash was being included to smd files
0.2
- Removed Some unused files
- Refactored
FileManager.cs
due to Path and SMD files problems - Added "-v" for verbose/debugging printing
- Changed some
if (true)
tocheck for verbose command
(Generate the Log Files)
- CLI application
- Cross-Platform
I did this, because there's a blender plugin called io_vmf which needs crowbar to decompile MDL files. And it doesnt work in linux because there's no Crowbar to linux (altought you can use with wine) but it gets stuck when importing map in blender.
commands between []
are optional arguments
-
Linux ./crowbar "input/path.mdl" "output/path/" [-v]
-
Windows crowbar.exe "input/path.mdl" "output/path/" [-v]
simples as that :D (and yeah the release works for all OSes)
.Net Core 3.1
Zeq's Crowbar - https://github.com/ZeqMacaw/Crowbar
Lasa's VMF import for blender - https://github.com/lasa01/io_import_vmf