split map into func_geo segments, add lights and test npc to motel blockout, adjust npc settings so they can traverse slopes
This commit is contained in:
@@ -6,34 +6,13 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_8o081")
|
||||
spawn_type = 2
|
||||
origin_type = 3
|
||||
build_visuals = true
|
||||
global_illumination_mode = 1
|
||||
use_in_baked_light = true
|
||||
shadow_casting_setting = 1
|
||||
build_occlusion = true
|
||||
render_layers = 1
|
||||
collision_shape_type = 2
|
||||
collision_layer = 1
|
||||
collision_mask = 0
|
||||
collision_priority = 1.0
|
||||
collision_shape_margin = 0.04
|
||||
add_textures_metadata = false
|
||||
add_vertex_metadata = false
|
||||
add_face_position_metadata = false
|
||||
add_face_normal_metadata = false
|
||||
add_collision_shape_to_face_indices_metadata = false
|
||||
add_collision_shape_face_range_metadata = false
|
||||
collision_layer = 3
|
||||
classname = "func_geo"
|
||||
description = "Static collidable geometry. Builds a StaticBody3D with a MeshInstance3D, a single concave CollisionShape3D, and an OccluderInstance3D."
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_5mwee"), ExtResource("2_bp8pb")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0.8, 0.8, 0.8, 1)
|
||||
}
|
||||
node_class = "StaticBody3D"
|
||||
name_property = ""
|
||||
|
||||
@@ -10638,6 +10638,7 @@ viewport_path = NodePath("StatusSprite/SubViewport")
|
||||
|
||||
[node name="npc" type="CharacterBody3D"]
|
||||
collision_layer = 3
|
||||
safe_margin = 0.15
|
||||
script = ExtResource("1_ixooy")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
@@ -10646,6 +10647,7 @@ visible = false
|
||||
shape = SubResource("CapsuleShape3D_7e7u5")
|
||||
|
||||
[node name="CharacterArmature" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.15, 0)
|
||||
|
||||
[node name="Skeleton3D" type="Skeleton3D" parent="CharacterArmature"]
|
||||
bones/0/name = "Root"
|
||||
|
||||
2387
maps/autosave/cafemotel.6.map
Normal file
2387
maps/autosave/cafemotel.6.map
Normal file
File diff suppressed because it is too large
Load Diff
2436
maps/autosave/cafemotel.7.map
Normal file
2436
maps/autosave/cafemotel.7.map
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -25,4 +25,4 @@ compress/channel_pack=1
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
slices/horizontal=1
|
||||
slices/vertical=1
|
||||
slices/vertical=4
|
||||
|
||||
Binary file not shown.
4291
maps/cafemotel.map
4291
maps/cafemotel.map
File diff suppressed because it is too large
Load Diff
1883
maps/cafemotel.tscn
1883
maps/cafemotel.tscn
File diff suppressed because one or more lines are too long
@@ -89,6 +89,10 @@ aim={
|
||||
]
|
||||
}
|
||||
|
||||
[navigation]
|
||||
|
||||
3d/merge_rasterizer_cell_scale=0.5
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="mobile"
|
||||
|
||||
Reference in New Issue
Block a user