Dylancyclone / VMF2OBJ

Convert source-engine VMF files into OBJ files with materials (including brushes, displacements, entities, and models)
MIT License
109 stars 6 forks source link

Wont open #21

Closed pontusedberg closed 2 years ago

pontusedberg commented 2 years ago

Heya, i might be just stupid, but how do i actually run this java extension? Double clicking on it does nothing, do i need some kind of program to run it other than java? lots of love

GrayCatTheMemeMachine commented 2 years ago

You need to run it on a command line (cmd, Or Windows PowerShell), This doesn't really have much of an interface. At around 2:30 on this video, (Along with a complete explanation at 2:00). You can see him using the command line. Notice how he opens it with right-click and clicks (Open With Windows PowerShell). He also explains and shows the general locations you might need, Along with the commands.

If you don't know much about the Mapping Files/VPK files for Source Games In general, (Or how to use it in Blender)There are lots of other places to learn. I'm willing to give some info from my own experience if ya want, Not the best all things considered tho.

Dylancyclone commented 2 years ago

@GrayCatTheMemeMachine is right! (thank you!)

I have also been working on a GUI as well, and have just put up a pre-release version that has it while I hammer out a couple more things: https://github.com/Dylancyclone/VMF2OBJ/releases/tag/2.0.0-rc.1

If you'd like to try it out, you can download it and double click on it to bring up a friendlier interface, or you could run

java -jar ./vmf2obj-2.0.0-rc.1.jar --help

in your terminal to bring up the original command-line interface.

Let me know if that helps, or if you have any other questions/issues!