This commit is contained in:
MaddoScientisto 2025-06-25 22:31:59 +02:00
commit c0a1853468
39 changed files with 1100 additions and 521 deletions

View file

@ -24,7 +24,7 @@ class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-8, -8, -8, 8, 8, 8),
"studio": "\"3D/MapModels/actor_capacitor_mini.glb\""
"studio": "\"3D\\MapModels/actor_capacitor_mini.glb\""
}
node_class = ""
name_property = ""

View file

@ -6,7 +6,7 @@
[resource]
script = ExtResource("3_ta5yw")
target_map_editor = 0
target_map_editor = 1
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
@ -23,8 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-1, -1, -1, 1, 1, 1),
"studio": "\"3D/MapModels/actor_furniture_can.glb\""
"size": AABB(-2, -2, -2, 2, 2, 2)
}
node_class = ""
name_property = ""

View file

@ -6,7 +6,7 @@
[resource]
script = ExtResource("3_8wc8b")
target_map_editor = 0
target_map_editor = 1
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
@ -23,8 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-1, -1, -1, 1, 1, 1),
"studio": "\"3D/MapModels/actor_furniture_shelf.glb\""
"size": AABB(-2, -2, -2, 2, 2, 2)
}
node_class = ""
name_property = ""

View file

@ -0,0 +1,31 @@
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://cr3xqfglolihb"]
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_4lat3"]
[ext_resource type="PackedScene" uid="uid://5oos364p3wex" path="res://3D/Scenes/Props/Furniture/Computer_Tower_3D.tscn" id="2_4lat3"]
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_xgcta"]
[resource]
script = ExtResource("3_xgcta")
target_map_editor = 1
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
rotation_offset = Vector3(0, 180, 0)
generate_gd_ignore_file = false
scene_file = ExtResource("2_4lat3")
apply_rotation_on_map_build = true
apply_scale_on_map_build = false
classname = "actor_furniture_computertower"
description = "Computer tower"
func_godot_internal = false
base_classes = Array[Resource]([ExtResource("1_4lat3")])
class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D\\MapModels/actor_furniture_computertower.glb\"",
"size": AABB(-4, -5, -1, 4, 5, 1)
}
node_class = ""
name_property = ""
metadata/_custom_type_script = "uid://c83r7t467hm4m"

View file

@ -6,7 +6,7 @@
[resource]
script = ExtResource("3_tppu4")
target_map_editor = 0
target_map_editor = 1
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
@ -23,8 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-4, -8, -1, 4, 8, 1),
"studio": "\"3D/MapModels/actor_furniture_shelf.glb\""
"size": AABB(-4, -8, -1, 4, 8, 1)
}
node_class = ""
name_property = ""

View file

@ -0,0 +1,31 @@
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://yw4443572o6u"]
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_aw0kv"]
[ext_resource type="PackedScene" uid="uid://dsppxfki3n30g" path="res://3D/Scenes/Props/Furniture/Triangle_Furniture_3D.tscn" id="2_aw0kv"]
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_4hq8f"]
[resource]
script = ExtResource("3_4hq8f")
target_map_editor = 1
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
rotation_offset = Vector3(0, 180, 0)
generate_gd_ignore_file = false
scene_file = ExtResource("2_aw0kv")
apply_rotation_on_map_build = true
apply_scale_on_map_build = false
classname = "actor_furniture_triangle"
description = "Triangle"
func_godot_internal = false
base_classes = Array[Resource]([ExtResource("1_aw0kv")])
class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D\\MapModels/actor_furniture_triangle.glb\"",
"size": AABB(-2, -2, -2, 2, 2, 2)
}
node_class = ""
name_property = ""
metadata/_custom_type_script = "uid://c83r7t467hm4m"

View file

@ -24,7 +24,7 @@ class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-32, -16, -16, 32, 16, 16),
"studio": "\"3D/MapModels/actor_tank_large.glb\""
"studio": "\"3D\\MapModels/actor_tank_large.glb\""
}
node_class = ""
name_property = ""

View file

@ -0,0 +1,37 @@
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=6 format=3 uid="uid://bjqfsr0ws3kbi"]
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_nutsy"]
[ext_resource type="Resource" uid="uid://kerywjgft7vh" path="res://3D/TrenchBroom/EntityDefinitions/base/target_base.tres" id="2_l1mk8"]
[ext_resource type="Resource" uid="uid://c1utxplehq2jl" path="res://3D/TrenchBroom/EntityDefinitions/base/targetname_base.tres" id="3_l1mk8"]
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="4_arlxu"]
[ext_resource type="PackedScene" uid="uid://dbv1l74q66rdr" path="res://3D/Scenes/Props/Teleporter_3D.tscn" id="4_minqd"]
[resource]
script = ExtResource("4_arlxu")
target_map_editor = 0
models_sub_folder = ""
scale_expression = ""
generate_size_property = false
rotation_offset = Vector3(0, 180, 0)
generate_gd_ignore_file = false
scene_file = ExtResource("4_minqd")
apply_rotation_on_map_build = true
apply_scale_on_map_build = false
classname = "actor_teleporter"
description = "Teleporter"
func_godot_internal = false
base_classes = Array[Resource]([ExtResource("1_nutsy"), ExtResource("2_l1mk8"), ExtResource("3_l1mk8")])
class_properties = {
"enabled": false
}
class_property_descriptions = {
"enabled": "Enabled or disabled"
}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-8, -8, -1, 8, 8, 1),
"studio": "\"3D\\MapModels/actor_teleporter.glb\""
}
node_class = ""
name_property = ""
metadata/_custom_type_script = "uid://c83r7t467hm4m"

View file

@ -23,6 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D\\MapModels/actor_chest_1.glb\"",
"size": AABB(-8, -8, -8, 8, 8, 8)
}
node_class = ""