Open JamDoggie opened 2 months ago
@JamDoggie Hello!
CS:GO has improved version of MDL which is not supported by MDL2OBJ utility i suppose. That's why you have no models in your imported map.
I currently working on native MDL import for GodotVMF which will support CS:GO models as well (i hope).
Great to hear! In the meantime, I wonder if there are any tools for downgrading mdl files as a workaround.
Great to hear! In the meantime, I wonder if there are any tools for downgrading mdl files as a workaround.
Hi! I'm not sure if there is a ready tool that allows you to downgrade MDL files to Source 2013. Most likely Crowbar can handle this task, but you will have to decompile and then compile the required models. https://github.com/ZeqMacaw/Crowbar/releases
Maybe I'll get to write such a tool, but unfortunately not anytime soon
As far as I can tell, CS:GO models do not import at all.
Steps to reproduce:
Expected results: GodotVMF should import all level geometry and prop models.
Actual results: Map imports with no models but does import level geometry.