seta xp_OnEntry

9 replies [Last post]
tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:

I see no topic for general small questions so i make a new topic for this small question.

I am starting to make a collection of demos of everysingle game i play and probably make a movie or something, sometime. So, i get in a server, i make a couple of really cool frags and then i remember that i forgot to start recording Love struck Sooo to get to my question is there something like

seta xp_OnExit -> seta xp_OnEntry? Confused

I guess the answer is a simple "no" but i had to know Big grin

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
seta xp_OnEntry

no but feel free to open it on suggestions Happy

altough a simple bind like

bind f8 "g_syncronousclients 1;record;g_syncronousclients 0"
bind f9 "stoprecord"

will save you the day. mostly cause if you join a server as spec you wont have that recorded Happy

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:
seta xp_OnEntry

I already have that man, and many more, i just needed to save my time completely and as i said, don't forget it!

If I open it, is there any hope that it'll be done? :roll: Cause when i enter a server now i hit like four buttons to start playing but come to think of it, i could make them all in one button! Anyways, i go make that thread, but it's hopeless imo Tongue

madbringer
Madbringer's picture
Offline
Joined: Jan 2006
Posts:
seta xp_OnEntry

I must agree with you there, Tar, seems like E+ is no longer a mod in development Confused Or am i wrong? I'm talking to you here, gods of E+. Some bump now and then to have us grey masses know something is still happening to the mod wouldn't hurt, you know Tongue

NINJA |¯?¯OLDVAMP¯?¯|
OldVamp's picture
Offline
Joined: Jan 2005
Posts:
seta xp_OnEntry

[code:1]seta shoot "vstr remind"
seta fire "+attack"
seta remind "echo ^3REMEMBER TO HIT RECORD!!!!!!!"

bind mouse1 "vstr shoot"
bind f10 "set shoot vstr fire"
bind F11 "g_synchronousclients 1;record;g_synchronousclients 0;set shoot vstr fire"
bind F12 "stoprecord;set shoot vstr remind"
seta xp_OnExit "stoprecord;set shoot vstr remind"[/code:1]

Winking

tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:
seta xp_OnEntry

lol thx man! Big grin

NINJA |¯?¯OLDVAMP¯?¯|
OldVamp's picture
Offline
Joined: Jan 2005
Posts:
seta xp_OnEntry

___

drill@quakelive
Offline
Joined: Nov 2005
Posts:
seta xp_OnEntry

After pressing F5 it will start record demo, onexit condump console to g_1.log. After press F6 it will stop to default values (xp_onexit screenshotjpeg). If u again press F5 again demo+console condumped g_2.log.

[code:1]// Copyright © 2005-2007 by DRILL. All Rights Reserved.
// Last modification 18:14 2007-23-02 v2.80 for Excessive Plus! v1.03

bind F5 "g_synchronousclients 1; wait; record; wait; g_synchronousclients 0; vstr auto_log_on"
bind F6 "stoprecord; g_synchronousclients 0; vstr auto_log_off"

seta auto_log_on "set xp_onExit vstr auto_stats"
seta auto_log_off "set xp_onExit screenshotJPEG"

set g_1 "condump g_1.log; set auto_stats vstr g_2"
set g_2 "condump g_2.log; set auto_stats vstr g_3"
set g_3 "condump g_3.log; set auto_stats vstr g_4"
set g_4 "condump g_4.log; set auto_stats vstr g_5"
set g_5 "condump g_5.log; set auto_stats vstr g_6"
set g_6 "condump g_6.log; set auto_stats vstr g_7"
set g_7 "condump g_7.log; set auto_stats vstr g_8"
set g_8 "condump g_8.log; set auto_stats vstr g_9"
set g_9 "condump g_9.log; set auto_stats vstr g_10"
set g_10 "condump g_10.log; set auto_stats vstr g_warnning"

seta g_warnning "echo ^3SAVED 10 LOGS, RESTART CFG
echo ^3SAVED 10 LOGS, RESTART CFG
echo ^3SAVED 10 LOGS, RESTART CFG"
seta auto_stats "vstr g_1"[/code:1]

Useful thing to making stats/demos for each map on cw.

Ex.

dm6 - demo of game demo000.dm_68 + log1
dm7 - demo of game demo001.dm_68 + log2

*A*C|_ASS*WON]<O
vroomfoondel's picture
Offline
Joined: Jul 2006
Posts:
seta xp_OnEntry

cg_autoaction ftw. Big grin.

i think i said this in the suggestions thread somewhere about maybe an equivalent to the autorecord command in cpma that makes it real easy to collect demos. u dont have to sift through demos with weird names and stuff.

#e+pickup #excessiveplus #class.clan

RATTFINK
Offline
Joined: Feb 2004
Posts:
US United States
seta xp_OnEntry

I found this but never could get it to work

activeaction "" variable holds a command to be executed upon connecting to a server