You are viewing our Forum Archives. To view or take place in current topics click here.
when do i orce host in mw3?
Posted:

when do i orce host in mw3?Posted:

TTG_GREEK
  • Challenger
Status: Offline
Joined: Feb 25, 201311Year Member
Posts: 101
Reputation Power: 3
Status: Offline
Joined: Feb 25, 201311Year Member
Posts: 101
Reputation Power: 3
when do i orce host in mw3?
#2. Posted:
ATF
  • Ladder Climber
Status: Offline
Joined: Apr 05, 201113Year Member
Posts: 361
Reputation Power: 17
Status: Offline
Joined: Apr 05, 201113Year Member
Posts: 361
Reputation Power: 17
TTG_GREEK wrote when do i orce host in mw3?

Most likely in the pre-game lobby...
#3. Posted:
slapshot101
  • V5 Launch
Status: Offline
Joined: Jul 11, 201211Year Member
Posts: 3,102
Reputation Power: 125
Status: Offline
Joined: Jul 11, 201211Year Member
Posts: 3,102
Reputation Power: 125
You force host right after you select the gametype you are going to search a game for. So right after you pick domination or free for all do it right then as it is setting up the pre game lobby. Remember you need to have a decent internet connection and an Open NAT type for you to effectively pull host.
#4. Posted:
TTG_GREEK
  • Challenger
Status: Offline
Joined: Feb 25, 201311Year Member
Posts: 101
Reputation Power: 3
Status: Offline
Joined: Feb 25, 201311Year Member
Posts: 101
Reputation Power: 3
slapshot101 wrote You force host right after you select the gametype you are going to search a game for. So right after you pick domination or free for all do it right then as it is setting up the pre game lobby. Remember you need to have a decent internet connection and an Open NAT type for you to effectively pull host.


4.55Mbps download speed is ok?
#5. Posted:
XeX_Flexog
  • TTG Senior
Status: Offline
Joined: Aug 03, 201211Year Member
Posts: 1,139
Reputation Power: 46
Status: Offline
Joined: Aug 03, 201211Year Member
Posts: 1,139
Reputation Power: 46
TTG_GREEK wrote
slapshot101 wrote You force host right after you select the gametype you are going to search a game for. So right after you pick domination or free for all do it right then as it is setting up the pre game lobby. Remember you need to have a decent internet connection and an Open NAT type for you to effectively pull host.


4.55Mbps download speed is ok?


yeah thats fine hence the word and function of "FORCE HOST"
#6. Posted:
GellMods
  • Challenger
Status: Offline
Joined: Mar 30, 201311Year Member
Posts: 164
Reputation Power: 7
Status: Offline
Joined: Mar 30, 201311Year Member
Posts: 164
Reputation Power: 7
When it is searching for a game for you to join in any gametype
#7. Posted:
Mildot
  • Resident Elite
Status: Offline
Joined: Dec 25, 201310Year Member
Posts: 248
Reputation Power: 10
Status: Offline
Joined: Dec 25, 201310Year Member
Posts: 248
Reputation Power: 10
If you are or planning to make a C# XRPC tool, here is what I like to do, personally. I have it repeat for 3-5 seconds over and over and it is more effective. Sometimes without this if you are too late with pressing force host it can put you in a game with other people etc.
How to use this:
When you found the game type you want to play and are hovering over it, press force host and then press A to select the game type and begin searching for a lobby.

            var stopwatch = new Stopwatch();
            stopwatch.Start();
                             //put anywhere from 3-5 seconds.
            while (stopwatch.Elapsed < TimeSpan.FromSeconds(**Put 3-5 here**))
            {
                Jtag.Call(CMD, 0, "cl_timeout 0.01");
                Jtag.Call(CMD, 0, "partymigrate_pingtest_timeout 0.01");
                Jtag.Call(CMD, 0, "party_matchedPlayerCount 0");
                Jtag.Call(CMD, 0, "party_minplayers 1");
            }
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.