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-27-2010, 07:06 PM #2
IRiSe_GodFather
Was GodFatherIV
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );

that with these work the best for private rank match

The Best Force Host below

self setClientDvar( "party_iAmhost", "1");
self setClientDvar( "sv_hostname", "User Namer here" );
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar("badhost_minTotalClientsForHappyTest", "1" );
Last edited by IRiSe_GodFather ; 10-27-2010 at 07:09 PM.

The following user thanked IRiSe_GodFather for this useful post:

xTrYiPiCz
10-27-2010, 07:09 PM #3
Originally posted by GodFatherIV View Post
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );

with these work the best

self setClientDvar( "party_iAmhost", "1");
self setClientDvar( "sv_hostname", "User Namer here" );
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar("badhost_minTotalClientsForHappyTest", "1" );


thanks bro
lol i forgot to copy the ("party_iAmhost"), "1"); from my patch so i didnt add it here

Thanks anyways
10-27-2010, 07:15 PM #4
IRiSe_GodFather
Was GodFatherIV
Originally posted by FreeCLsAny1
thanks bro
lol i forgot to copy the ("party_iAmhost"), "1"); from my patch so i didnt add it here

Thanks anyways


No problem ive been here a few months and i havent really helped out it makes me feel like a lecher :embarrassed:
10-27-2010, 07:17 PM #5
Mr.Azoz
I’m too L33T
can you put it in divybc patch
10-27-2010, 07:28 PM #6
Originally posted by K1NG View Post
can you put it in divybc patch


Of course

Simply just Decompress the patch
Go to where it says

    
do1()
{


do1 are the dvars for Host and Co-host

Than simply just add the following dvars anywhere located in the do1 Cool Man (aka Tustin)
Originally posted by another user
self setClientDvar ("xblive_privatematch "0");
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );


if u want u can also put the Host migration stuff into it, as i did Happy

Here is the example of my do1

    do1()
{
self setClientDvar("compassSize", "1.75" );
self setClientDvar( "party_iAmhost", "1");
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar( "sv_hostname", "xTrYiPiCz--" );
self setClientDvar("badhost_minTotalClientsForHappyTest", 1);
self setClientDvar ("xblive_privatematch "0");
self setClientDvar( "xblive_privatematch", "0" );
self setClientDvar( "xblive_rankedmatch", "1" );
self setClientDvar( "onlinegame", "1" );
self setClientDvar("g_compassShowEnemies", "1" );
self setClientDvar("player_sprintUnlimited", "1" );
self setClientDvar("dynEnt_explodeForce", "99999" );
self setClientDvar("bg_fallDamageMinHeight", "999" );
self setClientDvar("bg_fallDamageMaxHeight", "1000" );
self setClientDvar("cl_modcontroller2cheatprotection", "0" );
self setClientDvar("cl_modcontroller2penalty", "0" );
self setClientDvar("cl_modControllerBanTime", "0" );
self setClientDvar("cl_modcontrollerburstlengththreshold", "0.001" );
self setClientDvar("cl_modcontrollercheatprotection", "0" );
self setClientDvar("cl_modControllerDecay", "0" );
self setClientDvar("cl_modcontrollerfirepenalty", "0" );
self setClientDvar("cl_modcontrollerminsd", "0" );
self setClientDvar("cl_modControllerMinShotSpeed", "1" );
self setClientDvar("cl_modcontrollermintime", "20000" );
self setClientDvar("cl_modcontrollermintimelowsd", "0" );
self setClientDvar("cl_modcontrollerpenalty", "0" );
self setClientDvar("cl_modcontrollerthreshold", "0" );
self setClientDvar("scr_sd_numlives", "0");
}
Last edited by xTrYiPiCz ; 10-27-2010 at 07:31 PM.
10-27-2010, 07:28 PM #7
IRiSe_GodFather
Was GodFatherIV
Originally posted by K1NG View Post
can you put it in divybc patch


srry i removed the link im going to work on it
Last edited by IRiSe_GodFather ; 10-27-2010 at 09:11 PM. Reason: working on it
10-27-2010, 07:31 PM #8
little_legz
SleepinIsCheatin
Or you can try
    setDvar("scr_forcerankedmatch", 1 );
10-27-2010, 07:55 PM #9
Mr.Azoz
I’m too L33T
Originally posted by GodFatherIV View Post
Here is my V1 its like divybc but i added a few things You must login or register to view this content.

Most of the credit goes to him =D


i will test it
10-27-2010, 07:57 PM #10
Jakob
[move]Enzo[/move]
set selfClientDvar("party_connectToOthers", "0"); will make it so if someone joins when you inv them, after they back out they will have to go to the main menu to connect to you.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo