This Is Great News
#1 posted by
mfx on 2018/06/19 01:25:29
No more texmex/wally.
No more bsp2wad.exe.
Begone!
Thx!
/go map DS!
Howdy!
Thanks for the shout @dumptruck_ds!
@mfx
My tools are still in development, but are very usable. I'm open to feedback on my existing tools and possibly new ones that would make your workflow better.
Blender Tools Ftw
#3 posted by
Qmaster on 2018/06/19 04:05:07
I'll have to check this out. Would be lots easier to avoid wally for paks. It's buggy.
#4 posted by
metlslime on 2018/06/19 07:20:51
hmm that reminds me, i made command line tools for .lmp and .spr a long time ago, maybe should upload them.
YouTube Overview
Hey folks. I made a quick YouTube video overview of the tools. Hopefully it is helpful for folks new to working with command line tools.
https://youtu.be/zJ0RX62VYaA
@1
#6 posted by
Spud on 2018/06/19 08:29:46
Y'know Texmex can open .bsp files directly and then save all the included textures as their own .wad, right? No need for bsp2wad in that scenario anyway.
@Spud
Yup, he knows.
I used Wally all weekend. It's wonderful and buggy. But this bsp2wad is drag and drop. Way faster than Wally.
Now you have options.
@6
#8 posted by
mfx on 2018/06/19 10:31:22
These Programs wont run on some newer os.
Bsp2wad does still.
Git Repo And Tracker
If you have suggestions for these tools or find any issues you can find the Git page here:
I think Joshua is working on this as I type this. :) Nice to see tools in development!
https://github.com/joshuaskelly/game-tools/issues
Excellent!
I‘ll put links to these tools in TB‘s manual and github as I get asked about such functionality often.
Thanks
#13 posted by
Poorchop on 2018/06/29 08:22:41
Josh, thanks a lot for the tools. I noticed a problem with the pak tool. The pak file generated doesn't seem to be recognized by the source port. I searched for another pak tool and found one that worked so there must a bug. I can open an issue on Github if needed.
Great News!
#15 posted by Dennis on 2018/07/12 14:10:25
Well done Joshua. It comes in handy. Enough of swapping a dozen different tools.
Thank You!
Very Nice
#16 posted by anonymous user on 2018/07/19 12:21:53
Works great, Thanks!!
The tutorial video helps a lot.
Huh...
#17 posted by
Mugwump on 2018/12/05 16:08:20
A simple command line tool isn't a valid Win32 program? GG!
/s
#19 posted by
Mugwump on 2018/12/06 00:43:07
Sorry about the salty tone but that wasn't specified on the itch.io page.
Which python version? I have 2.7 and 3.4 already installed.
#20 posted by
khreathor on 2018/12/06 07:46:40
It doesn't need Python to be installed, exes have all libs and interpreter embedded, that's why zip is 72Mb instead of few kb...
Problem is it was built as 64bit app.
What you can do is to download Python and just run scripts:
https://github.com/joshuaskelly/game-tools/tree/master/quake/utils
...which imo is only sane solution, instead of running ~10Mb COMMAND-LINE(!) program...