#1526 posted by Gunter on 2016/11/19 01:23:17
Correct, and agreed.
#1527 posted by Baker on 2016/11/19 02:39:22
Cool bug, Gunter! You've caught something that would almost never surface.
Explicitly requires a multiplayer scenario and that reading the code, everything looks great.
#1528 posted by Baker on 2016/11/19 02:40:25
This bug could have gone uncaught for 100 years.
#1529 posted by Mugwump on 2016/11/19 03:05:03
Would be awesome if people still played Quake in 2116!
@baker - Gamedirs
#1530 posted by Spike on 2016/11/19 03:48:28
What are your thoughts on this? Do you think I should change it?
My thoughts are that anything that requires setting console variables will suck. Anything that requires the user to be aware of filesystems will similarly be crap.
Make it a menu (like fte's menu_downloads [but more polished] or whatever). Then the filesystem becomes irrelevant and much easier to install high-res stuff (and also get rid of it again without breaking stuff).
Also, configs do kinda need to be part of your replacement content, if only so that you can enable/disable nearest filtering (and other equivelent settings that vary from one engine to the next).
#1531 posted by Gunter on 2016/11/19 03:49:05
Well, I AM an insane code hacker. I live outside the box and push things to their limit -- which is also why I find so many bugs!
There's all kinds of crazy stuff in FvF. More people need to play FvF. The reason I do weird stuff with the intermission camera is so players can DANCE during intermission! Heh. I got that idea from Unreal, where the winner of the match would be shown during the intermission, and he could do taunts like the pelvic thrust. So I added that to FvF (we can vote into Deathmatch mode, though you can dance in Quest mode too). I gave the player 10 different dance moves to perform! Come and try it, people.
Yes, I'm self-promoting! We usually have "Sunday-night FvF" as the pre-planned time to gather and play each week.
http://fvfonline.com
connect fvf.servequake.com
;)
#1532 posted by Baker on 2016/11/19 04:15:56
@spike - I like my Quake simple which is why I like FitzQuake.
I don't even like menus, my engine has 1 more preferences menu than I like (because I would prefer zero).
I just like it to be simple.
I think users that are that serious that they need something like that -- need to be using an FTE or DarkPlaces.
#1533 posted by Baker on 2016/11/19 04:20:48
@gunter -- I was pursing a false lead, but I obsess about little behavioral differences like that. I'm going to overcome that and slap a "to be continued" on it since it's a Friday night.
Quexpo 2116
#1534 posted by Qmaster on 2016/11/19 04:23:57
Celebrating 110 years of Quake.
Exhibits:
Latest Engine updates to Mark LVI
Arcane Dimensions 3, so big we had to upgrade Mark LVI and QSS 101.5 to support bsp4 and protocol 77777.
QmasterIII's celebrating the release of his great grandfather's mod released in 2016 by adding aupport for AD2!
@johnny -- Yeah I Fixed That Now ;-)
#1535 posted by Baker on 2016/11/19 04:34:20
#1536 posted by Gunter on 2016/11/19 04:44:37
We don't make typos.
Just syntax errors....
2116 - 1996 = 110?
#1537 posted by Mugwump on 2016/11/19 05:08:18
Never Was Good With Subtraction
#1538 posted by Qmaster on 2016/11/19 13:07:56
#1539 posted by Gunter on 2016/11/19 16:07:30
Hm, so vid_vsync simply does not work at all in the GL version (or Win version)?
In DX, changing the value gives a warning about it taking effect after mode change, and upon mode change (changing the resolution) the FPS will be clamped to 60 no matter what I have host_maxfps set at. And then everything looks smooth.
But in GL there is no warning and no change in FPS....
Can vsync not be made to work in GL (or Win)?
Also, since it requires a "mode change" it might be better to stick the vsync setting in the resolution menu so that it can be "applied" like any other mode change, but even without having to actually change resolution.....
Also, wasn't there a "mouse smoothing" thing in Quake at some point? I know there used to be the -dinput command line option.... My mouse movement does not seem very smooth. Er, well, I am using a touchpad on this netbook, heh, but still.. it is pretty un-smooth.
Let me plug in a usb mouse....
Oh! That's MUCH smoother with an actual mouse!
So I guess my question is: Is there any way to smooth the motion of my netbook's touchpad? heh. Shut up! I know I'm the only person on Earth who plays Quake with a netbook touchpad!
I have "mouse acceleration" disabled already. I hate that.
Vsync
#1540 posted by mh on 2016/11/19 18:11:42
Vsync in Direct3D is part of the specification. In Direct3D 8 or 9 you select it by setting PRESENT_INTERVAL_ONE (vsync on) or PRESENT_INTERVAL_IMMEDIATE (vsync off) when you create your Direct3D device. To change it you setup new present parameters with the appropriate options then Reset the device: the moral equivalent of a mode change. Direct3D 10+ is nicer: it's just a parameter on the Present call (equivalent of SwapBuffers for GL). To change it you just use a different value; no Reset or mode change needed.
Vsync is not part of the OpenGL specification because the OpenGL specification leaves that up to the OS (sometimes one wonders if the OpenGL spec authors take tips from Sir Humphrey Appleby). Typically on Windows it's implemented by the WGL_EXT_swap_control extension, although it's entirely possible for a vendor to define their own extension for it. Because it's an EXT extension, drivers aren't obliged to support it.
So if your OpenGL driver doesn't have an extension for vsync you don't get to have vsync in OpenGL - even if vsync works in Direct3D on the same hardware and OS.
In cases such as that you might find a setting for vsync in your driver's control panel.
#1541 posted by Gunter on 2016/11/19 19:10:55
Hm, no vsync options in my limited OpenGL control panel.
I guess I will stick with the DX version, after all that hassle getting the GL one to work, hah.
Oh well, the mirrors look cool, but they actually cause a pretty big FPS decrease for me anyway.
#1542 posted by Baker on 2016/11/19 19:37:05
@gunter --- Like MH said ...It's your Open GL drivers. Your log says "Swap Support" found. So Mark V tries to use it. Apparently when it tries to use it, nothing happens.
#1543 posted by Gunter on 2016/11/19 19:42:08
On the other hand... it seems I'm still getting the intermittent crash on level change with DX....
Dr. Watson says the crash was caused by "access violation."
I guess I'll run with -developer and wait for it to happen again to see if the qconsole log has any information....
#1544 posted by Baker on 2016/11/19 19:54:39
Gunter ... do cl_autodemo 1
If you ever have that happen again, upload the autodemo (the most recent demo living in your id1 folder or whatever gamedir you are using).
Mark V cl_autodemo only keeps 3 autodemos at any time so it isn't a burden or resource consumer.
#1545 posted by Gunter on 2016/11/19 21:59:44
Got it.
And m_filter was probably the mouse smoothing thing I Was thinking of.... However, in Mark V:
]help m_filter
Console variable: (TODO: UNUSED -- remove)
Doh.
Also, I tested on the older WinXP laptop, and vsync did indeed work in GL Mark V. I guess my netbook just doesn't handle the GL vsync techniques correctly.
+zoom_key -- I think you are setting the sensitivity too low when this is used. 1/10th standard sensitivity seems better (10%). Looks like you're using 6.25%
There's an issue with the Winquake version if you run in a window with the vertical resolution set the same as your screen height. Like if I run in an 800 x 600 window on my 1024 x 600 netbook. The HUD is chopped off at the bottom of the screen.
#1546 posted by Baker on 2016/11/19 22:28:31
1) +zoom_key ... Make your own or edit it to your liking and put in autoexec.cfg as follows ...
type "aliases" in the console and then "copy" to copy the console contents to the clipboard.
Put your edited version in autoexec.cfg.
2) Then don't use 800x600 windowed mode ;-) Not engine's responsibility to save the user from his own choices.
do ... vid_fullscreen 0; vid_width 800; vid_height 540; vid_restart
or something
Error Loading Game
#1547 posted by zbikey on 2016/11/19 22:32:21
Hello again.
I have the following problem in the newest version playing standard Quake. I save the game at the beginning of levels. When i try to load it the game crashes with the message "R_Renderview: called without enough stack". Curiously, if I start a new game and then load the save, it loads properly.
Btw
#1548 posted by zbikey on 2016/11/19 22:33:06
I'm using the software renderer.
@zbikey
#1549 posted by Baker on 2016/11/19 22:48:51
I'm trying to reproduce this. I'm not getting the problem.
Are you using a command line or the Quake Injector or anything that would be adding command line parameters?
Nothing
#1550 posted by zbikey on 2016/11/19 23:02:53
Nope, a clean installation with the original files from the gog version. Just deleted config.cfg and autoexec.bat and the problem persists. I get the same crash in the openGL version but a different message "R_Renderview: NULL worldmodel".
|