mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 18:43:48 +00:00
Mapping and models
This commit is contained in:
parent
4728677e80
commit
87438dff2b
29 changed files with 3136 additions and 1845 deletions
|
|
@ -1,25 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://b2hgfu40nfoe3"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://b2hgfu40nfoe3"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_ipqa3"]
|
||||
[ext_resource type="PackedScene" uid="uid://sas2dyqvk7bs" path="res://3D/Scenes/Props/Tube_3D_Corner.tscn" id="2_ipqa3"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_yvjec"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_ipqa3"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_yvjec")
|
||||
script = ExtResource("3_ipqa3")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_ipqa3")
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tube_corner"
|
||||
description = "Tube Corner"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_ipqa3")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Tube_Corner.glb\"",
|
||||
"model": "\"3D/MapModels/actor_tube_corner.glb\"",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://b23cpstd7ab8c"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://b23cpstd7ab8c"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_cpsnq"]
|
||||
[ext_resource type="PackedScene" uid="uid://b72piaqmqsj10" path="res://3D/Scenes/Props/Tube_3D_Junction.tscn" id="2_cpsnq"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_clsxl"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_cpsnq"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_clsxl")
|
||||
script = ExtResource("3_cpsnq")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_cpsnq")
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tube_junction"
|
||||
description = "Blue Box"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_cpsnq")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Tube_Junction.glb\"",
|
||||
"model": "\"3D/MapModels/actor_tube_junction.glb\"",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://cwr35wrv087eu"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://cwr35wrv087eu"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_dg8qq"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7c6lrbrqgdlf" path="res://3D/Scenes/Props/Tube_3D_Straight.tscn" id="2_dg8qq"]
|
||||
[ext_resource type="Script" uid="uid://c83r7t467hm4m" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_wwbci"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_dg8qq"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_wwbci")
|
||||
script = ExtResource("3_dg8qq")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_dg8qq")
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tube_straight"
|
||||
description = "Blue Box"
|
||||
func_godot_internal = false
|
||||
description = "Straight tube"
|
||||
base_classes = Array[Resource]([ExtResource("1_dg8qq")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/Tube_Straight.glb\"",
|
||||
"model": "\"3D/MapModels/actor_tube_straight.glb\"",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://5jxyln87hluw"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_bwovp"]
|
||||
[ext_resource type="PackedScene" uid="uid://7s7t2piaf8cq" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_Long.gltf" id="2_bwovp"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_r30wg"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_r30wg")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_bwovp")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tube_straight_long"
|
||||
description = "Long straight tube"
|
||||
base_classes = Array[Resource]([ExtResource("1_bwovp")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_tube_straight_long.glb\"",
|
||||
"size": AABB(-8, -16, -8, 8, 16, 8)
|
||||
}
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue