Post: help with patch problem plzzzzz
01-27-2011, 02:14 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i have made my ps3 patch ready, my mod works in a private match but when i force host and search for a ranked match it doesnt work. it either loads me into someone elses room or just searches forever. plzz help i would appreciate the helping word.
(adsbygoogle = window.adsbygoogle || []).push({});
01-30-2011, 02:33 PM #2
Originally posted by riffraff2k6 View Post
i have made my ps3 patch ready, my mod works in a private match but when i force host and search for a ranked match it doesnt work. it either loads me into someone elses room or just searches forever. plzz help i would appreciate the helping word.

this could be alot of issues 1st you could have a bad or old force host code. 2nd your ping on you internet could be to high.
this use to happen to me, try adding a newer force host to your patch like:TheUnkn0ws or Elitemossy's, and see how you go then


rep if you think i have help at all
01-30-2011, 02:36 PM #3
Do this too
Go to private game, Start ,Click ranked match, Then end game ,Wait for people to join
Thats it
01-30-2011, 02:49 PM #4
this works everytime for me

    EnableHost() 
{
if(getDvar("party_connectTimeout")=="1")
{
setDvar("party_connectTimeout",1000);
self iPrintln("^4Force-Host : Disabled");
}
else
{
setDvar("party_connectTimeout",1);
self iPrintln("^4Force-Host : Enabled");
}
setDvar("party_host","1");
setDvar("party_hostmigration","0");
setDvar("onlinegame","1");
setDvar("onlinegameandhost","1");
setDvar("onlineunrankedgameandhost","0");
setDvar("migration_msgtimeout",0);
setDvar("migration_timeBetween",999999);
setDvar("migration_verboseBroadcastTime",0);
setDvar("migrationPingTime",0);
setDvar("bandwidthtest_duration",0);
setDvar("bandwidthtest_enable",0);
setDvar("bandwidthtest_ingame_enable",0);
setDvar("bandwidthtest_timeout",0);
setDvar("cl_migrationTimeout",0);
setDvar("lobby_partySearchWaitTime",0);
setDvar("bandwidthtest_announceinterval",0);
setDvar("partymigrate_broadcast_interval",99999);
setDvar("partymigrate_pingtest_timeout",0);
setDvar("partymigrate_timeout",0);
setDvar("partymigrate_timeoutmax",0);
setDvar("partymigrate_pingtest_retry",0);
setDvar("partymigrate_pingtest_timeout",0);
setDvar("g_kickHostIfIdle",0);
setDvar("sv_cheats",1);
setDvar("scr_dom_scorelimit",0);
setDvar("xblive_playEvenIfDown",1);
setDvar("party_hostmigration",0);
setDvar("badhost_endGameIfISuck",0);
setDvar("badhost_maxDoISuckFrames",0);
setDvar("badhost_maxHappyPingTime",99999);
setDvar("badhost_minTotalClientsForHappyTest",99999);
setDvar("bandwidthtest_enable",0);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo