Post: Super Force Host?? Dvar Help
10-21-2014, 03:16 AM #1
Jewels
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({}); Hi i do have the codes, how do i code it??? i coded it the way i think it should be coded but it didnt work :?


i have writen it like this


    private void metroButton180_Click(object sender, EventArgs e)
{
cbuf_addtext("party_connectToOthers 0");
cbuf_addtext("party_minplayers 1");
cbuf_addtext("partyMigrate_disabled 1");
cbuf_addtext("allowAllNAT 1");
}

(adsbygoogle = window.adsbygoogle || []).push({});
10-23-2014, 05:41 PM #2
Crimzic
Do a barrel roll!
Originally posted by JeWeLz View Post
Hi i do have the codes, how do i code it??? i coded it the way i think it should be coded but it didnt work :?


i have writen it like this


    private void metroButton180_Click(object sender, EventArgs e)
{
cbuf_addtext("party_connectToOthers 0");
cbuf_addtext("party_minplayers 1");
cbuf_addtext("partyMigrate_disabled 1");
cbuf_addtext("allowAllNAT 1");
}


You did it right, lol jk idk about codes i suck with them Happy
10-24-2014, 02:38 AM #3
Bigmoneyhustlin
Can’t trickshot me!
let me say this first, u know way more than me but looking at this made me think about what i was doin
yours is prolly 4 rtm and im doing dumb ass gsc but tell me what u think. im going to try them soon
this is how im gonna try
setdvar("party_connectToOthers", "0");
setdvar("partyMigrate_disabled", "1");
setdvar("party_mergingEnabled", "0");
setdvar("allowAllNAT", "1");
setdvar("party_minplayers", "1");
that just adding your text to make super force host from my reg force host
prolly wrong but but it should work for my gsc or at least it would add min players

The following user thanked Bigmoneyhustlin for this useful post:

xThunderx
10-24-2014, 03:47 AM #4
B777x
Hurah!
Originally posted by Bigmoneyhustlin View Post
let me say this first, u know way more than me but looking at this made me think about what i was doin
yours is prolly 4 rtm and im doing dumb ass gsc but tell me what u think. im going to try them soon
this is how im gonna try
setdvar("party_connectToOthers", "0");
setdvar("partyMigrate_disabled", "1");
setdvar("party_mergingEnabled", "0");
setdvar("allowAllNAT", "1");
setdvar("party_minplayers", "1");
that just adding your text to make super force host from my reg force host
prolly wrong but but it should work for my gsc or at least it would add min players


i don't know about gsc
but i remember there are no dvar
named "party_mergingEnabled"

+ "party_minplayers" won't work
bescuse you need to set it in lobby

the other dvars will work fine
10-24-2014, 04:15 AM #5
Bigmoneyhustlin
Can’t trickshot me!
Originally posted by B777x View Post
i don't know about gsc
but i remember there are no dvar
named "party_mergingEnabled"

+ "party_minplayers" won't work
bescuse you need to set it in lobby

the other dvars will work fine

Thanks..just tried didnt know min players needed to set in lobby...
the merging code was just in a gsc force host so i just used it
will the nat dvar do anything? if im host and open nat wouldnt it be the same?
and back to this guys thread question, how is it super force host with the code he has?
super force host skips the timer, min players n the uneven teams.everytime i use super, as soon as the match is done
it starts next match with no countdown

so is his not working cuz of the way the 1 and 0 is written or does rtm need the setdvar in front like gsc?
i thought u would at least need a comma before the 1 or 0

The following user thanked Bigmoneyhustlin for this useful post:

xThunderx
10-24-2014, 05:20 AM #6
B777x
Hurah!
Originally posted by Bigmoneyhustlin View Post
Thanks..just tried didnt know min players needed to set in lobby...
the merging code was just in a gsc force host so i just used it
will the nat dvar do anything? if im host and open nat wouldnt it be the same?
and back to this guys thread question, how is it super force host with the code he has?
super force host skips the timer, min players n the uneven teams.everytime i use super, as soon as the match is done
it starts next match with no countdown

so is his not working cuz of the way the 1 and 0 is written or does rtm need the setdvar in front like gsc?
i thought u would at least need a comma before the 1 or 0


open nat type and allowAllNAT are differnet
has code don't because he haven't set the dvar or he haven't enabled the RPC

to the RPC to work he need to be in-game
only then it will work or he can set it using some offsets (dvar offset)

there are a dvar for the countdown

*Note: you can't use min player because
GSC only work in-game
and everytime you change lobby the dvar will reset
10-24-2014, 05:26 AM #7
Jewels
I’m too L33T
Originally posted by B777x View Post
open nat type and allowAllNAT are differnet
has code don't because he haven't set the dvar or he haven't enabled the RPC

to the RPC to work he need to be in-game
only then it will work or he can set it using some offsets (dvar offset)

there are a dvar for the countdown

*Note: you can't use min player because
GSC only work in-game
and everytime you change lobby the dvar will reset


Eddie Mac, made his super force host where you dont have to be in game to have min player of 1, you can be in the lobby and set the super, then going into the game and minplayer of 1 will be set and lobby time will be set as well :P
10-24-2014, 07:17 AM #8
B777x
Hurah!
Originally posted by JeWeLz View Post
Eddie Mac, made his super force host where you dont have to be in game to have min player of 1, you can be in the lobby and set the super, then going into the game and minplayer of 1 will be set and lobby time will be set as well :P

he used offsets
offsets can be changed in lobby

if you are calling CBuf_AddText using RPC
you need to be in game

RPC only work in game
10-27-2014, 08:01 PM #9
Bigmoneyhustlin
Can’t trickshot me!
Originally posted by B777x View Post
i don't know about gsc
but i remember there are no dvar
named "party_mergingEnabled"

+ "party_minplayers" won't work
bescuse you need to set it in lobby

the other dvars will work fine

Now looking in files i see dvar public static UInt32 party_mergingEnabled = 0x1CD67E0 + 0x18;
and many other party related files...just wondering before i waste alot of time if out of the
40 party related dvars is there a chance of changing somethings make makes force host or super a little better/quicker?
and with the nat dvar in force host, any chance u can tell me what it does for super force host?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo