Questions tagged [quake2]
The quake2 tag has no summary.
4 questions
0
votes
1
answer
60
views
How do I calculate the ideal pitch for striking a target with a projectile in a 3D game with increased Z (vertical) velocity?
Some background: The game I'm trying to implement this code in is Quake 2. Based on posts here and elsewhere, I found and implemented the necessary ballistics code, and it works... usually. For some ...
1
vote
0
answers
279
views
Does anyone know any 'no-interface' game engines? [closed]
What I'm looking for:
I've been searching for a while now for any no-interface game engines (What I mean by that Is something like the Source Engine where other than than the level editor It's nothing ...
1
vote
0
answers
62
views
Map not loading after building Quake 2 from source
I'm a big fan of the game Quake 2. Recently I've decided to spend some of my free time for digging into the Quake 2 source code. ...
0
votes
1
answer
291
views
Which version of Quake 2 source code do I need to compile to work with version 3.20 map packs?
I'm a big fan of Quake 2 game. Recently I've decided to spend some of my free time for digging into the Quake 2 src code. There ...