You are viewing our Forum Archives. To view or take place in current topics click here.
I need .SVG Force Host help!
Posted:

I need .SVG Force Host help!Posted:

-Reckless-
  • New Member
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
I'm trying to make my .SVG (Saved Game) Force Host, but I can't seem to do it.

I've tried these binds:
party_hostname "Careless nV"
set party_host "1"
set party_iamhost "1"

Am I missing a Bind or doing something wrong? I've downloaded other .SVG's and the Force Host worked fine.

Plus my Internet Connection is:
30mb Download
3mb Upload

Please help! Thanks!
#2. Posted:
-Reckless-
  • New Member
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
EDIT: I WAS SHOWING MY .SVG AND DON'T WANT ANYBODY TO HAVE IT


Last edited by -Reckless- ; edited 1 time in total
#3. Posted:
Abracadabra
  • TTG Senior
Status: Offline
Joined: Jul 04, 201113Year Member
Posts: 1,222
Reputation Power: 56
Status: Offline
Joined: Jul 04, 201113Year Member
Posts: 1,222
Reputation Power: 56
-Reckless- wrote I'm trying to make my .SVG (Saved Game) Force Host, but I can't seem to do it.

I've tried these binds:
party_hostname "Careless nV"
set party_host "1"
set party_iamhost "1"

Am I missing a Bind or doing something wrong? I've downloaded other .SVG's and the Force Host worked fine.

Plus my Internet Connection is:
30mb Download
3mb Upload

Please help! Thanks!

party_iamhost 1
party_connectToOthers 0
You need good connection for this to work
#4. Posted:
-Reckless-
  • New Member
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Jimmy-Neutron wrote
-Reckless- wrote I'm trying to make my .SVG (Saved Game) Force Host, but I can't seem to do it.

I've tried these binds:
party_hostname "Careless nV"
set party_host "1"
set party_iamhost "1"

Am I missing a Bind or doing something wrong? I've downloaded other .SVG's and the Force Host worked fine.

Plus my Internet Connection is:
30mb Download
3mb Upload

Please help! Thanks!

party_iamhost 1
party_connectToOthers 0
You need good connection for this to work

Thank you so much! I wish I could +REP!
#5. Posted:
FinancialChad
  • Zombie Referee
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
MW2 Looks something like this
self setclientDvar("party_connectTimeout",1000);
        self setclientDvar("party_connectTimeout",1);
        self setClientDvar("party_host","1");
        self setclientDvar("party_hostmigration","0");
        self setClientDvar("onlinegame","1");
        self setClientDvar("onlinegameandhost","1");
        self setClientDvar("onlineunrankedgameandhost","0");
        self setclientDvar("migration_msgtimeout",0);
        self setclientDvar("migration_timeBetween",999999);
        self setclientDvar("migration_verboseBroadcastTime",0);
        self setclientDvar("migrationPingTime",0);
        self setclientDvar("bandwidthtest_duration",0);
        self setclientDvar("bandwidthtest_enable",0);
        self setclientDvar("bandwidthtest_ingame_enable",0);
        self setclientDvar("bandwidthtest_timeout",0);
        self setclientDvar("cl_migrationTimeout",0);
        self setclientDvar("lobby_partySearchWaitTime",0);
        self setclientDvar("bandwidthtest_announceinterval",0);
        self setclientDvar("partymigrate_broadcast_interval",99999);
        self setclientDvar("partymigrate_pingtest_timeout",0);
        self setclientDvar("partymigrate_timeout",0);
        self setclientDvar("partymigrate_timeoutmax",0);
        self setclientDvar("partymigrate_pingtest_retry",0);
        self setclientDvar("partymigrate_pingtest_timeout",0);
        self setclientDvar("g_kickHostIfIdle",0);
        self setclientDvar("sv_cheats",1);
        self setclientDvar("xblive_playEvenIfDown",1);
        self setclientDvar("party_hostmigration",0);
        self setclientDvar("badhost_endGameIfISuck",0);
        self setclientDvar("badhost_maxDoISuckFrames",0);
        self setclientDvar("badhost_maxHappyPingTime",99999);
        self setclientDvar("badhost_minTotalClientsForHappyTest",99999);
        self setclientDvar("bandwidthtest_enable",0);



This little trick always works to get host. Thought I would show you; Use it all the time
1. Go to dashboard and then to console settings.
2. Change your locale to either Columbia, Chile, Brazil.
3. Turn COD on.
4. Go to multiplayer and then to xbox live.
5. Press x and change the option to "Locale"
6. Search for a game and you will be put in your own lobby.



Walkerneo's .svg already has force host have you tried looking in his? The dvar is easy, binding is new to me
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.