3 Player Join (Group) *Adjusted* to 1 Player Join (Solo)

by EvoCyberNation
Reply

Original Post

3 Player Join (Group) *Adjusted* to 1 Player Join (Solo)

★ Guide

3 Player Join (Group) *Adjusted* to 1 Player Join (Solo)

- We've all seen what happens when 2 players leave a 3 grouped team?

The game ONLY shows 1 player visible.  The other 2 players are no longer visible.

- Knowing these facts!  Respawn should already have solos partially coded.
Only a few numbers *2*, from my perspective, should only need to be adjusted.

 



1) Change the coding from 3 Player Join to 1 Player Join.

  • Currently there are 3 players per Group.
  • This number can be adjusted from 3 to 1.
  • Only 1 player will appear and it's no longer a group.

*Possible Example of the Code Below*

Player Join "3"
Player Join "1"

 



2) Change how many solos will drop inside of a map.

  • 48 is the current group drop amount with 3 players.
  • This number can be changed to 96 because there are now solos.
  • Cuts down the player count by 1/3rd (48 players)

*Possible Example of the Code Below*

Dropship Group "48"
Dropship Group "96"

 



Truthfully, this shouldn't be hard at all Respawn.  You already have most of the coding completed.  Only a few numbers *2*, from my perspective, should only need to be adjusted.

 



Note: This math is the breakdown
48 (groups) x 3 (players) =144 (overall players)

96 (groups) x 1 (players) =96 (overall players)
144 (players) - 96 (players) = 48 (players not added to the map)

Message 1 of 1 (112 Views)