Skip to main content

Questions tagged [quake3]

1 vote
0 answers
181 views

In reference to the snapshot and delta compression approach popularized by Quake 3, but with ECS. Understand the delta should only contain changes — makes sense. However, if a snapshot delta no longer ...
Adrian's user avatar
  • 121
1 vote
0 answers
327 views

I'm building a very small multiplayer shooter game. I'm facing a problem related to interpolation. In order to explain the problem I have to give an overview of the client-server design of my game (it'...
user115675's user avatar
0 votes
1 answer
227 views

I'm trying to recreate a Return To Castle Wolfenstein renderer using Direct3D 11, but I can't seem to be able to render the lightmaps as they should be. I have not found much information on the ...
Hermetix's user avatar
  • 507
1 vote
0 answers
204 views

I'm attempting to write a level viewer for Quake 3 levels (repo here). I've got some of the way towards it, but for every level I try to view with it I get lots of missing faces. (image from Dustbowl) ...
nonsince's user avatar
-1 votes
1 answer
1k views

I am doing a bit of research for a project about air acceleration in the quake engine. I have a question about the names of the variables and their definitions. The code that I am looking at is https:...
lyna's user avatar
  • 27
2 votes
0 answers
99 views

Basically I implemented gamma correction into a q3 based game to get rid of the annoying SetDeviceGammaRamp. On windows and macosx everything works fine, but on linux it draws garbage. It looks like ...
ouned's user avatar
  • 21
1 vote
1 answer
216 views

I'm looking for some books that discuss practical rendering topics like say rendering a bsp level or md2/3 mode, making a little quake like game as the goal or something to that effect. Any ...
Aleksandras Coldberg Ševčenko's user avatar
1 vote
1 answer
697 views

I decided to add to my game few trees, I already quake 3 model loader (md3) its for characters and method for texture drawing is store in *.ini file. I found a package of trees in MD3 and I have no ...
mlodziaszka's user avatar

15 30 50 per page