Fitzquake plays those demos NO MATTER WHAT!!!

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Fitzquake plays those demos NO MATTER WHAT!!!

Re: Fitzquake plays those demos NO MATTER WHAT!!!

by Gunter » Thu Jul 17, 2014 9:29 pm

Oh... oh.... Love you Baker! :D

I gotta go check this out.
If I checked the forum more than once a week, I would have noticed this sooner, heh.

Well, that and I've been kinda busy, so I may not have lots of time to dedicate to banging on this for further bug testing.....

Re: Fitzquake plays those demos NO MATTER WHAT!!!

by gulliver-trans » Sun Jul 13, 2014 10:23 pm

That's awesome. Thank you, Baker!

Re: Fitzquake plays those demos NO MATTER WHAT!!!

by Guest » Sat Jul 12, 2014 3:39 am

Note there is an update to Mark V

Re: Fitzquake plays those demos NO MATTER WHAT!!!

by gulliver-trans » Wed Apr 16, 2014 8:17 pm

Ah haaaaaaaaa. Very nice.

Fitzquake plays those demos NO MATTER WHAT!!!

by Gunter » Wed Apr 16, 2014 2:40 pm

And that will even prevent it from connecting to a server at startup, due to the demos interrupting the connection process.

But here's a fix. Trans put me on the right path:
gulliver-trans wrote:Did you try replacing your quake.rc file? I commented out the startdemos line, and it didn't try to load demos. The connect command issued from the command line also worked. *shrug*
So you need a copy of quake.rc in your fvf folder, and you need to edit the file so that the demo playing command comes before the command line options are executed. So the file should look like this:
quale.rc wrote:
// load the base configuration
exec default.cfg

// load the last saved configuration
exec config.cfg

// run a user script file if present
exec autoexec.cfg

// start demos if not allready running a server
startdemos demo1 demo2 demo3

//
// stuff command line statements
//
stuffcmds

Now if you wanna stop the demos from playing, you just add to your command line: +stopdemo

e.g., fitzquake_V -game fvf +stopdemo

But I don't mind the demos playing when I start quake normally, so I don't add that to my standard command line.

And now with the command line arguments being executed last, that means connecting through QView will interrupt the demos playing, instead of the other way around, so the altered quake.rc solves that issue.

Top