Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61e730e83b | ||
|
|
1f4dd6281e | ||
|
|
e6364548ae | ||
|
|
09d4552b44 | ||
|
|
2aedb591e6 | ||
|
|
b366d3f6df | ||
|
|
dca50307a3 | ||
|
|
971c9cc87d | ||
|
|
1bff6e9e93 | ||
|
|
e558cec24d | ||
|
|
851cc87766 | ||
|
|
d7062e6b7c | ||
|
|
53f9f7641d | ||
|
|
fe5478acc7 | ||
|
|
13750ef10e | ||
|
|
b8dc05ff10 | ||
|
|
5160654426 | ||
|
|
0e0117fbe9 | ||
|
|
ce51004752 | ||
|
|
6f36afe83b | ||
|
|
3272871a80 | ||
|
|
b287f9687f | ||
|
|
a7efcc291c | ||
|
|
aee434a653 | ||
|
|
bdf3d72d78 | ||
|
|
1f7b54d8d6 | ||
|
|
1e75ad0c91 | ||
|
|
18fcbb32e2 |
8 changed files with 636 additions and 362 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -415,6 +415,8 @@
|
|||
"gamemode5" "cp"
|
||||
"map6" "mp_airbase"
|
||||
"gamemode6" "at"
|
||||
"map7" "mp_o2"
|
||||
"gamemode7" "cp"
|
||||
"map7" "mp_corporate"
|
||||
"gamemode7" "cp"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -466,16 +466,10 @@ enum eTrainingButtonPrompts
|
|||
TITAN_AI_MODE,
|
||||
TITAN_OFFHAND_OFFENSIVE,
|
||||
TITAN_MOSH_PIT_SURVIVE,
|
||||
// 튜토리얼용 '비상사태' 메세지 추가
|
||||
TITAN_MOSH_PIT_EMERGENCY,
|
||||
TITAN_SHIELDS,
|
||||
TITAN_HEALTH,
|
||||
TITAN_RODEO,
|
||||
TITAN_RODEO_COMBAT,
|
||||
TITAN_OFFENSIVE_MELEE,
|
||||
EJECT_INIT,
|
||||
EJECT_CONFIRM,
|
||||
STIM,
|
||||
}
|
||||
|
||||
enum eRankEnabledModes
|
||||
|
|
|
|||
|
|
@ -294,8 +294,8 @@ function PlayerProgramsControlPanel( panel, player )
|
|||
// we should change how this works for R2
|
||||
local gameMode = GameRules.GetGameMode()
|
||||
|
||||
if (gameMode == TUTORIAL || gameMode == TITAN_TUTORIAL)
|
||||
panel.SetUsableValue( e.panelUsableValue )
|
||||
// if (IsTrainingLevel())
|
||||
// panel.SetUsableValue( e.panelUsableValue )
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -227,7 +227,7 @@ function MonitorDLCAvailability()
|
|||
function GetPrivateMatchMaps()
|
||||
{
|
||||
if (GetModeNameForEnum(level.ui.privatematch_mode) == "campaign_carousel") {
|
||||
local campaignMaps = ["mp_fracture","mp_colony","mp_relic","mp_angel_city","mp_outpost_207","mp_boneyard","mp_airbase","mp_corporate"]
|
||||
local campaignMaps = ["mp_fracture","mp_colony","mp_relic","mp_angel_city","mp_outpost_207","mp_boneyard","mp_airbase","mp_corporate","mp_o2"]
|
||||
return campaignMaps
|
||||
}
|
||||
local mapsArray = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue