Working with the Quake 3 Engine..
Anyone compiled the source for the Quake 3 engine source yet? Was wondering whether or not if its hard to compile and what your left with.. whether you can just start playing the game or if you've gotta set it up to load a map and what not? Was kinda hoping to just have it all run, I can enter my little map I would be making and it would just go.
Cheers :)
Re: Working with the Quake 3 Engine..
If its anything like the the others (like the Half-Life 1 Source, etc), then you just need to have it in the Quake 3 directory, and it will be ready to go. I've never actually worked with the Quake 3 engine before, but I was told its similar (aswell as the Quake 2 engine) in structure, so I assume I'm correct :)
chem
Re: Working with the Quake 3 Engine..
The Q3 engine source cose has been replease?!?!?!?!
Re: Working with the Quake 3 Engine..
I've had someone tell me it was (or they'd seen it). They told me it was similar to the Quake 2 engine in alot of ways.
chem
Re: Working with the Quake 3 Engine..
ftp://ftp.idsoftware.com/idstuff/sou...32b-source.zip
Compiled it at uni, all went well, but running it causes it to crash with a memory error about a missing PK3 (to be expected). So I'm not quite sure where to go from here.. I guess I can copy some of the PK3's from Quake 3 Arena and use that to load a map.
I think I'm compiling it into .Net as well... need to figure out how to compile it as a normal exe (they provide a .sln file that will compile it all for you..)
Re: Working with the Quake 3 Engine..
Whats the point of using .net's C++ compiler if you are going to make a normal EXE with it? Unless its the only compiler you have got it's a waste of time because you'd be removing all the managed .Net bits anyway.
Re: Working with the Quake 3 Engine..
Quote:
Originally Posted by wossname
Whats the point of using .net's C++ compiler if you are going to make a normal EXE with it? Unless its the only compiler you have got it's a waste of time because you'd be removing all the managed .Net bits anyway.
As far as I'm aware, its all Visual C++ 6 code, but they provide solution files to compile it on Visual Studio 7, and we don't have Visual Studio 6 at uni. Not that it matters anyway, since this is purely to see if I can get it to work, rather than compiling for speed.
Re: Working with the Quake 3 Engine..
The solution file should handle all the settings to compile it natively instead of managed, it should jsut be a case of loading the SLN and hitting F5 :D
*Hows that for a kiss of death, sorry*
Re: Working with the Quake 3 Engine..
Quote:
Originally Posted by wossname
The solution file should handle all the settings to compile it natively instead of managed, it should jsut be a case of loading the SLN and hitting F5 :D
*Hows that for a kiss of death, sorry*
Might be what its doing then, dunno didn't look to be perfectly honest. :)
It was very sloppy. :\
Re: Working with the Quake 3 Engine..
That was the case for an earlier version of the Quake engine wasn't it? They were missing files..
chem