Post: *Private Match to Ranked Match DVAR*
10-27-2010, 06:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Alright i've been looking around, to find a dvar, that makes ur private match to a ranked game, so u dont need all the Dvars, that make u automatically host

Here is the dvar, im not sure atm if it works for W@W but we will see

simply just add it like this to the dvar list

        self setClientDvar ("xblive_privatematch "0");
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );


And here is also the DVAR, that makes u always Host in a ranked match

        self setClientDvar( "party_iAmhost", "1"); 
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar( "sv_hostname", "YOUR NAME HERE" );
self setClientDvar("badhost_minTotalClientsForHappyTest", "1" );


Explination:
Originally posted by another user
self setClientDvar( "party_iAmhost", "1");

i guess this 1 is Self explinated Cool Man (aka Tustin)
iAmHost and 1 means YESSS

Originally posted by another user
self setClientDvar("party_connectToOthers", "0" );


its the same script as in Cod4, it makes u automatically Host, that means, if u try to join a game u wont Join other ppls Game.

Originally posted by another user
self setClientDvar("party_hostmigration", "0" );

This is for no Host Migration, so u will be Host.

Originally posted by another user
self setClientDvar( "sv_hostname", "YOUR NAME HERE" );

You need to add ur name to it, so it will automatically make u Host of the ranked lobby

Thanks alot to my bruvv divybc and GodFatherIV Smile
Last edited by xTrYiPiCz ; 10-28-2010 at 12:16 PM.

The following 3 users say thank you to xTrYiPiCz for this useful post:

Karoolus, Nolzad0, x_MATT
10-28-2010, 07:25 PM #20
Josh
League Champion
Am I the only one who's confused for which game console this is for? If it's for the PS3 > BRAVO! if it's for the 360 > Meh.

~Josh
10-28-2010, 08:14 PM #21
IRiSe_GodFather
Was GodFatherIV
Originally posted by FreeCLsAny1
Yes i've got the same problem with the Host stuff, i am not sure if the script is wrong codded( which is probably not) or this script doesnt work for W@W

the 1st time i had this, i decided to try and get a dvar, that makes ur private match to a public match
and so i came to this code
    	self setClientDvar ("xblive_privatematch "0");
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );


well in mw2 u usally add this code to onPlayerSpawn()
not in the Dvar list, so i wasn't sure with W@W

try and add it to onPlayerSpawn() maybe that will cause the problem.




do this

onPlayerSpawned()
{
self endon("disconnect");

for(;Winky Winky
{
self waittill("spawned_player");


if(self.name == level.hostname){self thread doDvars();}


doDvars()
{
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );

}


its a little piece from my cl patch :derp:
10-28-2010, 08:39 PM #22
Originally posted by GodFatherIV View Post
do this

onPlayerSpawned()
{
self endon("disconnect");

for(;Winky Winky
{
self waittill("spawned_player");


if(self.name == level.hostname){self thread doDvars();}


doDvars()
{
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );

}


its a little piece from my cl patch :derp:


that is what i`ve added :confused:

---------- Post added at 03:39 PM ---------- Previous post was at 03:33 PM ----------

Originally posted by i View Post
Am I the only one who's confused for which game console this is for? If it's for the PS3 > BRAVO! if it's for the 360 > Meh.

~Josh


Its for Ps3
that mean BRAVO =DDDD
10-28-2010, 08:41 PM #23
IRiSe_GodFather
Was GodFatherIV
Originally posted by FreeCLsAny1
that is what i`ve added :confused:

---------- Post added at 03:39 PM ---------- Previous post was at 03:33 PM ----------



Its for Ps3
that mean BRAVO =DDDD


If you dont care pm your rank.gsc and ill look at it or i can send you mine
10-29-2010, 04:43 PM #24
Kam23KP
Error… Cat invasion!
hey man i still think this one is wrong
    self setClientDvar ("xblive_privatematch "0");

i entered it into my code by it self and got syntax error, just so ya know
10-29-2010, 05:39 PM #25
Originally posted by Xx View Post
hey man i still think this one is wrong
    self setClientDvar ("xblive_privatematch "0");

i entered it into my code by it self and got syntax error, just so ya know


thats why i said at the top i dunno if this will work.
10-29-2010, 08:43 PM #26
IRiSe_GodFather
Was GodFatherIV
Originally posted by FreeCLsAny1
thats why i said at the top i dunno if this will work.


so show that it works here is my rank and my patch

You must login or register to view this content.

thxs to divybc and iramsayy Happy
10-29-2010, 10:49 PM #27
JaMbO
In Need Of Money
Originally posted by GodFatherIV View Post
so show that it works here is my rank and my patch

You must login or register to view this content.

thxs to divybc and iramsayy Happy


So does your patch have tenth aswell and also ability to turn into ranked match if so what do i press to turn into ranked match
10-30-2010, 05:47 AM #28
Nolzad0
Big Sister
Can some one make a patch just with so i always get host in real game and no host migration! ill give u all my vbux!

and make it also so it alowys you to change your clan tag before they patched it i think its

"developeruser", "1"

or something
Last edited by Nolzad0 ; 10-30-2010 at 05:52 AM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo