Rebrand project and refresh title presentation

This commit is contained in:
Alexander Sellite 2026-08-25 17:14:12 -04:00
parent 17fef2c5d4
commit 7ae20789a9
138 changed files with 1511 additions and 1498 deletions

View file

@ -278,7 +278,7 @@ func _validate_manager(manager: ControllerMappingManagerType) -> String:
func _validate_portmaster_launcher() -> String:
const launcher_path: String = "res://scripts/portmaster/NETfishing.sh"
const launcher_path: String = "res://scripts/portmaster/straywild.sh"
if not FileAccess.file_exists(launcher_path):
return "PortMaster launcher template is missing"
var launcher: String = FileAccess.get_file_as_string(launcher_path)
@ -291,9 +291,9 @@ func _validate_portmaster_launcher() -> String:
"guide:b8,start:b7,back:b6",
"leftstick:b9",
"rightstick:b12",
"netfishing_controllerconfig=\"$GODOT_MUOS_MAPPING\"",
"GPTOKEYB_CONFIG=\"$GAMEDIR/netfishing.gptk\"",
"$GPTOKEYB \"NETfishing.aarch64\" -c \"$GPTOKEYB_CONFIG\" &",
"straywild_controllerconfig=\"$GODOT_MUOS_MAPPING\"",
"GPTOKEYB_CONFIG=\"$GAMEDIR/straywild.gptk\"",
"$GPTOKEYB \"straywild.aarch64\" -c \"$GPTOKEYB_CONFIG\" &",
"pm_platform_helper \"$GAME_EXECUTABLE\"",
"\"$GAME_LAUNCHER\"",
"\"$CONTROLLER_MAPPING_FILE\"",
@ -304,7 +304,7 @@ func _validate_portmaster_launcher() -> String:
if "$'\\n'" in launcher:
return "PortMaster launcher appends mappings across a Weston-unsafe newline"
const game_launcher_path: String = (
"res://scripts/portmaster/launch-netfishing.sh"
"res://scripts/portmaster/launch-straywild.sh"
)
if not FileAccess.file_exists(game_launcher_path):
return "PortMaster game launcher wrapper is missing"