DM1 update
This commit is contained in:
parent
1b8f0549bb
commit
28d773b44b
15 changed files with 146 additions and 1232 deletions
Binary file not shown.
|
@ -1,24 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture_array"
|
||||
type="TextureArray"
|
||||
path="res://.import/BakedLightmap.exr-4f170012703d16a967f9e823604ca5ad.texarr"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Maps/DM1/BakedLightmap.exr"
|
||||
dest_files=[ "res://.import/BakedLightmap.exr-4f170012703d16a967f9e823604ca5ad.texarr" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/no_bptc_if_rgb=false
|
||||
flags/repeat=false
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/srgb=false
|
||||
slices/horizontal=1
|
||||
slices/vertical=1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
BIN
Assets/Maps/DM1/DM1.exr
Normal file
BIN
Assets/Maps/DM1/DM1.exr
Normal file
Binary file not shown.
Binary file not shown.
|
@ -26,7 +26,7 @@ meshes/light_baking=2
|
|||
meshes/lightmap_texel_size=0.1
|
||||
skins/use_named_skins=true
|
||||
external_files/store_in_subdir=false
|
||||
animation/import=true
|
||||
animation/import=false
|
||||
animation/fps=15
|
||||
animation/filter_script=""
|
||||
animation/storage=false
|
||||
|
|
Binary file not shown.
BIN
Assets/Maps/DM1/DM1.lmbake
Normal file
BIN
Assets/Maps/DM1/DM1.lmbake
Normal file
Binary file not shown.
142
Assets/Maps/DM1/DM1.tscn
Normal file
142
Assets/Maps/DM1/DM1.tscn
Normal file
|
@ -0,0 +1,142 @@
|
|||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Maps/DM1/DM1.glb" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Assets/Maps/DM1/DM1.lmbake" type="BakedLightmapData" id=2]
|
||||
[ext_resource path="res://Assets/Maps/Materials/ConcreteBase.tres" type="Material" id=3]
|
||||
[ext_resource path="res://Assets/Maps/Materials/ConcreteWall.tres" type="Material" id=4]
|
||||
[ext_resource path="res://Assets/Maps/Materials/MetalGrating.tres" type="Material" id=5]
|
||||
[ext_resource path="res://Assets/Maps/Materials/MetalPanel.tres" type="Material" id=6]
|
||||
[ext_resource path="res://Assets/Maps/Materials/DecorationLight01.tres" type="Material" id=7]
|
||||
[ext_resource path="res://Assets/Maps/Materials/SetA/Metal/Metal_Floor_01/Metal_Floor_01.tres" type="Material" id=8]
|
||||
[ext_resource path="res://LevelComponents/SpawnPoint.tscn" type="PackedScene" id=9]
|
||||
|
||||
[sub_resource type="ProceduralSky" id=1]
|
||||
|
||||
[sub_resource type="Environment" id=2]
|
||||
background_mode = 2
|
||||
background_sky = SubResource( 1 )
|
||||
ss_reflections_max_steps = 256
|
||||
ss_reflections_fade_in = 0.14489
|
||||
ss_reflections_fade_out = 1.10957
|
||||
glow_enabled = true
|
||||
|
||||
[node name="Level" type="Spatial"]
|
||||
|
||||
[node name="SpawnPoint" parent="." instance=ExtResource( 9 )]
|
||||
transform = Transform( 0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, 2, 10, 18 )
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 2 )
|
||||
|
||||
[node name="BakedLightmap" type="BakedLightmap" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 13, 0 )
|
||||
extents = Vector3( 31, 15, 23 )
|
||||
quality = 0
|
||||
bounces = 1
|
||||
default_texels_per_unit = 4.0
|
||||
environment_mode = 1
|
||||
capture_quality = 0
|
||||
light_data = ExtResource( 2 )
|
||||
|
||||
[node name="SpawnPoints" type="Spatial" parent="."]
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="SpawnPoint2" parent="SpawnPoints" instance=ExtResource( 9 )]
|
||||
transform = Transform( 0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, 3, 10, -18 )
|
||||
|
||||
[node name="SpawnPoint3" parent="SpawnPoints" instance=ExtResource( 9 )]
|
||||
transform = Transform( 0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -17, 17, 0 )
|
||||
|
||||
[node name="SpawnPoint4" parent="SpawnPoints" instance=ExtResource( 9 )]
|
||||
transform = Transform( -0.258819, 0, -0.965926, 0, 1, 0, 0.965926, 0, -0.258819, 31, 3, 0 )
|
||||
|
||||
[node name="DM1" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="Block " parent="DM1" index="0"]
|
||||
material/0 = ExtResource( 3 )
|
||||
material/1 = ExtResource( 4 )
|
||||
material/2 = ExtResource( 7 )
|
||||
material/3 = ExtResource( 6 )
|
||||
material/4 = ExtResource( 5 )
|
||||
material/5 = ExtResource( 8 )
|
||||
|
||||
[node name="ReflectionProbes" type="Spatial" parent="."]
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="ReflectionProbe" type="ReflectionProbe" parent="ReflectionProbes"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 25, 14, 0 )
|
||||
extents = Vector3( 15, 14, 22 )
|
||||
box_projection = true
|
||||
|
||||
[node name="ReflectionProbe5" type="ReflectionProbe" parent="ReflectionProbes"]
|
||||
transform = Transform( 0.965926, 0.258819, 0, -0.258819, 0.965926, 0, 0, 0, 1, 12, 7, -20 )
|
||||
extents = Vector3( 11, 3, 3 )
|
||||
box_projection = true
|
||||
|
||||
[node name="ReflectionProbe2" type="ReflectionProbe" parent="ReflectionProbes"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 14, 0 )
|
||||
extents = Vector3( 15, 14, 17 )
|
||||
box_projection = true
|
||||
|
||||
[node name="ReflectionProbe4" type="ReflectionProbe" parent="ReflectionProbes"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 14, 0 )
|
||||
extents = Vector3( 15, 14, 17 )
|
||||
box_projection = true
|
||||
|
||||
[node name="ReflectionProbe3" type="ReflectionProbe" parent="ReflectionProbes"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 14, 0 )
|
||||
extents = Vector3( 11, 14, 22 )
|
||||
box_projection = true
|
||||
|
||||
[node name="Lights" type="Spatial" parent="."]
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="BlueDecoration" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 32.8, 14.4, 0 )
|
||||
light_color = Color( 0.294118, 0.900735, 1, 1 )
|
||||
light_energy = 1.5
|
||||
light_bake_mode = 2
|
||||
shadow_bias = 0.05
|
||||
spot_range = 36.0
|
||||
spot_angle = 78.3316
|
||||
|
||||
[node name="SpotLight" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 6.6, 9 )
|
||||
light_bake_mode = 2
|
||||
spot_range = 16.0
|
||||
spot_angle = 57.198
|
||||
|
||||
[node name="SpotLight2" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 6.6, -9 )
|
||||
light_bake_mode = 2
|
||||
spot_range = 16.0
|
||||
spot_angle = 57.198
|
||||
|
||||
[node name="SpotLight3" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -18, 13.6, 0 )
|
||||
light_bake_mode = 2
|
||||
spot_range = 24.0
|
||||
spot_angle = 57.198
|
||||
|
||||
[node name="SpotLight4" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 14, 2.87753, 0 )
|
||||
light_color = Color( 0.929412, 0.898039, 0.831373, 1 )
|
||||
light_energy = 2.0
|
||||
light_bake_mode = 2
|
||||
spot_range = 24.0
|
||||
spot_angle = 57.198
|
||||
|
||||
[node name="SpotLight5" type="SpotLight" parent="Lights"]
|
||||
transform = Transform( -1, 0, 1.19209e-07, 8.42937e-08, 0.707107, 0.707107, -8.42937e-08, 0.707107, -0.707107, 2, 13, 18 )
|
||||
light_color = Color( 0.905882, 0.854902, 0.752941, 1 )
|
||||
light_bake_mode = 2
|
||||
spot_range = 38.0
|
||||
spot_angle = 63.7888
|
||||
|
||||
[editable path="DM1"]
|
|
@ -2,18 +2,18 @@
|
|||
|
||||
[ext_resource path="res://GUI/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://Game.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Level.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Assets/Maps/DM1/DM1.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://GUI/CharacterSelect.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Game" type="Node"]
|
||||
script = ExtResource( 2 )
|
||||
SERVER_IP = "127.0.0.1"
|
||||
|
||||
[node name="Players" type="Spatial" parent="."]
|
||||
|
||||
[node name="Level" parent="." instance=ExtResource( 3 )]
|
||||
visible = false
|
||||
|
||||
[node name="Players" type="Spatial" parent="."]
|
||||
|
||||
[node name="MenuContainer" type="CenterContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
Reference in a new issue