Originally posted by xEemZz
I am currently looking for a force host code for a tool on bo1 im editing if anyone has a working force host code please let me know. I have tried the current codes*
RPC.cBuf_AddText(1,"party_connectToOthers 0");
RPC.cBuf_AddText(1,"partyMigrate_disabled 1");
RPC.cBuf_AddText(1,"party_mergingEnabled 0");*
party_connectToOthers 0;partyMigrate_disabled 1;party_mergingEnabled 0;xpartygo
RPC.cBuf_AddText(1,"party_connectToOthers 0;partyMigrate_disabled 1;party_mergingEnabled 0;xpartygo");
Yet none of them have seemed to work sadly.
I highly suggest you to use "party_minplayers 1". Using cBuf_AddText wont work cause you have to call it when your in a pre-game lobby. Therefore you have to find the offset for it and set the value to 1. This will start the game directly without needing players to join the pre-game lobby (Super force host)
Btw you cant get host if your NAT type is "Strict"