You are viewing our Forum Archives. To view or take place in current topics click here.
#71. Posted:
essayy
  • Challenger
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
how do u work the modmenu I cant get host y
#72. Posted:
ZZ9
  • Winter 2019
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
essayy wrote how do u work the modmenu I cant get host y


Host it in private match ;)
More fun.

But if you want force host to make the host chance higher.. add the force host dvars to my patch in
self ZZ9x("ZZ9wawV6", ".....");
#73. Posted:
essayy
  • Challenger
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
I dunno how to add force host I wish I know how I would love to use this mod menu online
#74. Posted:
ZZ9
  • Winter 2019
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
essayy wrote I dunno how to add force host I wish I know how I would love to use this mod menu online


You could be host without you just need a decent connection and sometimes luck (because cod games often pick kids with 2 bar connections and make them host lol)
#75. Posted:
BBOYRICAN25
  • TTG Addict
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
ZZ9 wrote
essayy wrote how do u work the modmenu I cant get host y


Host it in private match ;)
More fun.

But if you want force host to make the host chance higher.. add the force host dvars to my patch in
self ZZ9x("ZZ9wawV6", ".....");



How do i go by doing this? So i can do it... Thanks for your help.
#76. Posted:
essayy
  • Challenger
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
Status: Offline
Joined: Jul 23, 201211Year Member
Posts: 184
Reputation Power: 7
thanx zz9 appreciate da help
#77. Posted:
ZZ9
  • Winter 2019
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
TTG_BBOYRICAN20 wrote
ZZ9 wrote
essayy wrote how do u work the modmenu I cant get host y


Host it in private match ;)
More fun.

But if you want force host to make the host chance higher.. add the force host dvars to my patch in
self ZZ9x("ZZ9wawV6", ".....");



How do i go by doing this? So i can do it... Thanks for your help.


Simple..

add all the force host dvars to the dvar in my menu called

ZZ9wawV6

so let's say you want to add

party_connecttoothers 0

add that to the other stuff in ZZ9wawV6.. it could look like this..

self ZZ9x("ZZ9wawV6", "party_connecttoothers 0;.........");

Don't remove the other stuff in it tho or the menu won't work anymore..
btw force host wouldn't be toggable.. it's activated and stays activated.
#78. Posted:
BosSModzZ
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 416
Reputation Power: 33
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 416
Reputation Power: 33
nice work ZZ9

its great patch

u plane make one for cod4?????


THANKS FOR RELEASE V6
#79. Posted:
BBOYRICAN25
  • TTG Addict
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 2,589
Reputation Power: 200
ZZ9 wrote
TTG_BBOYRICAN20 wrote
ZZ9 wrote
essayy wrote how do u work the modmenu I cant get host y


Host it in private match ;)
More fun.

But if you want force host to make the host chance higher.. add the force host dvars to my patch in
self ZZ9x("ZZ9wawV6", ".....");



How do i go by doing this? So i can do it... Thanks for your help.


Simple..

add all the force host dvars to the dvar in my menu called

ZZ9wawV6

so let's say you want to add

party_connecttoothers 0

add that to the other stuff in ZZ9wawV6.. it could look like this..

self ZZ9x("ZZ9wawV6", "party_connecttoothers 0;.........");

Don't remove the other stuff in it tho or the menu won't work anymore..
btw force host wouldn't be toggable.. it's activated and stays activated.



I do this in ff viewer. Sorry for the questions, never done this before....

Damn, im lost when i look in there lol..


Last edited by BBOYRICAN25 ; edited 1 time in total
#80. Posted:
ZZ9
  • Winter 2019
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
Status: Offline
Joined: Apr 19, 201113Year Member
Posts: 3,394
Reputation Power: 214
TTG_BBOYRICAN20 wrote
ZZ9 wrote
TTG_BBOYRICAN20 wrote
ZZ9 wrote
essayy wrote how do u work the modmenu I cant get host y


Host it in private match ;)
More fun.

But if you want force host to make the host chance higher.. add the force host dvars to my patch in
self ZZ9x("ZZ9wawV6", ".....");



How do i go by doing this? So i can do it... Thanks for your help.


Simple..

add all the force host dvars to the dvar in my menu called

ZZ9wawV6

so let's say you want to add

party_connecttoothers 0

add that to the other stuff in ZZ9wawV6.. it could look like this..

self ZZ9x("ZZ9wawV6", "party_connecttoothers 0;.........");

Don't remove the other stuff in it tho or the menu won't work anymore..
btw force host wouldn't be toggable.. it's activated and stays activated.



I do this in ff viewer. Sorry for the questions, never done this before....


- You open my patch_mp.ff with FFviewer
- Try to find a dvar I called ZZ9wawV6 (it's in one of the .gsc.. it should look like this
self ZZ9x("ZZ9wawV6", "randomstuffhere");
- Then you take the force host dvars and put them to my ZZ9wawV6 dvar.. it could look like that now
self ZZ9x("ZZ9wawV6", "dvar;randomstuffhere");
- You save and have force host when using my menu.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.