Ahh
#1710 posted by ericw on 2015/10/31 00:15:21
no worries! Yeah, the alpha 0.666 thing is real and I will have a shot at fixing it sometime.
Your theory sounds right.. with stock glquake using linear filtering, you can see the "index 255 beige" fringes on the main menu text. They probably foresaw that and made index 255 a fairly neutral color.
Fitzquake has a cool trick for eliminating those fringes: for any index 255 pixels which have opaque neighbours, it gives them an alpha of 0, but changes the RGB values to an average of the opaque neighbours's colours (iirc).
#1711 posted by metlslime on 2015/10/31 01:36:53
hmm, i doubt that they picked the transparent color in the palette based on glquake's bilinear filtering, since the game shipped before glquake was started. (Unless they actually attempted a hardware accelerated version before the original game actually shipped? That would be news to me.)
#1712 posted by Lunaran on 2015/10/31 06:39:42
^ Yeah, that's what I figured, but my angry head rant was "christ, it's like they picked an alpha color based on the average of all the others or something. ... wait a minute."
#1713 posted by mankrip on 2015/10/31 10:17:44
Quake's alpha color is just a random color, and there's a duplicate of it in the default palette (which annoys me, because several custom textures used the index 255 instead of the index of the duplicate, and this gives problems with alphamasked texture support).
There were no 3D hardware accelerators when Quake was released. It was created with only the software renderer in mind, which is why it loses some of its charm when rendered through hardware.
Carmack coded GLQuake in a weekend, and he certainly would've done a lot better if he had the opportunity before.
The first Id Software game made with hardware acceleration in mind is Quake 2.
Mankrip
#1714 posted by adib on 2015/11/01 02:09:06
I never saw those Retroquad screenshots before. They are amazing. You managed to push that water towards modern standards without losing Quake original charm. Way to go, man. Quake water needed this love.
Retroquad
#1715 posted by oGkspAz on 2015/11/01 07:27:22
Besides those screenshots however I can't seem to find more info about it.
OGkspAz
#1716 posted by mankrip on 2015/11/01 23:36:22
(Sorry in advance for hijacking Quakespasm's thread.)
The only place with a good description of Retroquad is my Patreon page:
patreon.com/mankrip
The engine is not released yet, there's a lot of work to do. I'm currently doing some major rewrites in the network protocol.
Start A New Thread
#1717 posted by adib on 2015/11/03 16:23:00
when you're ready.
Surround Sound?
#1718 posted by PFL on 2015/11/05 17:35:37
Hey. Is there a way to enable 5.1 surround sound in QS?
No, Stereo Only Unfortunately
#1719 posted by ericw on 2015/11/05 20:00:32
I think DarkPlaces has surround sound support.
Any Plans For It?
#1720 posted by PFL on 2015/11/05 20:35:30
It does. So does FTE (though for some reason it doesn't seem to remember my settings).
I only recently got into QS and I really like it. It would be nice to have some more audio options though.
Slightly off topic but QS also seems to have some issues with music playback too. The original game and the official expansions seem to work fine but Abyss of Pandemonium, among others, seem to skip during playback or even not play tracks at all. Messages like "CD Track 07 Not Found..." even though they're in the folder.
I'm using Windows 7 Pro (64 bit). Perhaps that's the root of the problem? :)
Hmm
#1721 posted by ericw on 2015/11/05 21:39:54
Music skipping is not good, never experienced that myself. Win7 64 should be a fully supported OS. I'd suggest re-downloading the latest version from: http://quakespasm.sourceforge.net/download.htm and make sure to overwrite any existing DLL's in your quake folder. It's annoying that the DLL's from different engines conflict with each other.
I'd also test both of the SDL versions (quakespasm.exe uses SDL1.2, quakespasm-sdl2.exe is SDL2).
For the Abyss of Pandemonium music issue, I'm not sure, but if the id1 and mission pack music works, then I suspect something wrong with your AOP music files. What format are they in? There's extra info about the QS music system here, not sure if it could be helpful: http://quakespasm.sourceforge.net/music.htm
I'm not sure how likely surround support is right now; I don't have a 5.1 system myself to test it with, and it is something that's tedious / messy to implement. Maybe at some point, not sure. :-(
#1722 posted by anonymous user on 2015/11/06 11:01:23
I do have QS in its own folder. I'll try a fresh install and I'll try it on another machine too and let you know how I get on.
With regards to the Abyss of Pandemonium music. I've got both the ISO audio disc (I use Daemon Tools) and the OGG files as found on Quaddicted (as far as I know they're correctly named track02.ogg et cetera). Obviously I've only used them one at a time! :)
I have a similar issue with the Travail soundtrack too.
The most perplexing one is when QS reports not finding the CD track when playing random SP maps. To me, they're quite obviously there and working as they all play fine during the original Quake maps...
Shame About 5.1...
#1723 posted by anonymous user on 2015/11/06 11:03:06
That's a shame about there being no surround sound support. For me, audio is a huge part of the Quake experience.
I do understand though that such things aren't a priority (or maybe not even that interesting!) for you. Still, I'll keep my fingers crossed for the future. :)
A Small Feature Request
#1724 posted by PFL on 2015/11/07 13:51:06
Sorry to be the typical noob posting lots of stuff but I have a small request if that's okay.
I wonder if it would be possible to add a CVAR to centre the message text? At the moment all text (including Showscores) is centred except those in shown in the top left (pickups et cetera). I know it's a trivial aesthetic thing and I know that it wasn't part of the original Quake but I just think it's a 'small thing' to tweak that would make the text aesthetic more consistent.
Hope that makes sense and hope that it doesn't bug you. :)
Are You Saying
#1725 posted by Kinn on 2015/11/07 14:13:59
You want ammo pickup text to appear in the centre of the view?
Pretty Much. :)
#1726 posted by PFL on 2015/11/07 17:25:46
Perhaps I wasn't as clear as I could've been. It would be nice if it could appear in the top centre rather than the top left.
ZDoom offers a similar option in the HUD menu. I just think it looks a lot nicer.
Scores are shown in the bottom centre.
Context messages are shown in the centre.
Pickups et cetera shown in the top middle.
:)
That Would Break Console Behavior
#1727 posted by mankrip on 2015/11/09 22:42:15
Quake text is on the top left because it's part of the console. When the console scrolls up, the recent messages stays at the top while the background scrolls up completely.
Changing that would make recent console messages move from the left to the center when the console scrolls up, and that would be weird.
Anyway, that's a matter of preference.
#1728 posted by metlslime on 2015/11/10 00:02:40
could fix in in QuakeC with centerprints maybe
#1729 posted by Spike on 2015/11/10 09:18:51
con_centernotify in fte and I believe dp.
also applies to kills, of course. and chat.
probably the best thing is to just remove pickup messages completely. they're basically just spam anyway.
flash an icon somewhere if you want, but expecting the user to read stuff in the heat of battle is folly.
#1730 posted by Text_Fish on 2015/11/10 09:31:20
the only time I ever use pickup text is to see whether I've picked up a 15 or 25 health, just so I know for my next run if I die. Of course, the obvious fix would be to make the health box graphics display this more obviously.
Con_centernotify?
#1731 posted by PFL on 2015/11/11 22:02:38
I've tried it out in FTE and it's great. The in-game text is top-centre while in the console it remains left justified.
Is that something that could be added to QS? You'd make an old man happy! :P
Fog Bug
#1732 posted by ericw on 2015/11/26 20:14:50
There was a bug with fog in the SDL1.2 build (quakespasm.exe) - when changing video modes, the fog formula was getting reset to the OpenGL default (GL_EXP) when it should be GL_EXP2.
Quick fix is to just use quakespasm-sdl2.exe. (SDL2 preserves the OpenGL context when changing video modes, which works around the bug, but it's fixed properly now anyway.)
Suggestions
- Allow for bigger weapon models, or at least winquake style weapon placement. The weapon model on winquake, and in the latest version of mark_v, allows the top of the status bar to be the 'bottom' of the screen, allowing you to see more of the weapon. Guns look silly in QS.
- Despite choosing to have music turned to 'off' most of the time Quakespasm INSISTS on playing the music regardless of setting. It's infuriating!!
- contrast and brightness as separate controls? I dunno if this is possible, it would be nice to have this level of control. I find QS to be a little washed out.
#1734 posted by THERAILMCCOY on 2015/11/28 21:26:21
Yeh, I second the need for a contrast cvar to avoid washed out visuals, I always miss it if I'm using Quakespasm rather than another engine.
|