Wolf Demos
Moderators: RTCW Admins, Super Moderators, vB3 - Administrators
75 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Originally posted by ***arjay***
they need to be zipped because they are big and it normally reduces their size and the forums might not support the .dm_60 file type! but they do support .zip
All of my demos are in .dm_60 file type. I go to play them just like you said and the console says "couldn't open demos/demo0004.dm_60" How do I put them back in .zip file type?
(sorry for being so stupid)
- ***arjay***
-
- Posts: 258
- Joined: Thu May 15, 2003 3:04 pm
- Location: Southampton, UK (england)
Originally posted by Nofx
I disagree, I dont see a wallhack. At upper base...he saw an axis go down the backstairs, timing would indicate that he would be somewhere in the basement. When people run, they make noise...you can hear them come around corners, when there isnt a bunch of chaos everywhere.
And he also didn't use the engineer to boost. He never touched the engineer, its a trick jump to get over breach. I can't do it, but ask Maynard, I hear he can on occasion.
lol sounds like my post from the wallhack thread!
http://forums.powervs.com/showthread.php?postid=109960#post109960
Originally posted by gowhitesox99
damn i have to try headphones... i was thinking when he was downstairs he was using ahack cuz you couldnt even see the guy but then he backs up and waits for him.
Thanks for the heads up NoFx
Arjay i watched your video, so do you use the w and d like it said in the other thread?
i use uparrow as forwards downarrow as back. laft and right arrows as strafe! and jump is delete:freak: yes delete as jump! no i am not a freak! hehe! all my bottons are around there! end is +salute! shift for sprint ctrl crouch keypad 0 reload! everything is so fast that way! except my ping!:lol:
aka )6SG(***arjay*** aka =BRB=ArjayDoll aka -TT-ArjayDoll aka Scarface
-TT-Forums - X-Labs MapDB - YAWn! ME
-TT-Forums - X-Labs MapDB - YAWn! ME
- ***arjay***
-
- Posts: 258
- Joined: Thu May 15, 2003 3:04 pm
- Location: Southampton, UK (england)
Originally posted by Sabres914
All of my demos are in .dm_60 file type. I go to play them just like you said and the console says "couldn't open demos/demo0004.dm_60" How do I put them back in .zip file type?
(sorry for being so stupid)
first check that your demo is in the folder:
return to castle wolfenstein\main\demos
this is where you need to put demos to play them!
not in:
return to castel wolfenstein\shrub\demos
this is where demos recorded on a shrub server will be placed!
(e.g 24/7 beach)
now to play the demo (once it is in the right folder!) open wolf multiplayer, and get the console down (to get console down press button below ESC key) now type in the console exactly:
\demo demo0004
NOTE: there is not .dm_60 extension, also change the end part for different named demos e.g:
\demo demo0045
\demo demo0123
\demo banana
\demo godmodemofo
ZIPPING FILES FOR UPLOAD (not to do with playing or recording demos):
to put a file in a zip archive you will need winzip or a program like winzip:
select the files you want in the zip file, right click add to zip, then ok! you should have a zip file in the folder where the original files where!
to open the zip files double click the zip archieve and press agree the next, no, next, unzip now, close (these zip explainations are only for winzip but may be relivant to other zip programs!)
aka )6SG(***arjay*** aka =BRB=ArjayDoll aka -TT-ArjayDoll aka Scarface
-TT-Forums - X-Labs MapDB - YAWn! ME
-TT-Forums - X-Labs MapDB - YAWn! ME
***Arjay***, I did exactly as you said and it still does this.
I type the stuff in the console, then I press enter and it pauses for 2 secs then an error message comes up that reads: "couldn't open demos/demo0004.dm_60"
Then I am right back on the multiplayer main menu with no demo playing.
Are one of my settings messed up or something?
I type the stuff in the console, then I press enter and it pauses for 2 secs then an error message comes up that reads: "couldn't open demos/demo0004.dm_60"
Then I am right back on the multiplayer main menu with no demo playing.
Are one of my settings messed up or something?
I just watched every demo in this whole thread. They are all awesome!
My favorite was {NNC}X-Treme's objective run, that was perfect. I gotta try it sometime. When I have the obj., I fake out axis by going long halfway up backstairs, then I go short. The axis team yells "Long!" and everyone defends long and then you have a free run short (but sometimes there is one guy on the short path.)

My favorite was {NNC}X-Treme's objective run, that was perfect. I gotta try it sometime. When I have the obj., I fake out axis by going long halfway up backstairs, then I go short. The axis team yells "Long!" and everyone defends long and then you have a free run short (but sometimes there is one guy on the short path.)

- Destructor
-
- Posts: 1357
- Joined: Tue Sep 02, 2003 12:30 pm
- Location: B'ham AL
check out this eager guy, allies had just stolen the docs, and he finally caught up to them.......poor poor pete, uh i mean Jordlesus.


If you can't dazzle them with brilliance, baffle them with bullshit.
- ***arjay***
-
- Posts: 258
- Joined: Thu May 15, 2003 3:04 pm
- Location: Southampton, UK (england)
here are like almost all the demos i have!
http://aa.domaindlx.com/arjay/thedemos.zip
or
http://arjay.dynu.com/thedemos.zip
!please use the first link if it is working! the second is a backup!
http://aa.domaindlx.com/arjay/thedemos.zip
or
http://arjay.dynu.com/thedemos.zip
!please use the first link if it is working! the second is a backup!
aka )6SG(***arjay*** aka =BRB=ArjayDoll aka -TT-ArjayDoll aka Scarface
-TT-Forums - X-Labs MapDB - YAWn! ME
-TT-Forums - X-Labs MapDB - YAWn! ME
- gowhitesox99
-
- Posts: 4207
- Joined: Sat Nov 29, 2003 10:23 am
- Location: Owning a 9 second import is like coming out of the closet. At first you surprise everyone, but in th
This script will let you start and stop demo recording from one key
Up to 8 demos can be recorded in one session using this script
Place this file in [gamedir]/main
Replace bind x with whatever key you want
Add the line exec demorecord.cfg to your autoexec file
//BOF
// Record Demos
// Start and Stop a group of demos
set toggle1 "g_syncronousClients 1; vstr nextdemo; g_syncronousClients 0; set nexttoggle vstr toggle2"
set toggle2 "stoprecord; set nexttoggle vstr toggle1; echo Stop Recording ..."
set nexttoggle "vstr toggle1"
bind F9 "vstr nexttoggle" //toggles demo recording on and off
//vstr nextdemo
set demo1 "record gamedemo1; set nextdemo vstr demo2; echo Recording Demo 1"
set demo2 "record gamedemo2; set nextdemo vstr demo3; echo Recording Demo 2"
set demo3 "record gamedemo3; set nextdemo vstr demo4; echo Recording Demo 3"
set demo4 "record gamedemo4; set nextdemo vstr demo5; echo Recording Demo 4"
set demo5 "record gamedemo5; set nextdemo vstr demo6; echo Recording Demo 5"
set demo6 "record gamedemo6; set nextdemo vstr demo7; echo Recording Demo 6"
set demo7 "record gamedemo7; set nextdemo vstr demo8; echo Recording Demo 7"
set demo8 "record gamedemo8; set nextdemo vstr demo9; echo Recording Demo 8 - last demo"
set demo9 "echo no more demos"
set nextdemo "vstr demo1"
//EOF
Up to 8 demos can be recorded in one session using this script
Place this file in [gamedir]/main
Replace bind x with whatever key you want
Add the line exec demorecord.cfg to your autoexec file
//BOF
// Record Demos
// Start and Stop a group of demos
set toggle1 "g_syncronousClients 1; vstr nextdemo; g_syncronousClients 0; set nexttoggle vstr toggle2"
set toggle2 "stoprecord; set nexttoggle vstr toggle1; echo Stop Recording ..."
set nexttoggle "vstr toggle1"
bind F9 "vstr nexttoggle" //toggles demo recording on and off
//vstr nextdemo
set demo1 "record gamedemo1; set nextdemo vstr demo2; echo Recording Demo 1"
set demo2 "record gamedemo2; set nextdemo vstr demo3; echo Recording Demo 2"
set demo3 "record gamedemo3; set nextdemo vstr demo4; echo Recording Demo 3"
set demo4 "record gamedemo4; set nextdemo vstr demo5; echo Recording Demo 4"
set demo5 "record gamedemo5; set nextdemo vstr demo6; echo Recording Demo 5"
set demo6 "record gamedemo6; set nextdemo vstr demo7; echo Recording Demo 6"
set demo7 "record gamedemo7; set nextdemo vstr demo8; echo Recording Demo 7"
set demo8 "record gamedemo8; set nextdemo vstr demo9; echo Recording Demo 8 - last demo"
set demo9 "echo no more demos"
set nextdemo "vstr demo1"
//EOF
I'm an old man with an old computer and I am still kicking your ass.
- ***arjay***
-
- Posts: 258
- Joined: Thu May 15, 2003 3:04 pm
- Location: Southampton, UK (england)
thought i would revive this thread! savageparrot is making a -tt-clan video and i have been messing around too:
http://parrot.thegork.com/arjay.wmv
this is just a test movie for now but i will be making a full movie soon in better quality! if anyone wants to send me their demos my email is:
arjaywheeler@hotmail.com
they can be trickjump/frag/funny dont mind! anyone who plays ecgn is welcome!:P
http://parrot.thegork.com/arjay.wmv
this is just a test movie for now but i will be making a full movie soon in better quality! if anyone wants to send me their demos my email is:
arjaywheeler@hotmail.com
they can be trickjump/frag/funny dont mind! anyone who plays ecgn is welcome!:P
aka )6SG(***arjay*** aka =BRB=ArjayDoll aka -TT-ArjayDoll aka Scarface
-TT-Forums - X-Labs MapDB - YAWn! ME
-TT-Forums - X-Labs MapDB - YAWn! ME
- S.Shooter
- RTCW Admin
-
- Posts: 670
- Joined: Fri Jul 01, 2005 11:06 am
- Location: Eskilstuna, Sweden
Wow, nice owning Arjay.
Keep it up!
Keep it up!
| I5 4670k @ 4.1Ghz | Corsair H50 | MSI Z87-G45 Gaming | 16GB RAM | EVGA GTX 680 SLi | Fractal Design Newton 800w platinum |
| 250GB ssd + 4TB | 3x BenQ XL2420T + 3D Vision gen 2| Win7 x64 | Logitech mx518 | Sennheiser HD 598 |
| 250GB ssd + 4TB | 3x BenQ XL2420T + 3D Vision gen 2| Win7 x64 | Logitech mx518 | Sennheiser HD 598 |
75 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Return to Return To Castle Wolfenstein
Who is online
Users browsing this forum: Bing [Bot] and 10 guests