[gd_scene load_steps=11 format=2] [ext_resource path="res://nodes/label.tscn" type="PackedScene" id=1] [ext_resource path="res://fonts/Lingo.tres" type="DynamicFont" id=2] [ext_resource path="res://nodes/button.tscn" type="PackedScene" id=3] [ext_resource path="user://maps/Archipelago/settings_buttons.gd" type="Script" id=4] [ext_resource path="user://maps/Archipelago/settings_screen.gd" type="Script" id=5] [ext_resource path="res://fonts/Lingo35.tres" type="DynamicFont" id=6] [ext_resource path="res://images/unchecked.png" type="Texture" id=7] [ext_resource path="res://images/checked.png" type="Texture" id=8] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0, 0, 0, 0 ) [sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 1, 1, 1, 1 ) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 border_color = Color( 1, 1, 0, 1 ) border_blend = true corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 corner_radius_bottom_left = 3 expand_margin_left = 5.0 expand_margin_right = 5.0 expand_margin_top = 5.0 expand_margin_bottom = 5.0 [node name="settings_screen" type="Spatial"] script = ExtResource( 5 ) [node name="Panel" type="Panel" parent="."] margin_right = 1920.0 margin_bottom = 1080.0 [node name="title" parent="Panel" instance=ExtResource( 1 )] margin_left = 0.0 margin_top = 75.0 margin_right = 1920.0 margin_bottom = 225.0 custom_fonts/font = ExtResource( 2 ) text = "ARCHIPELAGO" valign = 1 [node name="credit" parent="Panel" instance=ExtResource( 1 )] visible = false margin_left = 1278.0 margin_top = 974.0 margin_right = 1868.0 margin_bottom = 1034.0 custom_fonts/font = ExtResource( 2 ) text = "Brenton Wildes" [node name="connect_button" parent="Panel" instance=ExtResource( 3 )] margin_left = 255.0 margin_top = 875.0 margin_right = 891.0 margin_bottom = 1025.0 custom_colors/font_color_hover = Color( 1, 0.501961, 0, 1 ) custom_fonts/font = ExtResource( 2 ) text = "CONNECT" script = ExtResource( 4 ) [node name="quit_button" parent="Panel" instance=ExtResource( 3 )] margin_left = 1102.0 margin_top = 875.0 margin_right = 1738.0 margin_bottom = 1025.0 custom_colors/font_color_hover = Color( 1, 0, 0, 1 ) custom_fonts/font = ExtResource( 2 ) text = "BACK" script = ExtResource( 4 ) [node name="credit2" parent="Panel" instance=ExtResource( 1 )] margin_left = -105.0 margin_top = 346.0 margin_right = 485.0 margin_bottom = 410.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "SERVER" align = 2 [node name="credit5" parent="Panel" instance=ExtResource( 1 )] margin_left = 1239.0 margin_top = 271.0 margin_right = 1829.0 margin_bottom = 335.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "OPTIONS" [node name="credit3" parent="Panel" instance=ExtResource( 1 )] margin_left = -105.0 margin_top = 519.0 margin_right = 485.0 margin_bottom = 583.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "PLAYER" align = 2 [node name="credit4" parent="Panel" instance=ExtResource( 1 )] margin_left = -105.0 margin_top = 704.0 margin_right = 485.0 margin_bottom = 768.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "PASSWORD" align = 2 [node name="server_box" type="LineEdit" parent="Panel"] margin_left = 502.0 margin_top = 295.0 margin_right = 1144.0 margin_bottom = 445.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 caret_blink = true [node name="player_box" type="LineEdit" parent="Panel"] margin_left = 502.0 margin_top = 477.0 margin_right = 1144.0 margin_bottom = 627.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 caret_blink = true [node name="password_box" type="LineEdit" parent="Panel"] margin_left = 502.0 margin_top = 659.0 margin_right = 1144.0 margin_bottom = 809.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 caret_blink = true [node name="AcceptDialog" type="AcceptDialog" parent="Panel"] margin_right = 83.0 margin_bottom = 58.0 [node name="confusing_box" type="CheckBox" parent="Panel"] margin_left = 1227.0 margin_top = 351.0 margin_right = 1832.0 margin_bottom = 439.0 custom_fonts/font = ExtResource( 6 ) custom_icons/checked = ExtResource( 8 ) custom_icons/unchecked = ExtResource( 7 ) text = "Make world more confusing" [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] id='n55' href='#n55'>55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
extends Node
var activated = false
var effect_running = false
var slowness_remaining = 0
var iceland_remaining = 0
var atbash_activated = false
var queued_iceland = 0
var skip_available = false
var puzzle_focused = false
var solve_mode = false
var puzzle_to_skip = ""
var orig_env
var orig_walk
var orig_run
func _ready():
orig_env = get_tree().get_root().get_node("Spatial/player/pivot/camera").environment
orig_walk = get_tree().get_root().get_node("Spatial/player").walk_speed
orig_run = get_tree().get_root().get_node("Spatial/player").run_speed
var label = Label.new()
label.set_name("label")
label.margin_right = 1920.0 - 20.0
label.margin_top = 20.0
label.align = Label.ALIGN_RIGHT
label.valign = Label.VALIGN_TOP
var dynamic_font = DynamicFont.new()
dynamic_font.font_data = load("res://fonts/Lingo.ttf")
dynamic_font.size = 36
dynamic_font.outline_color = Color(0, 0, 0, 1)
dynamic_font.outline_size = 2
label.add_font_override("font", dynamic_font)
add_child(label)
func activate():
activated = true
for _i in range(0, queued_iceland):
trigger_iceland_trap()
queued_iceland = 0
func trigger_slowness_trap():
if slowness_remaining == 0:
var player = get_tree().get_root().get_node("Spatial/player")
player.walk_speed = orig_walk / 2.0
player.run_speed = orig_run / 2.0
slowness_remaining += 30
if not effect_running:
_process_effects()
func trigger_iceland_trap():
if not activated:
queued_iceland += 1
return
if iceland_remaining == 0:
get_tree().get_root().get_node("Spatial/player/pivot/camera").set_environment(
load("res://environments/level_iceland.tres")
)
iceland_remaining += 60
if not effect_running:
_process_effects()
func trigger_atbash_trap():
if not atbash_activated:
atbash_activated = true
var apclient = global.get_node("Archipelago")
apclient.evaluateSolvability()
if not effect_running:
_process_effects()
func deactivate_atbash_trap():
if atbash_activated:
atbash_activated = false
var apclient = global.get_node("Archipelago")
apclient.evaluateSolvability()
func show_puzzle_skip_message(node_path):
var panel_input = get_tree().get_root().get_node(node_path)
if not panel_input.visible:
return
var ap_panel = panel_input.get_parent().get_parent().get_parent().get_parent().get_node_or_null(
"AP_Panel"
)
if ap_panel == null or not ap_panel.solvable:
return
puzzle_focused = true
puzzle_to_skip = node_path
_evaluate_puzzle_skip()
func hide_puzzle_skip_message():
puzzle_focused = false
_evaluate_puzzle_skip()
func enter_solve_mode():
solve_mode = true
_evaluate_puzzle_skip()
func exit_solve_mode():
solve_mode = false
_evaluate_puzzle_skip()
func skip_puzzle():
if not solve_mode and puzzle_focused:
var apclient = global.get_node("Archipelago")
if apclient.getAvailablePuzzleSkips() > 0:
apclient.usePuzzleSkip()
get_tree().get_root().get_node(puzzle_to_skip).complete()
func _evaluate_puzzle_skip():
if puzzle_focused and not solve_mode:
skip_available = true
if not effect_running:
_process_effects()
else:
skip_available = false
func _process_effects():
effect_running = true
while slowness_remaining > 0 or iceland_remaining > 0 or atbash_activated or skip_available:
var text = ""
if atbash_activated:
text += "Atbash Trap lasts until you solve a puzzle"
if skip_available:
var apclient = global.get_node("Archipelago")
if apclient.getAvailablePuzzleSkips() > 0:
if not text.empty():
text += "\n"
text += "Press P to skip puzzle (%d available)" % apclient.getAvailablePuzzleSkips()
if slowness_remaining > 0:
if not text.empty():
text += "\n"
text += "Slowness: %d seconds" % slowness_remaining
if iceland_remaining > 0:
if not text.empty():
text += "\n"
text += "Iceland: %d seconds" % iceland_remaining
self.get_node("label").text = text
yield(get_tree().create_timer(1.0), "timeout")
if slowness_remaining > 0:
slowness_remaining -= 1
if slowness_remaining == 0:
var player = get_tree().get_root().get_node("Spatial/player")
player.walk_speed = orig_walk
player.run_speed = orig_run
if iceland_remaining > 0:
iceland_remaining -= 1
if iceland_remaining == 0:
get_tree().get_root().get_node("Spatial/player/pivot/camera").set_environment(
orig_env
)
self.get_node("label").text = ""
effect_running = false