Co-op Pushed from 2 to 4 or 6 people

they is abit of code in game_lib.lua which looks interesting

MISSION_START_CHECKPOINT = "mission start"

LOCAL_PLAYER = "#PLAYER1#"
REMOTE_PLAYER = "#PLAYER2#"
CLOSEST_PLAYER = "#CLOSEST_PLAYER#"
CLOSEST_TEAM1 = "#CLOSEST_TEAM1#"
CLOSEST_TEAM2 = "#CLOSEST_TEAM2#"

PLAYER_TAG_LIST = {
"#PLAYER1#",
"#PLAYER2#",
"#PLAYER3#",
"#PLAYER4#",
"#PLAYER5#",
"#PLAYER6#",
"#PLAYER7#",
"#PLAYER8#"
}


maybe you just need to add PLAYER3 to PLAYER8 to the REMOTE_PLAYER
Where did you take this from? I can't find this file.

Guys, what is the status on this request?
 
Where did you take this from? I can't find this file.

Guys, what is the status on this request?

Highly unlikely. That's just old code from SR2 multiplayer.
 
Back
Top