Demos

GrabesGrabes Join Date: 2002-07-18 Member: 966Members
<div class="IPBDescription">Exactly how do you get them to work?</div> I have a demo recording script.

In order for this to work do i just put into a text word file, change the name to demo.cfg, and then go into a game and type;

exec demo.cfg

and then run the button to make it record?

No matter what game ive tried it for, i can never seem to make .cfg files so they work, can someone tell me how to get that part taken care of?

Comments

  • The_GunslingerThe_Gunslinger Join Date: 2003-01-08 Member: 12031Members, Constellation
    Why do you need a demo recording script? Are you just trying to record demos or what? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' valign='absmiddle' alt='confused.gif'><!--endemo-->
  • GrabesGrabes Join Date: 2002-07-18 Member: 966Members
    edited January 2003
    ^^^^

    The post above is a example of the intelligence of the general human culture.

    Wether it have been a joke or not, such comments don't bring about the end i am looking for.

    Yes iam a jerk.

    Now someone with knowledge of my problem, please answer.

    Editing before someone flames me on my typing skills becuase i used the word intelligence in a deragotory manner.

    If somthing is misspelled its either becuase i don't know the correct spelling, or iam still typing fast because dinner is on the table.

    Thanks for your reply spyder monkey, if you do indeed reply.
  • Spyder_MonkeySpyder_Monkey Vampire-Ninja-Monkey Join Date: 2002-01-24 Member: 8Members, NS1 Playtester, Contributor
    No, your original question is quite ill-expressed.

    I don't know what your demo recording script is doing, so I can't answer your "question".

    I'm a bigger jerk, now do you want to rephrase your question so someone can help you instead of attacking people who are trying?
  • GrabesGrabes Join Date: 2002-07-18 Member: 966Members
    edited January 2003
    *grins*

    He wasn't trying to help.

    Another edit because i obvisously don't want to seem smug...hmmm.

    Read the bottom spyder.

    No matter what game ive tried it for, i can never seem to make .cfg files so they work, can someone tell me how to get that part taken care of?

    .cfg files, how do you make them?


    Why do you need a demo recording script? Are you just trying to record demos or what?

    This is not helping, this is a obvious question already answered. Why would one, want help with the making of a demo script, if they were not going to make a demo?
  • Spyder_MonkeySpyder_Monkey Vampire-Ninja-Monkey Join Date: 2002-01-24 Member: 8Members, NS1 Playtester, Contributor
    I argue that he was... I still don't understand what your "demo recording script" is trying to do...

    If you aren't going to be more open to the help you're asking for, this topic is headed towards a lock...
  • L3TUC3L3TUC3 Join Date: 2002-11-03 Member: 5770Members
    edited January 2003
    Well, my guess is it wont work. You see demos are stored as .dem files and not .cfg (thats a config file).

    When you wish to make a demo go in-game, bring up console and type 'record (name here)'
    When you wish to end just type end/stop in the console.
    When you wish to play a demo, bring up the console and type 'play (name here)'

    <a href='http://www.geekboys.org' target='_blank'>G33kb0ys</a> just a handy site with geekplay. handy demo viewer.

    Hope this helped (guess not)
  • Spyder_MonkeySpyder_Monkey Vampire-Ninja-Monkey Join Date: 2002-01-24 Member: 8Members, NS1 Playtester, Contributor
    edited January 2003
    Here's my *attempt* to help you...


    Yes. Rename a text file to name.cfg

    Place it in the NS directory.

    "exec name.cfg" should execute this script.

    That's as far as I can get, becuase I *still* have no idea what your "demo recording script" is trying to accomplish.
  • GrabesGrabes Join Date: 2002-07-18 Member: 966Members
    Thats all i wanted to know, thanks.

    You can delete the thread now.
  • EdcrabEdcrab Join Date: 2002-11-02 Member: 4324Members
    Ah, Spyder Monkey beat me to it there. By quite a bit...

    Presuming your script actually functions, the "exec <config name>" command will work wonders.

    But then again, why would you want a script? I may have the technical compentency of a dead slug when it comes to executing a working system, but I've always found the "record", "stop", and "playdemo" commands good enough for my demo needs.
  • Spyder_MonkeySpyder_Monkey Vampire-Ninja-Monkey Join Date: 2002-01-24 Member: 8Members, NS1 Playtester, Contributor
    ^^ That was going to be my next comment.

    I can't see how any script could simplify that.
  • GrabesGrabes Join Date: 2002-07-18 Member: 966Members
    It switches between 3 diffrent demo files, allowing the user to stop, loop back, and record over, the same file.

    Its just somthing that i found, but i have never been able to make.cfg's corretly. Or they never work for me.

    We'll see if this will finally work.

    BTW, you can delete the thread now.

    Or can i do that? Hmm, i don't think so.
  • L3TUC3L3TUC3 Join Date: 2002-11-03 Member: 5770Members
    Well, that explains a lot. Hope to see your movie soon. (If its any good).

    0mG keep that dressing away from me!!
  • InfinitumInfinitum Anime Encyclopedia Join Date: 2002-08-08 Member: 1111Members, Constellation
    Actually demo recording scripts are quite useful. A long time ago I saw a demo script which bound each Function key (F1-F12) to record a demo. So basically I press F3 once and it starts recording 3.dem, press it again and it stops it. Quite the natty little script.


    Here is my help for you sir.

    If you just want to record a demo without using the script (Come on, it takes like 3 seconds to do ingame) do the following
    To start recording, bring down console and type: record filename.dem
    To stop the demo, bring down console and type: stop
    To playback demos, bring down console and type: playdemo filename.dem

    Obviously you change filename to whatever it is you want.



    Now, if your still hung up on this recording script there are 2 ways to go about it.
    If it's just a simple cfg script to execute a certain set of commands, bring down the console and type: exec filename.cfg
    The script shall run automatically and bobs your uncle, your demos done.

    However, if your script executes hotkey and alias bindings I would recommend you put the following line in the autoexec.cfg. Just open it up in notepad and type: exec filename.cfg

    Lastly if you want to do things the old fashioned way you can bind some keys without doing flashy alias scripting like so
    bind F1 "record pie.dem"
    bind F2 "stop"
    The " " MUST be there otherwise HL won't recognise the bind, you can't change the name of the demo either, so you gotta live with that as well.
    Only propblem with this system, you can easily overwrite previous recorded demos by pressing the F1 key again.



    For an example demo I recorded earlier (And obvious bump) click <a href='http://www.unknownworlds.com/forums/index.php?act=ST&f=1&t=18907' target='_blank'>HERE FOR CC EATING GOODNESS!</a>


    Hope that helps you out a bit.
Sign In or Register to comment.