
SS-Midnight
Member
Posts: 399
|
Posted: Jan 13, 2008, 00:40:37
I am ashamed to say Drifter that the first time I followed your instructions above that I in fact did not. Rather I named the file 'autoexec.exe' (old DOS habit of mine....(did I just date myself? :p)) It made no difference of course as it was still only recognized as a .txt file and the result was the same.
When I went back and followed more carefully line by line and was SURE I had followed your instructions more carefully I was dumbfounded at why it not only did not work but that it shut down CS completly. The fact that I got the same results from the .exe as the .cfg is what clued me in to what was actually happening.
Did I mention I don't like Vista much? :(
|

Jbulldog25
Member
Posts: 661
|
Posted: Jan 13, 2008, 00:41:55
That never happened to me either, and I have vista.
|

SS-Midnight
Member
Posts: 399
|
Posted: Jan 13, 2008, 00:45:36
I think it is a windowz problem and goes back as far as win2k I think. I was able to figure this out fairly quick as I had dealt with the file extension issue before in a previous version of windows though I can not recall which ver at the moment.
|

BAMFLazurous
Member
Posts: 408
|
Posted: Jan 13, 2008, 03:02:42
sweettt** cause im lazy :)
|

Mongojoe02
Member
Posts: 44
|
Posted: Jan 13, 2008, 04:10:39
haha works great thanks a bunch :) many more demo's to come :)
|

BigDaddy
Member
Posts: 1
|
Posted: Feb 13, 2008, 01:20:51
I'm a newbee. And a little overwellmed. This above me at this moment. Who knows maybe someday? good piece thou.
|

thomasswaffield
Member
Posts: 4
|
Posted: Mar 17, 2008, 03:53:03
wow that was good thank you.
|

MovieStar
Member
Posts: 100
|
Posted: Mar 17, 2008, 06:21:04
|

Havok1
Member
Posts: 123
|
Posted: Mar 21, 2008, 18:36:12
Thanks I really appreciate it :)
|

little-petti
Member
Posts: 8
|
Posted: Mar 29, 2008, 16:35:34
thx that helps alot it will be better if i got admin
|

Fumanaz
Member
Posts: 162
|
Posted: Jun 5, 2008, 04:40:35
Drifter, I should have asked you before posting the script on the DA forum. Would it be ok for me to share your script file with others on the DA forum? I gave you full credit.
|

ChRoNo16
Member
Posts: 69
|
Posted: Jun 5, 2008, 14:27:36
Isnt this the same script as before? The one I got hosted off my website?
If not lemme know and I can upload this one for an alternate place to use the bandwith...
|

Drifter
Board Admin
Posts: 2948
|
Posted: Jun 5, 2008, 16:44:46
Quote from Fumanaz: Drifter, I should have asked you before posting the script on the DA forum. Would it be ok for me to share your script file with others on the DA forum? I gave you full credit.
Yes thats fine im a member on the da site ;)
Isnt this the same script as before? The one I got hosted off my website?
If not lemme know and I can upload this one for an alternate place to use the bandwith...
Yup same one :)
|

Fumanaz
Member
Posts: 162
|
Posted: Jun 5, 2008, 18:06:09
:thrasher::thrasher::thrasher::thrasher::thrasher::thrasher:
U ROCK!
|

Undisciplined
Member
Posts: 462
|
Posted: Jul 22, 2008, 10:50:41
I know it was a long time since this was posted, but it works brilliantly, thanks alot! + Rep all the way.
|

ChRoNo16
Member
Posts: 69
|
Update
Posted: Jul 23, 2008, 04:47:34
|

