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
(adsbygoogle = window.adsbygoogle || []).push({});

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

Karoolus, Nolzad0, x_MATT
10-30-2010, 06:04 AM #29
Kam23KP
Error… Cat invasion!
Originally posted by FreeCLsAny1
thats why i said at the top i dunno if this will work.


Oh got ya. My bad by the way love ur sig
10-30-2010, 02:27 PM #30
Originally posted by Xx View Post
Oh got ya. My bad by the way love ur sig


a mate just told me that it work 100%
i tried it aswell =D

---------- Post added at 09:27 AM ---------- Previous post was at 09:26 AM ----------

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


yh thanks bro
yesterday i was in a chat with divy, and he told me that it works 100%, i was abit confused because ppl said the got script errors

but no it works 100%
=D
10-30-2010, 02:35 PM #31
Karoolus
I'm the W@W Menu Guy !
Originally posted by Nolzad0 View Post
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


so you mean you just want force host & no other hacks ?
apart from the BLING BLING clan tags Happy

I can make you one & send it to you in about half an hour..


but while you're at it:
i would add the UAV always on & infinite ammo Winky Winky
10-30-2010, 02:37 PM #32
Originally posted by Nolzad0 View Post
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


simply just add these dvars to the dvar list, make a private match, back out and u shud get host(if u have a not that bad connection obv)

DVAR for Host
        self setClientDvar( "party_iAmhost", "1");
self setClientDvar("party_connectToOthers", "0" );
self setClientDvar("party_hostmigration", "0" );
self setClientDvar("party_connectTimeout", "0" );
self setClientDvar( "sv_hostname", "Nolzad0" );
self setClientDvar("badhost_minTotalClientsForHappyTest", "1");


and these DVARs are to change the clan tag of every1
    self setClientDvar( "clanName", "BLA" );
self setClientDvar( "developeruser", "1" );



and these DVARs would be to give every1 Colorod classes ( add them aswell in the DVAR list)
    	self setClientDvar( "customclass1", "^5xTrYiPiCz--" );
self setClientDvar( "customclass2", "^6Is a SEx God" );
self setClientDvar( "customclass3", "^3Bums all GAys" );
self setClientDvar( "customclass4", "^1Bla bLa blA" );
self setClientDvar( "customclass5", "^2Blablabalal" );




u can change the Numbers after the ^ to any number from 0-9 so u have different colours in ur classes

If u need help hit me up
10-30-2010, 03:28 PM #33
Karoolus
I'm the W@W Menu Guy !
Originally posted by Nolzad0 View Post
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


Here's a patch i made really quick, tell me what you think Smile
it has:

HOST
---------
Force host
inf ammo
uav always on
no fall damage

EVERYONE
------------------
Special clan tags

You must login or register to view this content.
You must login or register to view this content.


have fun Smile
10-30-2010, 04:41 PM #34
IRiSe_GodFather
Was GodFatherIV
Originally posted by jambo834429 View Post
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


do it n SnD in a private match plant the bomb two times and every one is tenth and just start the match it becomes a real when it starts
10-30-2010, 05:18 PM #35
Mr.Azoz
I’m too L33T
Originally posted by FreeCLsAny1
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)


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");
}

DON.T WORK FOR ME

CAN YOU SEE MY RANK.DAT
You must login or register to view this content.
10-30-2010, 05:41 PM #36
Originally posted by K1NG View Post
DON.T WORK FOR ME

CAN YOU SEE MY RANK.DAT
You must login or register to view this content.


k i fixed the errors

You must login or register to view this content.
10-30-2010, 05:51 PM #37
IRiSe_GodFather
Was GodFatherIV
Originally posted by FreeCLsAny1
k i fixed the errors

You must login or register to view this content.


You finally get it to work

Bday to day :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo