Close
Page 7 of 26 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Showing results 61 to 70 of 251
  1. #61

    Default Simple Multi.ISS for single computer/single monitor 5 boxing

    Thanks to Zanthor for his walkthrough. Only modification is the following multi.iss file which works perfectly for my set up: 5 boxing, single computer/monitor, dual core processor.

    Code:
    function main(int clients) 
    { 
    while ${Sessions} < ${clients} - 1 
    waitframe 
    variable int nSession 
    nSession:Set["${Session.Right[-2]}"] 
    
    run windowsnapper 
    wait 2 
    autolayout 
    
    /* Setup Hotkeys */ 
    switch ${nSession} 
    { 
    case 1 
    globalbind is${nSession}_key "F7" "windowvisibility foreground" 
    break 
    case 2 
    globalbind is${nSession}_key "F8" "windowvisibility foreground" 
    break 
    case 3 
    globalbind is${nSession}_key "F9" "windowvisibility foreground" 
    break 
    case 4 
    globalbind is${nSession}_key "F10" "windowvisibility foreground" 
    break 
    case 5 
    globalbind is${nSession}_key "F11" "windowvisibility foreground" 
    break 
    } 
    /* Launch Repeater */ 
    run repeater 
    ui -load skins/wowskin/wowskin 
    ui -load -skin WoWSkin repeater 
    }
    80 Blood Elf Paladin, 80 Blood Elf Priest,80 Troll Mage, 80 Undead Warlock, 80 Tauren Druid, 80 Undead Rogue
    80 x4 Shaman (Orc x3, Troll)

    Madoran - Horde - PvE

  2. #62

    Default

    how can i setup mutliple screens on one monitor with Innerspace?.

  3. #63

    Default

    how can i setup mutliple screens on one monitor with Innerspace?.
    You can follow Zanthor's guide then replace multi.iss with Greythan's version depending on the number of CPU cores you have. If you want to join us in chat, someone can explain it to you -- find a link to the chat channel at the bottom of the WindowSnapper or Repeater pages, linked in Zanthor's post
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  4. #64

    Default

    loops... conditionals... delays... structures...

    where's the record and playback feature?

  5. #65

    Default

    Quote Originally Posted by 'keyclone',index.php?page=Thread&postID=148808#pos t148808
    loops... conditionals... delays... structures...

    where's the record and playback feature?
    who uses ICQ? o.O

    (just noticed you have an ICQ#, i haven't seen anyone who uses it for years)
    70|---|---|---|---|---|---|---|---|---|---|80
    70|xXxXxXxXxXxXxXxXxXxXxXxXxXxXxX|80!!!
    Allai, Alaii, Allei
    , Aleii, Aliee
    <B A M F>
    Boulderfist-US
    YOU CANNOT RESIST MY MOONFIRE SPAM!

  6. #66

  7. #67

    Default

    Quote Originally Posted by 'Lax',index.php?page=Thread&postID=146496#post1464 96
    In that case:
    Code:
    run autolayout ${clients} outer left
    This will automatically use whichever number of clients you give it. You may find that you like the windows on the left to be a specific size, though, since the size of the clients on the left is going to be inversely proportional to the number you give it (i.e. 2 is bigger than 3 which is bigger than 4 which is bigger than 5). If you find yourself wanting them a specific size, just put it at that specific number of clients instead of using the number you pass into wow.iss.

    Edit: Yep, I typoed "autosnapper" instead of "autolayout". Fixed, thanks noids :P
    Um... at the innerspace console in the uplink, I do run wow 2 and it just runs 2 wow's on top of each other.
    :S

  8. #68

    Default

    loops... conditionals... delays... structures...

    where's the record and playback feature?
    I'm not following?

    The script I posted uses those things to get the windows setup. Has nothing to do with my use of IS and WoW once logged in.

    Functionally, I'm using IS to do the exact same things as previously with Keyclone. (i.e., one key press results in one, and only one, keypress in slave windows) However, the PiP speed is unreal and has improved the quality of my multi-boxing experience exponentially.
    80 Blood Elf Paladin, 80 Blood Elf Priest,80 Troll Mage, 80 Undead Warlock, 80 Tauren Druid, 80 Undead Rogue
    80 x4 Shaman (Orc x3, Troll)

    Madoran - Horde - PvE

  9. #69

    Default

    [quote='Greythan',index.php?page=Thread&postID=1489 60#post148960]
    [quote]loops... conditionals... delays... structures...

    where's the record and playback feature? [/quote]

    I'm not following?

    The script I posted uses those things to get the windows setup. Has nothing to do with my use of IS and WoW once logged in.

    Functionally, I'm using IS to do the exact same things as previously with Keyclone. (i.e., one key press results in one, and only one, keypress in slave windows) However, the PiP speed is unreal and has improved the quality of my multi-boxing experience exponentially.[/quote]Please don't engage in this discussion - [b]if this should warrant a discussion it should be taken to a new thread[/b] as I'd really like this one to not be locked for off topic, flames, etc. Keyclone, please remember the [url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=14540']forum rules[/url] about keeping threads on topic.

    Thanks,
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  10. #70

    Default

    Quote Originally Posted by zanthor',index.php?page=Thread&postID=149040#post1 49040][quote='Greythan',index.php?page=Thread&postID=1489 60#post148960]
    [quote]loops... conditionals... delays... structures...

    where's the record and playback feature? [/quote]

    I'm not following?

    The script I posted uses those things to get the windows setup. Has nothing to do with my use of IS and WoW once logged in.

    Functionally, I'm using IS to do the exact same things as previously with Keyclone. (i.e., one key press results in one, and only one, keypress in slave windows) However, the PiP speed is unreal and has improved the quality of my multi-boxing experience exponentially.[/quote]Please don't engage in this discussion - [b]if this should warrant a discussion it should be taken to a new thread[/b] as I'd really like this one to not be locked for off topic, flames, etc. Keyclone, please remember the [url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=14540
    forum rules[/url] about keeping threads on topic.

    Thanks,
    Can you please answer my previous post? :S

Similar Threads

  1. Repeater issue
    By Korruptor in forum Software Tools
    Replies: 7
    Last Post: 05-16-2009, 03:49 PM
  2. Repeater(IS)
    By SCMalone1770 in forum Software Tools
    Replies: 4
    Last Post: 01-25-2009, 08:36 PM
  3. Shoot Em Up - Innerspace & Repeater Demo
    By zanthor in forum Movies
    Replies: 0
    Last Post: 12-15-2008, 09:34 AM
  4. IS:WindowSnapper - PIP on Speed
    By zanthor in forum Software Tools
    Replies: 53
    Last Post: 11-06-2008, 04:13 AM
  5. Replies: 7
    Last Post: 11-01-2008, 04:42 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •