2026-07-29 22:18:14 -04:00
|
|
|
[gd_scene load_steps=34 format=3]
|
2026-07-25 10:42:21 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" path="res://world/test_world.tscn" id="1_world"]
|
|
|
|
|
[ext_resource type="PackedScene" path="res://player/player.tscn" id="2_player"]
|
2026-07-25 11:05:37 -04:00
|
|
|
[ext_resource type="Script" path="res://main/main.gd" id="3_main"]
|
|
|
|
|
[ext_resource type="PackedScene" path="res://fishing/fishing_spot.tscn" id="4_spot"]
|
|
|
|
|
[ext_resource type="PackedScene" path="res://ui/game_ui.tscn" id="5_ui"]
|
2026-07-25 16:02:34 -04:00
|
|
|
[ext_resource type="Resource" path="res://fish/pools/test_water_pool.tres" id="6_pool"]
|
2026-07-25 16:27:07 -04:00
|
|
|
[ext_resource type="Resource" path="res://economy/buyers/pelicans.tres" id="7_pelicans"]
|
2026-07-25 17:04:39 -04:00
|
|
|
[ext_resource type="Script" path="res://world/water_recovery_controller.gd" id="8_recovery"]
|
2026-07-25 18:20:49 -04:00
|
|
|
[ext_resource type="Script" path="res://save/player_save_manager.gd" id="9_save"]
|
|
|
|
|
[ext_resource type="Script" path="res://settings/player_settings_manager.gd" id="10_settings"]
|
2026-07-25 20:12:29 -04:00
|
|
|
[ext_resource type="Resource" path="res://items/catalog/item_catalog.tres" id="11_items"]
|
2026-07-25 21:24:01 -04:00
|
|
|
[ext_resource type="Resource" path="res://economy/buyers/main_fishing_shop.tres" id="12_main_shop"]
|
2026-07-26 23:19:25 -04:00
|
|
|
[ext_resource type="AudioStream" path="res://audio/music/title/as_in_four_wolves.ogg" id="13_title_music"]
|
2026-07-27 14:39:37 -04:00
|
|
|
[ext_resource type="Script" path="res://ui/ui_pixelation_presenter.gd" id="14_pixelation"]
|
|
|
|
|
[ext_resource type="PackedScene" path="res://ui/pixelation_reset_overlay.tscn" id="15_reset"]
|
2026-07-27 23:45:11 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://main/world_pixelation_postprocess.tscn" id="16_world_pixelation"]
|
2026-07-29 15:01:46 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_session.gd" id="17_network_session"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/network_profile_preferences.gd" id="18_network_profile"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/saved_server_store.gd" id="19_saved_servers"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/player_spawn_service.gd" id="20_spawn_service"]
|
2026-07-29 16:29:25 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_fishing_service.gd" id="21_network_fishing"]
|
2026-07-29 18:31:00 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_sale_service.gd" id="22_network_sale"]
|
2026-07-29 18:51:51 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_shop_service.gd" id="23_network_shop"]
|
2026-07-29 19:26:46 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_item_use_service.gd" id="24_network_item"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/network_chat_service.gd" id="25_network_chat"]
|
2026-07-29 20:10:44 -04:00
|
|
|
[ext_resource type="Script" path="res://network/network_mail_service.gd" id="26_network_mail"]
|
|
|
|
|
[ext_resource type="Script" path="res://progression/player_asset_reservation_service.gd" id="27_reservations"]
|
2026-07-29 21:31:42 -04:00
|
|
|
[ext_resource type="Script" path="res://progression/player_appearance_store.gd" id="28_appearance"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/network_profile_service.gd" id="29_profile_service"]
|
2026-07-29 22:18:14 -04:00
|
|
|
[ext_resource type="Script" path="res://network/player_identity_store.gd" id="30_player_identity"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/host_identity_store.gd" id="31_host_identity"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/known_player_store.gd" id="32_known_players"]
|
|
|
|
|
[ext_resource type="Script" path="res://network/server_trust_store.gd" id="33_server_trust"]
|
2026-07-25 10:42:21 -04:00
|
|
|
|
|
|
|
|
[node name="Main" type="Node3D"]
|
2026-07-25 11:05:37 -04:00
|
|
|
script = ExtResource("3_main")
|
2026-07-25 16:02:34 -04:00
|
|
|
fish_catalog = ExtResource("6_pool")
|
2026-07-25 16:27:07 -04:00
|
|
|
pelican_buyer_profile = ExtResource("7_pelicans")
|
2026-07-25 21:24:01 -04:00
|
|
|
main_shop_buyer_profile = ExtResource("12_main_shop")
|
2026-07-25 20:12:29 -04:00
|
|
|
item_catalog = ExtResource("11_items")
|
2026-07-25 10:42:21 -04:00
|
|
|
|
2026-07-29 15:01:46 -04:00
|
|
|
[node name="NetworkSession" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("17_network_session")
|
|
|
|
|
|
|
|
|
|
[node name="NetworkProfilePreferences" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("18_network_profile")
|
|
|
|
|
|
2026-07-29 22:18:14 -04:00
|
|
|
[node name="PlayerIdentityStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("30_player_identity")
|
|
|
|
|
|
|
|
|
|
[node name="HostIdentityStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("31_host_identity")
|
|
|
|
|
|
|
|
|
|
[node name="KnownPlayerStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("32_known_players")
|
|
|
|
|
|
|
|
|
|
[node name="ServerTrustStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("33_server_trust")
|
|
|
|
|
|
2026-07-29 21:31:42 -04:00
|
|
|
[node name="PlayerAppearanceStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("28_appearance")
|
|
|
|
|
|
|
|
|
|
[node name="NetworkProfileService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("29_profile_service")
|
|
|
|
|
|
2026-07-29 15:01:46 -04:00
|
|
|
[node name="SavedServerStore" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("19_saved_servers")
|
|
|
|
|
|
|
|
|
|
[node name="PlayerSpawnService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("20_spawn_service")
|
|
|
|
|
|
2026-07-29 16:29:25 -04:00
|
|
|
[node name="NetworkFishingService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("21_network_fishing")
|
|
|
|
|
|
2026-07-29 18:31:00 -04:00
|
|
|
[node name="NetworkSaleService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("22_network_sale")
|
|
|
|
|
|
2026-07-29 18:51:51 -04:00
|
|
|
[node name="NetworkShopService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("23_network_shop")
|
|
|
|
|
|
2026-07-29 19:26:46 -04:00
|
|
|
[node name="NetworkItemUseService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("24_network_item")
|
|
|
|
|
|
|
|
|
|
[node name="NetworkChatService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("25_network_chat")
|
|
|
|
|
|
2026-07-29 20:10:44 -04:00
|
|
|
[node name="PlayerAssetReservationService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("27_reservations")
|
|
|
|
|
|
|
|
|
|
[node name="NetworkMailService" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("26_network_mail")
|
|
|
|
|
|
2026-07-25 10:42:21 -04:00
|
|
|
[node name="TestWorld" parent="." instance=ExtResource("1_world")]
|
|
|
|
|
|
|
|
|
|
[node name="Players" type="Node3D" parent="."]
|
|
|
|
|
|
|
|
|
|
[node name="Player" parent="Players" instance=ExtResource("2_player")]
|
2026-07-25 11:05:37 -04:00
|
|
|
unique_name_in_owner = true
|
2026-07-26 00:33:37 -04:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 16)
|
2026-07-25 11:05:37 -04:00
|
|
|
|
|
|
|
|
[node name="FishingSpot" parent="." instance=ExtResource("4_spot")]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
position = Vector3(0, 1.02, -18)
|
|
|
|
|
|
2026-07-25 17:04:39 -04:00
|
|
|
[node name="WaterRecovery" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("8_recovery")
|
|
|
|
|
|
2026-07-25 18:20:49 -04:00
|
|
|
[node name="PlayerSaveManager" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("9_save")
|
|
|
|
|
|
|
|
|
|
[node name="PlayerSettingsManager" type="Node" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("10_settings")
|
|
|
|
|
|
2026-07-26 23:19:25 -04:00
|
|
|
[node name="TitleMusic" type="AudioStreamPlayer" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
stream = ExtResource("13_title_music")
|
|
|
|
|
volume_db = -80.0
|
|
|
|
|
bus = &"Music"
|
|
|
|
|
|
2026-07-27 23:45:11 -04:00
|
|
|
[node name="WorldPixelationPostprocess" parent="." instance=ExtResource("16_world_pixelation")]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-07-27 14:39:37 -04:00
|
|
|
[node name="UIPresentation" type="SubViewportContainer" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
offset_right = 1152.0
|
|
|
|
|
offset_bottom = 648.0
|
|
|
|
|
mouse_filter = 0
|
|
|
|
|
stretch = true
|
|
|
|
|
script = ExtResource("14_pixelation")
|
|
|
|
|
|
|
|
|
|
[node name="UIViewport" type="SubViewport" parent="UIPresentation"]
|
|
|
|
|
transparent_bg = true
|
|
|
|
|
handle_input_locally = false
|
|
|
|
|
size = Vector2i(1152, 648)
|
|
|
|
|
render_target_update_mode = 4
|
|
|
|
|
|
|
|
|
|
[node name="GameUI" parent="UIPresentation/UIViewport" instance=ExtResource("5_ui")]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
|
|
|
|
[node name="PixelationResetOverlay" parent="." instance=ExtResource("15_reset")]
|
2026-07-25 11:05:37 -04:00
|
|
|
unique_name_in_owner = true
|