GoldenEye: Source Forums

  • October 19, 2024, 07:26:07 am
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Replay Action Sequence  (Read 9301 times)

0 Members and 1 Guest are viewing this topic.

El Dudereno

  • Secret Agent
  • **
  • Posts: 102
  • Reputation Power: 15
  • El Dudereno is working their way up.El Dudereno is working their way up.El Dudereno is working their way up.
  • Offline Offline
Replay Action Sequence
« on: December 29, 2010, 05:11:03 pm »

Is it possible to add a feature to replay an action sequence?  I'm not here to boast but there are some moments when I can't believe I just pulled that off and would love to be able to watch it from a third persons view.  I know some air combat games have this but don't know if its possible for Goldeneye. 
Logged

Jonathon [SSL]

  • Generalist
  • Retired Lead Developer
  • 007
  • *
  • Posts: 1,311
  • Reputation Power: 99
  • Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!
  • Offline Offline
    • Steam Community Page
Re: Replay Action Sequence
« Reply #1 on: December 29, 2010, 05:45:57 pm »

I know what you're talking about, I would love it too. Currently, the closest we've got to that is going into the developer console and typing "record <demoname>", and it'll record a clientside demo of everything that goes on in your game, which can be played back later by typing in "demoui" and opening the demo file. Only limitation is that you can't see yourself unfortunately.

Only way to remedy this is if we added some sort of feature to both the client and server builds to have an option on the client end to request a demo from the server, for the server to record it, then send it at th end of the round. That would be pretty cool.
Logged
Quote
Luchador: I NEVER NAME MY FILES IN UPPER CASE
Luchador: I ONLY TALK IN UPPER CASE
[GE:S] killermonkey: GOOD TO KNOW

Proxie

  • 00 Agent
  • ***
  • Posts: 573
  • Reputation Power: 141
  • Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!Proxie is awe-inspiring!
  • Offline Offline
Re: Replay Action Sequence
« Reply #2 on: December 29, 2010, 06:27:01 pm »

Agreed, would be pretty awesome.
Logged

VC

  • Valiant Varanidæ, Citrus Jockey
  • Retired Developer
  • GE:S Fanatic
  • *****
  • Posts: 2,843
  • Reputation Power: 16
  • VC is working their way up.VC is working their way up.VC is working their way up.
  • Offline Offline
Re: Replay Action Sequence
« Reply #3 on: December 29, 2010, 07:09:57 pm »

You can't hear your own voice, but you can see yourself.  sv_cheats 1; thirdperson
Logged
"As for VC's scripts they have not broken the game at all, in fact the game has never felt better." -- KM
"(03:12:41 PM) KM: I would call you a no life loser, but you are useful"
"(03:12:59 PM) VC: Go ahead.  I am, and I am."

keefy

  • EWJ
  • 00 Agent
  • ***
  • Posts: 393
  • Reputation Power: 0
  • keefy is looked down upon.
  • Offline Offline
Re: Replay Action Sequence
« Reply #4 on: January 01, 2011, 03:22:12 pm »

A clientside autorecord function would be ideal, name the maps by date time and map to make them easy to find.
20101112-221057-ge_casino.bsp


only issue is it may continue into next map with the same name but with _1 _2 added onto the end but I am sure you can solve that. 20101112-221057-ge_casino_1.bsp
Logged

VC

  • Valiant Varanidæ, Citrus Jockey
  • Retired Developer
  • GE:S Fanatic
  • *****
  • Posts: 2,843
  • Reputation Power: 16
  • VC is working their way up.VC is working their way up.VC is working their way up.
  • Offline Offline
Re: Replay Action Sequence
« Reply #5 on: January 01, 2011, 05:59:59 pm »

I client-side autorecord in TF2.  It's called a .CFG file.
Logged
"As for VC's scripts they have not broken the game at all, in fact the game has never felt better." -- KM
"(03:12:41 PM) KM: I would call you a no life loser, but you are useful"
"(03:12:59 PM) VC: Go ahead.  I am, and I am."

