Skip to content

Commit bc4b865

Browse files
committed
fix map, reenable logging
1 parent 5d8272b commit bc4b865

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Data/Browncoats.rte/Activities/RefineryAssault.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ end
9999
function RefineryAssault:StartActivity(newGame)
100100
print("START! -- RefineryAssault:StartActivity()!");
101101

102-
self.verboseLogging = false;
102+
self.verboseLogging = true;
103103

104104
self.humansAreControllingAlliedActors = false;
105105

Data/Browncoats.rte/Scenes/Yskely Refineryv3.ini

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -220972,17 +220972,6 @@ AddScene = Scene
220972220972
Y = 1464.000000
220973220973
Team = 0
220974220974
PlacedByPlayer = 0
220975-
SceneInfoArea = InfoArea_LCHackInfoConsole
220976-
AddCustomValue = StringValue
220977-
DeactivationMessage = DeactivateInfoConsole_LCHackInfoConsole
220978-
AddCustomValue = StringValue
220979-
ActivationMessage = ActivateInfoConsole_LCHackInfoConsole
220980-
AddCustomValue = StringValue
220981-
MessageToDisplay = Hacking the relevant consoles will unlock an area's Reinforcement Doors./nThese will periodically deliver friendly troops, as well as letting you order your own.
220982-
AddCustomValue = NumberValue
220983-
Range = 45.000000
220984-
AddCustomValue = NumberValue
220985-
DisplayToAllTeams = 1.000000
220986220975
PlaceAIPlanObject = TerrainObject
220987220976
CopyOf = Base.rte/T-Junction D
220988220977
Position = Vector

0 commit comments

Comments
 (0)