Multi-Gaming Community
It is currently 27 Apr 2024, 11:02

All times are UTC+02:00




Post new topic  Reply to topic  [ 19 posts ] 
Author Message
at 
 Post subject: Engy Update out or what?
PostPosted: 05 Jan 2009, 12:04 
Offline
Has no REAL life! (1829)
User avatar
Gotta love those people....

Image

Enemy had 3 or 4 as well >.<

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
nl 
PostPosted: 05 Jan 2009, 12:11 
Offline
Community slut (13473)
User avatar
Wrong server i'd say! :mrgreen:


Top
   
at 
PostPosted: 05 Jan 2009, 12:32 
Offline
Has no REAL life! (1829)
User avatar
Beside the fact that it has TFTrue 2.1, I agree :mrgreen:

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
nl 
PostPosted: 05 Jan 2009, 12:45 
Offline
Has no REAL life! (2546)
User avatar
Yay for fixed random damage 0_0


Top
   
se 
PostPosted: 05 Jan 2009, 14:10 
Offline
Has no REAL life! (1120)
You don't normally play with that net graph there, do you?

_________________
slurper


Top
   
at 
PostPosted: 05 Jan 2009, 14:22 
Offline
Has no REAL life! (1829)
User avatar
I got a script that only displays net_graph 3 if I look at the scoreboard.

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
ro 
PostPosted: 05 Jan 2009, 14:56 
Offline
The Necromancer (4970)
[SpA]Relentless wrote:
I got a script that only displays net_graph 3 if I look at the scoreboard.
Code:
bind "TAB" 	"+statusrpt"
alias +statusrpt "+showscores; net_graph 3; timeleft"
alias -statusrpt "-showscores; net_graph 0"
Taken from my old CS config - strange what passes for "scripts" nowadays. ;-)

_________________
War does not determine who is right - only who is left. - Bertrand Russell


Top
   
se 
PostPosted: 05 Jan 2009, 22:20 
Offline
Has no REAL life! (1829)
User avatar
[SpA]Lim-Dul wrote:
[SpA]Relentless wrote:
I got a script that only displays net_graph 3 if I look at the scoreboard.
Code:
bind "TAB" 	"+statusrpt"
alias +statusrpt "+showscores; net_graph 3; timeleft"
alias -statusrpt "-showscores; net_graph 0"
Taken from my old CS config - strange what passes for "scripts" nowadays. ;-)
Sure that works? Mine looks this way:
Code:
alias +pinger "+score; net_graph 3"
alias -pinger "-score; net_graph 0"
bind tab "+pinger"

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
ro 
PostPosted: 05 Jan 2009, 23:14 
Offline
The Necromancer (4970)
Quote:
Sure that works? Mine looks this way:
Code:
alias +pinger "+score; net_graph 3"
alias -pinger "-score; net_graph 0"
bind tab "+pinger"
Of course it works - if you look at it it's exactly the same "script" only with a differently named alias (statusrpt instead of pinger) - ah, and I have the timeleft command in it just for good measure.

_________________
War does not determine who is right - only who is left. - Bertrand Russell


Top
   
se 
PostPosted: 05 Jan 2009, 23:27 
Offline
Has no REAL life! (1829)
User avatar
[SpA]Lim-Dul wrote:
Quote:
Sure that works? Mine looks this way:
Code:
alias +pinger "+score; net_graph 3"
alias -pinger "-score; net_graph 0"
bind tab "+pinger"
Of course it works - if you look at it it's exactly the same "script" only with a differently named alias (statusrpt instead of pinger) - ah, and I have the timeleft command in it just for good measure.
Ye but mine says +score, yours say +showscores. Its like having 2 different cvars for primary attack.

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
gb 
PostPosted: 06 Jan 2009, 11:08 
Offline
Geek (778)
User avatar
oooh.. i've gonna start using that script thanks!

_________________
Computer is fixed. That is all.


Top
   
ro 
PostPosted: 06 Jan 2009, 15:41 
Offline
The Necromancer (4970)
Quote:
Ye but mine says +score, yours say +showscores. Its like having 2 different cvars for primary attack.
My config.cfg in TF2 also says +showscores (I'm not using this "script" in TF2) and I'm pretty sure that I was able to check the score table for the past year or so. :-D

According to the TF2 command reference +showscores is the right one - are you sure you don't have +score aliased somewhere?

_________________
War does not determine who is right - only who is left. - Bertrand Russell


Top
   
nl 
PostPosted: 06 Jan 2009, 15:47 
Offline
Community slut (13473)
User avatar
The definition of a script;
Quote:
A scripting language, script language or extension language, is a programming language that controls a software application.
In this case you give a serie of commands to controle the software application. The configuration files are actually scripts to controle the software. So the people here are correct when naming this a script ;).


Top
   
se 
PostPosted: 06 Jan 2009, 15:57 
Offline
Has no REAL life! (1829)
User avatar
[SpA]Lim-Dul wrote:
Quote:
Ye but mine says +score, yours say +showscores. Its like having 2 different cvars for primary attack.
My config.cfg in TF2 also says +showscores (I'm not using this "script" in TF2) and I'm pretty sure that I was able to check the score table for the past year or so. :-D

According to the TF2 command reference +showscores is the right one - are you sure you don't have +score aliased somewhere?
Yes I am. Try it :)

_________________
All roads may lead to Rome, but all Wikipedia pages eventually get you to the Third Reich. - m3n


Top
   
ro 
PostPosted: 06 Jan 2009, 18:02 
Offline
The Necromancer (4970)
Saint - I realize that Source Engine command scripts technically speaking ARE scripts - I'm just saying that stuff like the crouch-jump or the net_graph toggle is so simple (basically two commands executed instead of one) that back in the day people e.g. in the CS community were calling this a bind at most. =)
The scripts that were posted earlier with the whole reload stuff - now these were proper scripts in gaming, not IT terms. ^^

_________________
War does not determine who is right - only who is left. - Bertrand Russell


Top
   
nl 
PostPosted: 06 Jan 2009, 18:06 
Offline
Community slut (13473)
User avatar
[SpA]Lim-Dul wrote:
Saint - I realize that Source Engine command scripts technically speaking ARE scripts - I'm just saying that stuff like the crouch-jump or the net_graph toggle is so simple (basically two commands executed instead of one) that back in the day people e.g. in the CS community were calling this a bind at most. =)
The scripts that were posted earlier with the whole reload stuff - now these were proper scripts in gaming, not IT terms. ^^

It might be a tiny little piece of code, but its still srcipts.
Code:
main() {
       printf("hello, world");
}

Its a WHOLE program. Doesn't do much, but still classifies as a program :mrgreen:


Top
   
ro 
PostPosted: 06 Jan 2009, 18:43 
Offline
The Necromancer (4970)
Touché - I rest my case. ^^

_________________
War does not determine who is right - only who is left. - Bertrand Russell


Top
   
nl 
PostPosted: 06 Jan 2009, 22:26 
Offline
Geek (913)
User avatar
funny how 1 post can make the orignal subject go to the complete opiside of it XD


Top
   
pl 
PostPosted: 07 Jan 2009, 00:04 
Offline
Has no REAL life! (1715)
User avatar
That Limdul script would cause me to check timeleft 5 times a minute, cause i'm always checking scoreboard, not mainly for scores, but more for classes on my team, so its easier to recognize a spy ;]


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 19 posts ] 

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited