For Different Cvars
try cvarlist (I think)
This will give you a list of all the options to play with.
Re: Bugreportish.
#522 posted by svdijk on 2013/10/18 12:47:11
Thanks Spirit, fixed at r877.
Thanks!
#523 posted by Spirit on 2013/10/20 13:49:38
Today Quakespasm stopped recording by itself after I did the "record demoname", "reload" procedure.
]stop
Completed demo
]record m2
recording to /home/hannes/.quakespasm/quoth/m2.dem.
Quickloading...
Loading game from /home/hannes/.quakespasm/quoth/quick.sav...
Completed demo
Client SpiritQuaddict removed
Warning: 37166 marksurfaces exceeds standard limit of 32767.
FITZQUAKE 0.85 SERVER (16646 CRC)
Map Title
Using protocol 666
Exe: 19:57:59 Oct 12 2013
Haven't tried reproducing it. No idea what happened.
#524 posted by anonymous user on 2013/11/01 04:31:59
'prolly a bad condition if (!sv.active...
@Spirit
#525 posted by szo on 2013/11/01 08:07:09
A quickload is simply a game load and does a CL_Disconnect() which, in turn, stops a demo in recording which has always been that way. Had you died during game play and pressed your mouse button to respawn, that would allow your recording to continue because it doesn't disconnect from the server, which I think is the case you are confusing with.
#526 posted by Spirit on 2013/11/01 09:15:04
Ah, I see what the problem is. I forgot to "disconnect" before starting the record. In engines that do not support on the fly recording, this gives an error message. QS does support recording at any point though, so it started recording and then what you said happened.
Playback over deaths requires engine support and my capture engine does not support it so I am forced to make separate demos.
Great that QS lets you record at any time now!
No Monsters CVar?
#527 posted by Krypto on 2013/11/03 12:57:48
Hello Folks! :o
Haven't been here for a year I think? Due to real life xD
Anyway I wanted to practice some speedrunning and grenade and rocket jumps at certain places in particular but how do I get rid of these infernal monsters! I saw their was a Nomonsters variable, I set it to '1' set Skill to '1' loaded up a map and.. Zee monsters are still there! D:
#528 posted by necros on 2013/11/03 14:59:02
not in standard quake. if you have the hypnotic mission pack, you can use impulse 205 to kill all the monsters in a level.
Stolen Feature
#529 posted by Preach on 2013/11/03 15:16:08
This feature was also stolen for Quoth - if you enter genocide in the console then all spawned monsters will die.
#530 posted by ALLCAPS on 2013/11/03 15:20:40
I think quakespasm has a "sv_freezenonclients" that locks all monsters/entities in place, but they're still there in the map, and you can still collide with them. It makes it hard to move around because doors/etc. don't work with it on.
Notarget
also stops monsters from attacking (and it's easier to remember)
Necros
#532 posted by Krypto on 2013/11/03 22:14:57
Will that variable 'Impulse 205' only work in the Scourge of Armagon expansion I take it? Or can you trick Quakespasm into implementing it for native Quake?
#533 posted by necros on 2013/11/03 22:27:59
scourge (or quoth) only, sorry!
Impulses Are Handled By Quakec, Not The Engine
#534 posted by metlslime on 2013/11/03 22:55:57
Weapon Position
#535 posted by JusticeBadger on 2013/11/16 02:39:32
Any chance the weapon position can be fixed to reflect vanilla Quake? I hate how every weapon is cut off and how their position doesnt shift with y axis.
Intel HD: R_dynamic Lag
#536 posted by THK on 2013/11/17 01:28:03
I just tried QuakeSpasm on my bro's cheap notebook (dual-core Celeron with Intel HD Graphics), and there's a good framerate drop whenever dynamic lights are displayed. Strangely, it doesn't happen in generic GLQuake, everything runs fluidly there. Any suggestions, modifying certain cvars perhaps?
JusticeBadger
#537 posted by ericw on 2013/11/17 02:07:25
Do you mean the problem where in widescreen video modes, weapons are too positioned too low (you can only see the tip of the double-barrel shotgun above the HUD)?
This was a problem in most engines for a long time, but the QS devs put in a fix somewhat recently; it's fixed in 0.85.9 at least. Maybe you just need to update?
@THK
#538 posted by Baker on 2013/11/18 03:45:27
MH's dynamic light speed up would solve that.
I patched up some version of Quakespasm 0.85.x with the speed up and sent it to one of the Quakespasm devs (szo?).
One of the devs said they didn't notice a speed difference. I explained it doesn't affect all hardware.
If the hardware in question runs Windows, you can load up FitzQuake Mark V and you'll see the frame rate doesn't drop in dynamic light situations that you experience in Quakespasm.
[@ericw ... doesn't have anything to do with widescreen -- some video cards/drivers don't multithread so if an engine is both rendering some and then uploads textures and renders more --- slows it down to a crawl --- or so I understand from Spike's wisdom explaining the situation. Either way, MH's solution neutralizes the issue.]
Thin Gray Borders
#539 posted by THK on 2013/11/30 22:23:48
Yes, Fitz MkV solved the dynamic lights lag. However, there are thin (1-2 pixels wide) gray borders along the right and bottom edge of the screen in Fitz MkV, at any resolution. Any way to remove them? Graphics are Intel HD Graphics 2000. Also, is it normal that dynamic lights break through walls?
#540 posted by necros on 2013/11/30 23:23:37
Also, is it normal that dynamic lights break through walls?
Yes, shadows from dynamic lights didn't exist at the time Quake was made. If you want to fix that, you'd need to use an engine that supports real time lights like Darkplaces.
#541 posted by yhe1 on 2013/12/01 01:13:51
Try using nomtex
Heapsize
Is it possible to change the heapsize in Quakespasm?
I want to run the In The Shadows mod with it but it always crashes after a while.
#543 posted by negke on 2013/12/01 10:36:08
As with all engines, you can use the -heapsize command line argument to increase it. For example: quakespasm.exe -heapsize 128000 (by default, QS allocates 64MB).
Oh, okay. There is nothing about this in the documentation about this. (Or I'm pretty much blind...) So I wasn't sure if this works.
Thanks. :)
Quakespasm Demo Problems
Another Question:
The Readme says, Quakespasm supports recording demos after launching a server. How does that work?
I want to record a demo inside the new Nyarlathotep map.
When I try "record demo demoname" (after starting the map) the game gives me some "Couldn't spawn server" message.
Something else: Is it possible to play a recorded demo and fly around in it while watching like with noclip?
|