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.
Minor Quibble
#1735 posted by Kinn on 2015/11/28 21:40:49
regarding the quakespasm website with all its "Being", "Manifestation" etc. faffery.
What's wrong exactly with the tried-and-tested "About", "Download" etc. type headings?
I'm trying to get some colleagues onboard the Quake train (by way of Quakespasm), and it's something that has been raised more than once in a not-too-enthusiastic way.
Fifth
#1736 posted by ericw on 2015/11/28 22:08:30
I'm with you on the guns; on a widescreen monitor with the full statusbar showing, the SSG barely pokes out about the top of the sbar.
If you lower "statusbar alpha" to the minimum value in the settings screen, it pushes the gun up.
re: music, the "external music" switch in the settings menu seems to only take effect when you restart the level - it should stay off from that point on, but maybe there is a bug there? I usually just lower the music volume slider to 0 if I don't want it.
contrast adjustment is a good suggestion too. Raising the contrast in MarkV does brighten the image without washing it out.
Ericw
I just tried what you suggested to make the gun look bigger but you're trading off the status bar for very little gain. QS basically only displays half the gun model, it looks atrociously bad IMO.
I have the external music switched off in addition to the volume being zero and it still plays the music (at full volume no less!!).
For Visual Reference -
http://www.quaketastic.com/files/screen_shots/enginedrawdifference.jpg
I believe Mark_V didn't always display properly and was only recently fixed when the option was added for a "winquake" mode... basically the top of the statusbar is considered the bottom of the screen. the behaviour in Mark_V is that as soon as you add alpha to the statusbar the weapon is drawn from the bottom of the screen again (I guess there's no easy fix for this).
#1735
#1739 posted by killpixel on 2015/11/29 03:03:13
I think it's cool, just a bit of flavor. I have difficulty imagining this being an impediment of any significance to anyone.
Kinn
#1740 posted by Spirit on 2015/11/29 16:09:31
Here here! And now imagine not being a native speaker and wondering even more what those complicated words might mean.
|