Drifter
Board Admin
Posts: 2948
|
Posted: Sep 11, 2008, 21:47:29
Ok massive update and i mean massive. 3 new scripts all do the same thing with variations.
1st script
Quote: //Demo script 10. Davo edition! Made by: Dr!fter
alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;"
alias "wait50" "wait10; wait10; wait10; wait10; wait10"
alias "wait100" "wait50; wait50"
//STEAM ID MUST BE CHANGED ACCORDINGLY!!!
alias "recording" "ma_psay STEAM_0:0:11295808 Recording"
alias "finished" "ma_psay STEAM_0:0:11295808 Stopped Recording"
alias "last" "ma_psay STEAM_0:0:11295808 Last demo!"
alias "restarting" "ma_psay STEAM_0:0:11295808 Starting over with demo 1!!!!"
bind f10 demo
alias demostart "demo"
alias demo demo1
alias demo1 "alias demo demo2; record demo1; wait100; status; sb_status; echo -- RECORDING DEMO1 --; recording;"
alias demo2 "alias demo demo3; stop; echo -- STOPPED DEMO1 --; finished"
alias demo3 "alias demo demo4; record demo2; wait100; status; sb_status; echo -- RECORDING DEMO2 --; recording;"
alias demo4 "alias demo demo5; stop; echo -- STOPPED DEMO2 --; finished;"
alias demo5 "alias demo demo6; record demo3; wait100; status; sb_status; echo -- RECORDING DEMO3 --; recording;"
alias demo6 "alias demo demo7; stop; echo -- STOPPED DEMO3 --; finished;"
alias demo7 "alias demo demo8; record demo4; wait100; status; sb_status; echo -- RECORDING DEMO4 --; recording;"
alias demo8 "alias demo demo9; stop; echo -- STOPPED DEMO4 --; finished;"
alias demo9 "alias demo demo10; record demo5; wait100; status; sb_status; echo -- RECORDING DEM05 --; recording;"
alias demo10 "alias demo demo11; stop; echo -- STOPPED DEMO5 --; finished;"
alias demo11 "alias demo demo12; record demo6; wait100; status; sb_status; echo -- RECORDING DEM06 --; recording;"
alias demo12 "alias demo demo13; stop; echo -- STOPPED DEMO6 --; finished;"
alias demo13 "alias demo demo14; record demo7; wait100; status; sb_status; echo -- RECORDING DEM07 --; recording;"
alias demo14 "alias demo demo15; stop; echo -- STOPPED DEMO7 --; finished;"
alias demo15 "alias demo demo16; record demo8; wait100; status; sb_status; echo -- RECORDING DEM08 --; recording;"
alias demo16 "alias demo demo17; stop; echo -- STOPPED DEMO8 --; finished;"
alias demo17 "alias demo demo18; record demo9; wait100; status; sb_status; echo -- RECORDING DEM09 --; recording;"
alias demo18 "alias demo demo19; stop; echo -- STOPPED DEMO9 --; finished;"
alias demo19 "alias demo demo20; record demo10; wait100; status; sb_status; echo -- RECORDING DEMO10(LAST!) --; last;"
alias demo20 "alias demo demo1; stop; echo -- STOPPED DEMO10(LAST!)--; restarting;"
Inspired by Skydavo ;) this will private say (if you have admin on the server) telling you its recording, and when it stops. (Look at the ss) The only thing you need to do is change my steam id to yours on the 4 lines.
Quote: //STEAM ID MUST BE CHANGED ACCORDINGLY!!!
alias "recording" "ma_psay STEAM_0:0:11295808 Recording"
alias "finished" "ma_psay STEAM_0:0:11295808 Stopped Recording"
alias "last" "ma_psay STEAM_0:0:11295808 Last demo!"
alias "restarting" "ma_psay STEAM_0:0:11295808 Starting over with demo 1!!!!" change steam id and put your own. DO NOT ADD QUOTES around the steam id.!!!
I dont know why it says it twice.. but it does.
Davo edition demo script 10
same exact thing as the first one except this records 100 demos!!! Same thing applies change the Steam id in the 4 lines like in the first demo.
Davo edition demo script100
And last one 100 demos without the psay. It looks exactly the same cause it is I just removed the aliases for the steam id. As i didnt want to edit 200 lines of code -_-
Original edition 100
Instalation. download and save in 'Steam\steamapps\<accountlogin>\counter-strike source\cstrike\cfg' overwrite and enjoy :D
Also demos are demo1, demo2. demo3 etc.. no more f9demo1 bs :D
Also WARNING: DO NOT USE THIS IN CAL MATCHS. As the aliases "may" trigger the cal acs
FOR THE ORGINAL LOOK HERE
|

matpat
Member
Posts: 14
|
Posted: Oct 13, 2008, 14:48:04
umm lol if i took a demo how would i change the name ive never done this before :)
|

Drifter
Board Admin
Posts: 2948
|
Posted: Oct 13, 2008, 14:53:43
go to where the demo is saved, should be "Steam\steamapps\<accountlogin>\counter-strike source\cstrike" right click on teh demo, and go to rename. then name it something like this 'hacker1.dem' without quotes of course and make sure to include the .dem part or else it will change the file format.
|

Fumanaz
Member
Posts: 162
|
Posted: Oct 13, 2008, 22:42:57
Shot, bet me to it. I love this demo script. It makes things real easy!
|
|
Forum Home > SpawnPoint General > Welcome Newbies > Demo script
|