Cool
That's a really useful feature, .exe please?
Exe
#147 posted by szo on 2012/01/09 14:01:10
Tried It
Works on map change and map restart(after death) but doesn't work on loading a save.
Demorecording, Loading A Save
#149 posted by szo on 2012/01/09 15:29:40
Host_Loadgame_f() normally does a CL_Disconnect(), therefore loading a save stops the recording as very much expected.
#150 posted by Spirit on 2012/01/09 15:35:36
Same for me, "Host_EndGame: Server disconnected".
Spirit:
#151 posted by szo on 2012/01/09 15:56:18
as I said, that is the normal course of things, and also is out of the scope of the fix I applied which touches playback code and not recording code. you guys really want to record demos by loading saves while in the middle of recording?? that can be tricky, I guess. (have anyone else implemented such a thing?)
#152 posted by Spirit on 2012/01/09 16:05:35
I like doing that. Make sharing or recording playthroughs much easier if you just record and forget.
Record Demos By Loading Saves While In The Middle Of Recording
DP has it, but it uses different format\protocol
I Would Really Like That Too
#154 posted by ericw on 2012/01/09 21:14:00
i.e. demo recording continues until an explicit "stop" command
Quake 2 Style Notarget
#155 posted by ToMaHaKeR on 2012/01/18 18:02:16
Is it possible to have a Quake 2 style invisibility in QuakeSpasm? Explanation: If you enable the notarget in Quake 2 and shoot a monster, the other monsters in range don't react.
Re: Notarget
#156 posted by szo on 2012/01/18 21:44:29
notarget behavior is controlled by the progs (QuakeC), not by the engine.
Mac OS X User Map/quakespasm Issue
#157 posted by peter tron on 2012/01/29 18:54:34
Spirit has been patiently helping me out, but whenever I try to run the 'arcanum' user map from 'quaddicted', it just boots up the original Quake.
I have dragged the contents of the 'arcanum' zip into the 'drake290111' folder.
This, in turn is contained within a main folder called 'Quake', sitting on my desktop.
The 'Quakespasm' engine exec is inside this main folder as well.
As is the id1 folder.
I double click the exec and I am prompted to enter a command into the command line parameter box.
I was told to type this:
"-game drake290111+map arcstart -heapsize 128000"
Whenever enter this, it just takes me to the main quake screen. I begin play, and it is just the introduction, followed by the slipgate complex etc.
I'm trying hard to get this to work, can anyone help?
BR.
Baz.
#158 posted by necros on 2012/01/29 19:24:10
this was probably just a typo, but there should be a space between 'drake290111' and '+map'
#159 posted by necros on 2012/01/29 19:30:41
oh also, if you can load the game up and then, as soon as it's done loading, type 'condump'
there should be a condump.txt file in your /quake/ folder. check to see if there are any errors down near the bottom you might have missed, or, if worst comes to worst, maybe post the last 20-30 lines here.
#160 posted by necros on 2012/01/29 19:31:22
oops sorry, there should be a condump.txt file in your /quake/drake290111/ folder. :P
Mac OS X User Map/quakespasm Issue
#161 posted by peter tron on 2012/01/29 21:20:11
Cheers for getting back to me, necros, much appreciated!
I'm feeling exasperated!
I have made a space where you said.
I have also performed a condump, and I have some info. This is reprinted below:
execing quake.rc
execing default.cfg
execing config.cfg
execing autoexec.cfg
Unknown command "cl_itembobheight"
Unknown command "set"
Unknown command "set"
Unknown command "set"
0 demo(s) in loop
Unknown command "set"
(the above line repeats another 34 times, then)
Unknown command "1="
Unknown command "2="
Unknown command "set"
(The above line repeats another 16 times, then)
3 demo(s) in loop
]condump
What could this mean?
Baz.
Ok Yeah
#162 posted by necros on 2012/01/29 21:36:43
someone who uses the mac version will have to chime in...
the engine is receiving some commands that it doesn't recognize... that might be overloading the buffer so that it doesn't even see your -game and +map commands or something.
are you running the executable directly or some kind of batch file (whatever the mac equivalent)?
cl_itembobheight sounds like a command for another engine, definitely, as quakespasm/fitzquake don't have that.
Autoexec.cfg?
#163 posted by peter tron on 2012/01/29 22:11:39
S**t!
I think most of those unknown commands are coming from the autoexec.cfg file in my id1 folder.
set debris 1
set kickdebris 0
startdemos
set pushback 0
pushbacks // adjust force with below cvars
set pushbackshot1 60
set pushbackshot2 75
etc..
I have been running Dark places up until now, and the id1 folder was put together by someone who compiled lots of mods from the QuakeOne forum. It was called the "Epsilon Build", but it used a recent DP engine.
I'm still new to all this. I only started getting into all this mod/config/.ent file stuff about a week ago..
Peter
I'm responsible for the Mac build. I suggest you start with a clean Quake install. At least delete all .cfg files from your id1 folder (make a backup copy first) and see if it runs then.
Uhh
#165 posted by negke on 2012/01/30 11:30:56
Probably more to it, but you could have tried to just start Quakespasm normally, and then type in the console:
game drake290111
map arcstart
@ SleepwalkR
#166 posted by peter tron on 2012/01/30 12:06:23
Cheers for getting back to me, SleepwalkR,
I was running Quake initially as the Quake 106 shareware version, but upgraded to the official version later, so I do have the official PAK1.PAK.
I have made a backup of the ID1 folder, and all that is in this current I am using are the PAK0.PAk & PAK1.PAK files, no .cfg files in there.
It still just loads the original Quake.
Alright
Did you try negke's suggestion to start the game from the console? Do you still get the condump messages?
@ Negke:
#168 posted by peter tron on 2012/01/30 14:15:55
It worked!
I bypassed the command line parameters box (leaving it 'blank') and launched the Quakespasm exec, then typed game drake290111 (then pressed the enter key).
The next line in tmap arcstart -hhe console says:
"game" changed to "drake290111"
Then I typed map arcstart (then pressed enter).
So I take it you don't have to use " & - symbols?
When I try placing these symbols into the console, it rejects them.
I tried typing heapsize 128000 on a seperate line, but was told "unknown command".
I tried having it at the end of the map arcstart line (map arcstart -heapsize 128000) , and it seemed to let it past (I assume).
Have I typed this correctly? Can the heapsize command be typed on its own, or does it have to be included as part of another sentence?
For a beginner such as myself, I was getting confused with entering " & - symbols into the console, not realizing that you don't have to type them.
@ Negke:
#169 posted by peter tron on 2012/01/30 14:17:38
In the 3rd/4th sentence, it should have said "The next line in the console says:"
Heapsize
QuakeSpasm has a higher heapsize per default, so you should be fine.
|