Jump to content


Photo

macro to fill out the "create lobby" form


  • Please log in to reply
9 replies to this topic

#1 naknak

naknak

    Advanced Member

  • Users
  • PipPipPip
  • 175 posts

Posted 19 April 2014 - 06:45 AM

1. get iMacros for Firefox or for Chrome
2. click the iMacros icon kxRqL0s.png and create a new, empty Macro.  Easiest way is "Record" then "Stop"
3. right-click the new macro you just made and edit it.  Replace contents with this script below, adjusting variables to suit.  Mandatory things to change are marked in red.  Optional things to change are in blue.  Save & Close when done.
4. Launch by double-clicking the Macro in the iMacro sidebar tHgyu6z.png you can still edit the form after the macro runs (it doesn't submit the form on its own).
 
4b. In Firefox, you can right-click + "Add to Bookmark" and put the macro on your bookmark toolbar.  In Chrome, the Volvo of web browsers, you can also do this, but it won't work.  Sidebar only!

 

Version 4:

Attached File  autolobby_05.txt   6.26KB   8 downloads

 

 
Version 3:
Attached File  autolobby_04.txt   5.9KB   1 downloads
 

Spoiler

 
Version 2:

Attached File  autolobby_02.txt   8.48KB   1 downloads

Spoiler

 
 
Version 1:
Spoiler


#2 TheMattgician

TheMattgician

    Supreme Poster Overlord

  • Members
  • PipPipPipPipPip
  • 1210 posts

Posted 19 April 2014 - 08:05 AM

Dandy.



#3 naknak

naknak

    Advanced Member

  • Users
  • PipPipPip
  • 175 posts

Posted 19 April 2014 - 11:20 AM

EDIT: url changed last night.  everything else the same

Spoiler


#4 R.E.M.

R.E.M.

    Member

  • Users
  • PipPipPip
  • 632 posts

Steam Profile

Posted 19 April 2014 - 11:35 AM

Added spoiler tags as the code is a bit long to be displayed fully.


Former TF2C Moderator
Former head of suggestions and bug reports.

"Ze healing is not as revarding as ze hurting." - The Medic.

#5 naknak

naknak

    Advanced Member

  • Users
  • PipPipPip
  • 175 posts

Posted 19 April 2014 - 12:14 PM

Added spoiler tags as the code is a bit long to be displayed fully.

Hey, a post curator.  That's awesome.   Here's the latest version.  Would be great if it were attached to OP instead of to this post.  I'd do it but I can't, over to you.

 

Attached File  autolobby_02.txt   8.48KB   4 downloads



#6 R.E.M.

R.E.M.

    Member

  • Users
  • PipPipPip
  • 632 posts

Steam Profile

Posted 19 April 2014 - 08:44 PM

 

Added spoiler tags as the code is a bit long to be displayed fully.

Hey, a post curator.  That's awesome.   Here's the latest version.  Would be great if it were attached to OP instead of to this post.  I'd do it but I can't, over to you.

 

attachicon.gifautolobby_02.txt

 

 

Done.


  • naknak and Damien like this
Former TF2C Moderator
Former head of suggestions and bug reports.

"Ze healing is not as revarding as ze hurting." - The Medic.

#7 naknak

naknak

    Advanced Member

  • Users
  • PipPipPip
  • 175 posts

Posted 10 May 2014 - 06:46 AM

version 4: fills out reqs faster, skips setting "NO" on all the unreserved slots (it's the default), flow simplified so it should be easier to understand where to make changes

 Attached File  autolobby_04.txt   5.9KB   2 downloads

 



#8 R.E.M.

R.E.M.

    Member

  • Users
  • PipPipPip
  • 632 posts

Steam Profile

Posted 10 May 2014 - 12:43 PM

version 4: fills out reqs faster, skips setting "NO" on all the unreserved slots (it's the default), flow simplified so it should be easier to understand where to make changes

 attachicon.gifautolobby_04.txt

 

4? What happened to 3? Edited original post.


Former TF2C Moderator
Former head of suggestions and bug reports.

"Ze healing is not as revarding as ze hurting." - The Medic.

#9 The Once and Future King

The Once and Future King

    Advanced Member

  • Members
  • PipPipPip
  • 443 posts
  • LocationWisconsin

Posted 08 June 2014 - 03:23 AM

 Edit -- nevermind, I think I just figured out it probably only works for HL


Edited by The Once and Future King, 08 June 2014 - 03:25 AM.


#10 naknak

naknak

    Advanced Member

  • Users
  • PipPipPip
  • 175 posts

Posted 08 June 2014 - 04:56 AM

Add this anywhere after line 14 ("advancedSettingsLink") to select a different gametype, just uncomment the gametype you want.   Attached version has this in it.

 

The reservations and min. requirements are all by slot number so they should still work (but will apply to different classes than they would in 6v6).

'' select other gametypes
TAG POS=1 TYPE=SELECT ATTR=NAME:gameType CONTENT=%_6VS6
'TAG POS=1 TYPE=SELECT ATTR=NAME:gameType CONTENT=%_4VS4
'TAG POS=1 TYPE=SELECT ATTR=NAME:gameType CONTENT=%ULTIDUO
'TAG POS=1 TYPE=SELECT ATTR=NAME:gameType CONTENT=%BBALL
'TAG POS=1 TYPE=SELECT ATTR=NAME:gameType CONTENT=%HIGHLANDER

Attached Files


  • The Once and Future King likes this