I’ve spend a couple hours looking around the net for the q3map2 x64 source code. I’ve found the binaries in a couple places, but I I’m looking for the source code. Anyone know where it can be found?
Q3map2 x64 source code
Mustang
(Mustang)
#2
Here is the source code: https://github.com/TTimo/GtkRadiant/tree/master/tools/quake3/q3map2
AFAIK you can just compile it as x64.
Captaintoottoot
(Captaintoottoot)
#3
I can’t just compile it as a 64 bit project, that’s been the problem I’ve been stuck with more than a week now. I get a bunch of errors where a bunch of the code is now unrecognized, making me think that that project needs to point to a different set of libraries, like 64 bit libraries or something. But I have no idea what it needs.
After setting up the 64 bit compile option, now it doesn’t recognize things like ‘g_slist_remove’ or ‘g_dir_close’. Basic functions. So I was wishing somebody had a solution already setup for 64 bit map compiles, because I’m feeling stuck now.