News | Forum | People | FAQ | Links | Search | Register | Log in
Quakespasm Engine
This engine needs its own thread.

Feedback: I like the OS X version, but I have to start it from the terminal for it to work and can't just double-click it like a traditional OS X app. I'm sure you guys already know this, either way great engine.

http://quakespasm.sourceforge.net/
First | Previous | Next | Last
Solution 
Add CSQC support to Quakespasm. 
Newer OSX Builds Using SDL1.2 
Crosshair With Text 
Sounds reasonable to move centerprints up 4 lines if crosshair ?? 
Down 
You probably want to head down in case the text is long... 
Command-Tab, Antialiasing ? 
Guys, please, could you add the FSAA (Antialiasing) option to the OS X version ?

and also the command-Tab feature (as in Quake3) to switch app, without having to quit Quakespasm. 
 
Hmmm - some messages shown with SCR_DrawNotifyString are just too big to mess with positionally. But simple cases such as E1 entryway (SCR_DrawCenterString) have been moved up one line for the crosshair

@Barnak Where is the relevant command-Tab code ? Maybe i'll go look for it.

OS X FSAA has been talked about somewhere else. Maybe SDL2 with OS X makes a simple implementation possible. 
Anti-Aliasing 
Mark V has anti-aliasing (cvar = vid_multisample, set to 2, 4 or 8) --- if you are staring at edges you can tell the difference. But who is doing that during regular game play?

I'm not arguing for or against such a feature, just saying I haven't seen anyone even comment on the availability of the feature and I forgot it myself. 
Native Resolution 
Since quake doesn't use much resources, I play it in the native resolution of my monitor, and aliasing is not such a big problem. I'm sure it looks better with, but aliasing in quake hasn't really bothered me since winquake at 320x200. 
 
Anyone know how to make the engine look like this? shown here 
R_lightmap 1 
 
It's An Unknown Command For Me. 
 
Me Being Idiotic Again 
I had it figured out. 
You Can Bind It 
There are a lot of commands useful for testing maps that you can bind to a key in your autoexec.cfg file.

Examples:

bind "m" "r_lightmap"
bind "f" "r_fullbright"
bind "g" "notarget"
bind "c" "noclip"

When you don't add a value, then it will toggle. Hit the key once and it turns it on, hit it again and it's off. Quick and easy. 
 
some of those you need to add the word "toggle" in there (the ones that are cvars and not commands) 
You're Right Of Course 
I thought that was correct because copied those right out of my autoexec file. I just now thought to check and for some reason I also had the correct commands in my config.cfg, which is why it was working.

bind "m" "toggle r_lightmap"
bind "f" "toggle r_fullbright"

Not sure why I had them mixed up like that, probably from experimenting when I was first trying to get it to work. 
Good Idea... 
 
Continuous Builds 
I set up a Jenkins server that automatically creates win32 builds from Quakespasm SVN:
http://quakespasm.ericwa.com/job/quakespasm/

Assuming this works, it should be the best way to help test QS development. Jenkins should automatically do a new build whenever someone commits a change in SVN (within an hour). There's even an RSS feed that should notify you when a new build is available.

The current build there, r935, has things like bsp2, non-power-of-two textures, part of mh's dynamic light speedup, shifting messages when the crosshair is present, new default keybindings in quakespasm.pak (WASD, mousewheel weapon switching, mouselook on).

Note that I have some patches which haven't been accepted into quakespasm SVN; for example, SDL2 support, improved audio resampler, some loading and rendering speedups. These aren't in the above build, but I'm planning to set up another project in Jenkins to build with these not-yet-accepted patches so you can test them too, if you're interested.

Also, making this produce OS X builds is on my todo list. 
This Is Kewl.. 
Thanks for your efforts eric, AND all you other guys! 
2 Thumbs Up 
looking forward to the sdl2 stuff, since the secret sdl2 haxx0r build I was given is the only one that runs on my mac. Everything "just works" on my windows box ;) 
Tinkering With The Sound Resampling Again 
if anyone's bored, i'd love help testing this build! http://quakespasm.ericwa.com/job/quakespasm-ericwa/lastSuccessfulBuild/artifact/quakespasm-recf89c033cb2aa771388a92e76be36062d1df81f.zip

does it sound good?

leave "-sndspeed" at the default of 11025; it will actually output at 44100 but it does the filtering to 11025 internally. Mostly I'm interested in whether I have the filter set up right - is sound too soft/muffled, or just right? It is a bit less harsh sounding that windows' resampler, but I can tweak it.

the point of this is, if you use music, it will be mixed in at full quality (44100) :) 
 
I tried it on Win7. Seems like it's working to me:

I compared the test build to v0.85.9, either using "-sndspeed 44100" or not, loading directly into DM4 to hear the Quake theme music.

The test build's music was the same quality as the sndspeed 44100 music for 0.85.9, regardless of whether I specified sndspeed for the test build.

sndspeed did affect other sound effects on the test build. 
 
If there are nuances of the test build's sound I'll probably miss them, but I'll keep using it for a while to see if anything else occurs to me. :-) 
 
Actually (sorry to post-spam) I am noticing something. I turned the music off to check the in-game sounds more carefully for a bit.

I immediately noticed something when doing a sequence of: pick up LG ammo, pick up LG, pick up armor, lava-dive and discharge.

The initial sound attack, some of the high frequencies, and even the hiss noise at the end of some of the sounds is noticeably more muted in the test build compared to 0.85.9. I also checked the original GLQuake and yeah, 0.85.9 is more like the original.

I guess I'm kind of imprinted on the original sounds to the point that even missing the noise hiss is a little odd. 
 
Windows has a fixed output rate anyway, the engine should always match that to avoid any undesired resampling.
iirc its generally set to 48khz by default in vista+, while xp will avoid resampling if there's only one source (read: audio buffer), without saying what rate it'll resample to.

plus there's lots of ac98 chips out there that support only 48khz, so windows resampling is handy. 
Thanks Johnny 
That helps, and matches what I hear too. I'll try tweaking the filter to match the 0.58.9/Windows sound more closely and post another build here.

I understand having the sounds imprinted a certain way, so I do want to be very careful about changing this.

Hope the general idea is good. For me, never having owned quake on CD, it was a revelation to hear the full-quality music and -sndspeed 11025 sounds together. :-) 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.