Home › Forums › General › Guides & Game Tactics › Create a public "invite only" session
- This topic has 5 replies, 4 voices, and was last updated 6 years, 1 month ago by
mathilya.
- AuthorPosts
- January 14, 2017 at 10:34 pm #3859
lorsch
ParticipantThis is pretty helpful if you want only specific people in your session and avoid that randoms can join at any time. You can lock or open it as many times as you want.
If you can not understand some parts, I apologize, just ask me for further explanations. My OS is in german, I’m trying my best to translate it.Go into the Firewall Settings. If you are on Windows 10, klick on start -> Settings (gear-wheel on the left). On the next window, klick on network and internet -> Ethernet -> Windows Firewall. Now, klick on advanced settings, then on outgoing rules -> new rule.
Klick on port -> next -> UDP -> Specific remote ports: 6672, 61455, 61456, 61457, 61458 -> next -> block the connection -> next -> next -> give it any name of your choice.With a rightklick on the new rule, you can activate or deactivate it. If you activate it, the next time you switch the session or join GTA Online you will end up in a solo session.
(For some reason, sometimes there 1 other random person in my session. If you really wanted to be alone you could lag out using netlimiter or netbalancer i guess).
Nobody will be able to join this session. If you want to invite people, just deactivate the rule. You can just activate it after they joined to avoid random players joining.I did not invent this method, but I don’t know who the original creator was.
It is really good for doing CEO / MC jobs with friends / crew members.
January 16, 2017 at 6:01 pm #3873jeffrey
Participanti have been using this for a while, automated it with a litle script.
don’t worry, they can’t ban you for “having a bad connection”
you are only blocking internet trafic with other players, not to the rockstar servicesJanuary 17, 2017 at 6:15 pm #3889jeffrey
Participant**BE CAREFULL, NERD INFO**
yeah communication with rockstar services are (mostly) done though TCP ports
your only blocking the UDP ones wich are used for the P2P network that the online sessions use.
so not connecting with other players mean you play aloneJanuary 22, 2017 at 7:14 pm #4049Meriandar
ParticipantIf you want to automate further you can also use this as a .bat file :
Remember to run it as administrator, and edit the name of you rule.@ECHO OFF :start set /p cmd="Enter command; E(nable rule), D(isable rule), Q(uit): " if %cmd%==q GOTO :EOF if %cmd%==e ( Netsh AdvFirewall Firewall set rule name="Rockstar" new enable=yes echo Rule enabled ) if %cmd%==d ( Netsh AdvFirewall Firewall set rule name="Rockstar" new enable=no echo Rule disabled ) GOTO start
January 22, 2017 at 11:40 pm #4052lorsch
ParticipantThx Meriandar!
April 19, 2017 at 10:22 pm #5343mathilya
ParticipantBump. I have heard that after creating a public solo session, the probability of joining random players is much increased if the number of players in session in bigger than 4 (of course, without firewall method).
Because of new mod that allows unfair players to set others’ ranks and drain money from their accounts, I feel like this thread should be mentioned. Both lorsch’s and meriandar’s advices are very useful in this case.
- AuthorPosts
- The forum ‘Guides & Game Tactics’ is closed to new topics and replies.