| View previous topic :: View next topic |
| Author |
Message |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Jan 21, 2012 1:54 pm Post subject: conrar |
|
|
| Is there a way to run commands in the tf2 console from outside of tf2?
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Sat Jan 21, 2012 1:55 pm Post subject: |
|
|
| the server application?
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Jan 21, 2012 2:09 pm Post subject: |
|
|
| no the in game dev console, like to make a bot that shoots and explodes stickies while idling, but with tf2 minimized.
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Sat Jan 21, 2012 2:13 pm Post subject: |
|
|
config files are fun
_________________
|
|
| Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Sat Jan 21, 2012 3:14 pm Post subject: |
|
|
| type +attack ingame and it'll attack automatically. +attack2 too. Just alt tab after if you're trying to idle.
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Jan 21, 2012 3:34 pm Post subject: |
|
|
| konr wrote: | | type +attack ingame and it'll attack automatically. +attack2 too. Just alt tab after if you're trying to idle. |
I know the commands but I want them to continuously run without the game being open.
Like on an idle map where both teams are facing each othet and the spawns are in sticky distance, I have the code to auto lauch stickies but it requires the dev console being open and tf2 in focus.
|
|
| Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Sat Jan 21, 2012 4:03 pm Post subject: |
|
|
| Cryoma wrote: | | konr wrote: | | type +attack ingame and it'll attack automatically. +attack2 too. Just alt tab after if you're trying to idle. |
I know the commands but I want them to continuously run without the game being open.
Like on an idle map where both teams are facing each othet and the spawns are in sticky distance, I have the code to auto lauch stickies but it requires the dev console being open and tf2 in focus. | ...
| Code: |
alias +sticks "+attack"
alias -sticks "-attack;+attack2;-attack2"
+sticks
|
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sat Jan 21, 2012 8:31 pm Post subject: |
|
|
Oh.
Sticks.
Brilliant.
|
|
| Back to top |
|
 |
|