Jonathon [SSL]

  • Generalist
  • Retired Lead Developer
  • 007
  • *
  • Posts: 1,311
  • Reputation Power: 99
  • Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!Jonathon [SSL] is awe-inspiring!
  • Offline Offline
    • Steam Community Page
Re: Replay Action Sequence
« Reply #6 on: January 01, 2011, 07:15:46 pm »

You can't hear your own voice,

"voice_loopback 1" will play whatever you input into your microphone as an output, and it records onto demos.
Logged
Quote
Luchador: I NEVER NAME MY FILES IN UPPER CASE
Luchador: I ONLY TALK IN UPPER CASE
[GE:S] killermonkey: GOOD TO KNOW

keefy

  • EWJ
  • 00 Agent
  • ***
  • Posts: 393
  • Reputation Power: 0
  • keefy is looked down upon.
  • Offline Offline
Re: Replay Action Sequence
« Reply #7 on: January 04, 2011, 01:40:26 pm »

I client-side autorecord in TF2.  It's called a .CFG file.

I don't play TF2 so it maybe different but if you mean the demo record scripts I find that unless I rename the demos created after closing the game they get overwritten upon game restart.
Logged

VC

  • Valiant Varanidæ, Citrus Jockey
  • Retired Developer
  • GE:S Fanatic
  • *****
  • Posts: 2,843
  • Reputation Power: 16
  • VC is working their way up.VC is working their way up.VC is working their way up.
  • Offline Offline
Re: Replay Action Sequence
« Reply #8 on: January 04, 2011, 09:55:22 pm »

Well, for one, if you have a video to save, move it into another directory.  You need to render it to AVI before Valve updates and breaks your demos, anyway.

However, you should have no trouble with this.  Just make your automatic cfg have a line of exec timestampedvideo and launch from a script that will make a new timestampedvideo.cfg file that contains a record command followed by a string that represents the date, or run-instance number, whatever you like, before launching the game.  (You can get your launch string from a shortcut icon.)
Logged
"As for VC's scripts they have not broken the game at all, in fact the game has never felt better." -- KM
"(03:12:41 PM) KM: I would call you a no life loser, but you are useful"
"(03:12:59 PM) VC: Go ahead.  I am, and I am."

keefy

  • EWJ
  • 00 Agent
  • ***
  • Posts: 393
  • Reputation Power: 0
  • keefy is looked down upon.
  • Offline Offline
Re: Replay Action Sequence
« Reply #9 on: January 05, 2011, 02:56:25 pm »

Surely I would still need to change the date and run instance number (what ever that is) before I launch the game becaue all its doing is naming it with specific names or dates I placed into that file.  right?
Logged

VC

  • Valiant Varanidæ, Citrus Jockey
  • Retired Developer
  • GE:S Fanatic
  • *****
  • Posts: 2,843
  • Reputation Power: 16
  • VC is working their way up.VC is working their way up.VC is working their way up.
  • Offline Offline
Re: Replay Action Sequence
« Reply #10 on: January 05, 2011, 06:03:26 pm »

You write the script so it creates the recording's name by itself.  In Linux that's as simple as:
Quote from: #!/bin/sh
TIMESTAMP=`date '+%Y%m%d%H%M'`
echo -e "record ${TIMESTAMP}" > timestampvideo.cfg
However, I haven't mucked with silly Windows, or its BAT files, in a very long time.
Logged
"As for VC's scripts they have not broken the game at all, in fact the game has never felt better." -- KM
"(03:12:41 PM) KM: I would call you a no life loser, but you are useful"
"(03:12:59 PM) VC: Go ahead.  I am, and I am."

keefy

  • EWJ
  • 00 Agent
  • ***
  • Posts: 393
  • Reputation Power: 0
  • keefy is looked down upon.
  • Offline Offline
Re: Replay Action Sequence
« Reply #11 on: January 06, 2011, 03:54:44 pm »

Yes indeed it is so silmple no idea why I didnt think of it before  :rolleyes:
Its Not possible because I don't know how to do it and to be honest I cannot be arsed finding out either.
Logged
Pages: [1]   Go Up