Add authored lake river and cliff terrain chunks

This commit is contained in:
Alexander Sellite 2026-08-22 18:37:59 -04:00
parent ae8ecc24bb
commit 219c462181
146 changed files with 3209 additions and 99 deletions

View file

@ -284,7 +284,7 @@ def _discover_chunks(tolerance: float) -> list[ChunkSource]:
# authored ocean direction; Godot supplies the quarter-turn variants.
# Elevated inland cliff overlays also stop at their downhill edge,
# while second-tier sea pieces carry that edge down to ocean depth.
layered_cliff = "cliff_2" in label
layered_cliff = re.search(r"(?:^|_)cliff_\d+(?:_|$)", label) is not None
allow_open_east_edge = (
"ocean_edge" in label
or "sea_edge" in label

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bneeuu84cevug"
path="res://.godot/imported/chunk_0017.glb-228d1e425de5c2fd00e282e16dc0f8e3.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0017.glb"
dest_files=["res://.godot/imported/chunk_0017.glb-228d1e425de5c2fd00e282e16dc0f8e3.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ba2fv7n63mnlc"
path.s3tc="res://.godot/imported/chunk_0017_cliff_wall.png-12779ca349a15f258fefebe5cc8220ff.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0017_cliff_wall.png-12779ca349a15f258fefebe5cc8220ff.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0017_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0017_cliff_wall.png-12779ca349a15f258fefebe5cc8220ff.s3tc.ctex", "res://.godot/imported/chunk_0017_cliff_wall.png-12779ca349a15f258fefebe5cc8220ff.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cffd03larjbvt"
path.s3tc="res://.godot/imported/chunk_0017_dirt.png-71828f723dd265597fef29979cf6fbd6.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0017_dirt.png-71828f723dd265597fef29979cf6fbd6.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0017_dirt.png"
dest_files=["res://.godot/imported/chunk_0017_dirt.png-71828f723dd265597fef29979cf6fbd6.s3tc.ctex", "res://.godot/imported/chunk_0017_dirt.png-71828f723dd265597fef29979cf6fbd6.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bq325wmfg6wuo"
path.s3tc="res://.godot/imported/chunk_0017_grass_lite.png-54382ed671976b1d8fc631885a13c0da.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0017_grass_lite.png-54382ed671976b1d8fc631885a13c0da.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0017_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0017_grass_lite.png-54382ed671976b1d8fc631885a13c0da.s3tc.ctex", "res://.godot/imported/chunk_0017_grass_lite.png-54382ed671976b1d8fc631885a13c0da.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bbqogponobnqp"
path="res://.godot/imported/chunk_0018.glb-7a0613c27510f5b2c828c996fdbefada.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0018.glb"
dest_files=["res://.godot/imported/chunk_0018.glb-7a0613c27510f5b2c828c996fdbefada.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://k3t8pxe8px7s"
path.s3tc="res://.godot/imported/chunk_0018_cliff_wall.png-7cff46efa09026e6272b3660b5583fa4.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0018_cliff_wall.png-7cff46efa09026e6272b3660b5583fa4.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0018_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0018_cliff_wall.png-7cff46efa09026e6272b3660b5583fa4.s3tc.ctex", "res://.godot/imported/chunk_0018_cliff_wall.png-7cff46efa09026e6272b3660b5583fa4.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dtcryu6rooaoa"
path.s3tc="res://.godot/imported/chunk_0018_dirt.png-8556ec714a9a3b49f66b007b30a5956d.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0018_dirt.png-8556ec714a9a3b49f66b007b30a5956d.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0018_dirt.png"
dest_files=["res://.godot/imported/chunk_0018_dirt.png-8556ec714a9a3b49f66b007b30a5956d.s3tc.ctex", "res://.godot/imported/chunk_0018_dirt.png-8556ec714a9a3b49f66b007b30a5956d.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dqsxacrym8jgk"
path.s3tc="res://.godot/imported/chunk_0018_grass_lite.png-83164c8a8ee1f5ee3ed9b549b0b0a60a.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0018_grass_lite.png-83164c8a8ee1f5ee3ed9b549b0b0a60a.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0018_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0018_grass_lite.png-83164c8a8ee1f5ee3ed9b549b0b0a60a.s3tc.ctex", "res://.godot/imported/chunk_0018_grass_lite.png-83164c8a8ee1f5ee3ed9b549b0b0a60a.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dpewtvbpnde0p"
path="res://.godot/imported/chunk_0019.glb-3628a4adc20a32f989a8f6833f3882f4.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0019.glb"
dest_files=["res://.godot/imported/chunk_0019.glb-3628a4adc20a32f989a8f6833f3882f4.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2bt0twilq8v7"
path.s3tc="res://.godot/imported/chunk_0019_dirt.png-ff3062a338904b50a3704e1563041b56.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0019_dirt.png-ff3062a338904b50a3704e1563041b56.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0019_dirt.png"
dest_files=["res://.godot/imported/chunk_0019_dirt.png-ff3062a338904b50a3704e1563041b56.s3tc.ctex", "res://.godot/imported/chunk_0019_dirt.png-ff3062a338904b50a3704e1563041b56.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://4a0r17pwvm8t"
path="res://.godot/imported/chunk_0020.glb-1ee08c73ceacb5090f2cd5a90d282ebf.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0020.glb"
dest_files=["res://.godot/imported/chunk_0020.glb-1ee08c73ceacb5090f2cd5a90d282ebf.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dr2xc4q12votg"
path.s3tc="res://.godot/imported/chunk_0020_cliff_wall.png-9fca07eff916ed4e6bc6789b34514d96.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0020_cliff_wall.png-9fca07eff916ed4e6bc6789b34514d96.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0020_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0020_cliff_wall.png-9fca07eff916ed4e6bc6789b34514d96.s3tc.ctex", "res://.godot/imported/chunk_0020_cliff_wall.png-9fca07eff916ed4e6bc6789b34514d96.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bg5vc5sf1polv"
path.s3tc="res://.godot/imported/chunk_0020_dirt.png-228409a9c49c9d21514e4ea3ac43ff8f.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0020_dirt.png-228409a9c49c9d21514e4ea3ac43ff8f.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0020_dirt.png"
dest_files=["res://.godot/imported/chunk_0020_dirt.png-228409a9c49c9d21514e4ea3ac43ff8f.s3tc.ctex", "res://.godot/imported/chunk_0020_dirt.png-228409a9c49c9d21514e4ea3ac43ff8f.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bgd757w10plad"
path.s3tc="res://.godot/imported/chunk_0020_grass_lite.png-6bcd3c8b62028611b62c70c5f08ea7d7.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0020_grass_lite.png-6bcd3c8b62028611b62c70c5f08ea7d7.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0020_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0020_grass_lite.png-6bcd3c8b62028611b62c70c5f08ea7d7.s3tc.ctex", "res://.godot/imported/chunk_0020_grass_lite.png-6bcd3c8b62028611b62c70c5f08ea7d7.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dcqyadgt3k1vw"
path="res://.godot/imported/chunk_0021.glb-16d59e274791d8fd5ed6504eeb414331.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0021.glb"
dest_files=["res://.godot/imported/chunk_0021.glb-16d59e274791d8fd5ed6504eeb414331.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://do7eytp6ai2k4"
path.s3tc="res://.godot/imported/chunk_0021_cliff_wall.png-f021272dee4dab1f1301a0d3e76fedc6.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0021_cliff_wall.png-f021272dee4dab1f1301a0d3e76fedc6.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0021_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0021_cliff_wall.png-f021272dee4dab1f1301a0d3e76fedc6.s3tc.ctex", "res://.godot/imported/chunk_0021_cliff_wall.png-f021272dee4dab1f1301a0d3e76fedc6.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csu47ggb0w61x"
path.s3tc="res://.godot/imported/chunk_0021_dirt.png-f41d458d2152aba11662cff95487655a.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0021_dirt.png-f41d458d2152aba11662cff95487655a.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0021_dirt.png"
dest_files=["res://.godot/imported/chunk_0021_dirt.png-f41d458d2152aba11662cff95487655a.s3tc.ctex", "res://.godot/imported/chunk_0021_dirt.png-f41d458d2152aba11662cff95487655a.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://65w6yu6qoqhf"
path.s3tc="res://.godot/imported/chunk_0021_grass_lite.png-87739ccaaa7fa5144e513acd5d6fdd4e.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0021_grass_lite.png-87739ccaaa7fa5144e513acd5d6fdd4e.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0021_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0021_grass_lite.png-87739ccaaa7fa5144e513acd5d6fdd4e.s3tc.ctex", "res://.godot/imported/chunk_0021_grass_lite.png-87739ccaaa7fa5144e513acd5d6fdd4e.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dpykvp5etdgug"
path="res://.godot/imported/chunk_0022.glb-bd3f88e9557e8be9ce33cd0894c072a8.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0022.glb"
dest_files=["res://.godot/imported/chunk_0022.glb-bd3f88e9557e8be9ce33cd0894c072a8.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c8ewmctk5jdb1"
path.s3tc="res://.godot/imported/chunk_0022_cliff_wall.png-25c8e2e218479091d4f61c1e8b4ea8aa.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0022_cliff_wall.png-25c8e2e218479091d4f61c1e8b4ea8aa.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0022_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0022_cliff_wall.png-25c8e2e218479091d4f61c1e8b4ea8aa.s3tc.ctex", "res://.godot/imported/chunk_0022_cliff_wall.png-25c8e2e218479091d4f61c1e8b4ea8aa.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bthcfxhrcji73"
path.s3tc="res://.godot/imported/chunk_0022_dirt.png-5d9fd9df0af3ac2367b13d5f6ca93691.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0022_dirt.png-5d9fd9df0af3ac2367b13d5f6ca93691.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0022_dirt.png"
dest_files=["res://.godot/imported/chunk_0022_dirt.png-5d9fd9df0af3ac2367b13d5f6ca93691.s3tc.ctex", "res://.godot/imported/chunk_0022_dirt.png-5d9fd9df0af3ac2367b13d5f6ca93691.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7jqtsmkxrued"
path.s3tc="res://.godot/imported/chunk_0022_grass_lite.png-85f472915902e02a8ff5b55f6bfe3bd9.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0022_grass_lite.png-85f472915902e02a8ff5b55f6bfe3bd9.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0022_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0022_grass_lite.png-85f472915902e02a8ff5b55f6bfe3bd9.s3tc.ctex", "res://.godot/imported/chunk_0022_grass_lite.png-85f472915902e02a8ff5b55f6bfe3bd9.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://kxwhtnm1ghtj"
path="res://.godot/imported/chunk_0023.glb-127253482ab6c8fd742fa71f8efe2660.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0023.glb"
dest_files=["res://.godot/imported/chunk_0023.glb-127253482ab6c8fd742fa71f8efe2660.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://byv0lpc6xrq0d"
path.s3tc="res://.godot/imported/chunk_0023_cliff_wall.png-784608e0c86e2cf6e9ea005547822eb8.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0023_cliff_wall.png-784608e0c86e2cf6e9ea005547822eb8.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0023_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0023_cliff_wall.png-784608e0c86e2cf6e9ea005547822eb8.s3tc.ctex", "res://.godot/imported/chunk_0023_cliff_wall.png-784608e0c86e2cf6e9ea005547822eb8.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2ykndcni7cmj"
path.s3tc="res://.godot/imported/chunk_0023_dirt.png-24cc2bc31b7ec1b2ddda53fbd24bd1c0.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0023_dirt.png-24cc2bc31b7ec1b2ddda53fbd24bd1c0.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0023_dirt.png"
dest_files=["res://.godot/imported/chunk_0023_dirt.png-24cc2bc31b7ec1b2ddda53fbd24bd1c0.s3tc.ctex", "res://.godot/imported/chunk_0023_dirt.png-24cc2bc31b7ec1b2ddda53fbd24bd1c0.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dh4uqjq4cxaot"
path.s3tc="res://.godot/imported/chunk_0023_grass_lite.png-4843845551605218ef627bee7c38421f.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0023_grass_lite.png-4843845551605218ef627bee7c38421f.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0023_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0023_grass_lite.png-4843845551605218ef627bee7c38421f.s3tc.ctex", "res://.godot/imported/chunk_0023_grass_lite.png-4843845551605218ef627bee7c38421f.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://2e1ofu66v63i"
path="res://.godot/imported/chunk_0024.glb-60c806335de18870f67a6c1ea4e0e176.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0024.glb"
dest_files=["res://.godot/imported/chunk_0024.glb-60c806335de18870f67a6c1ea4e0e176.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://co8g2kmlp3ab5"
path.s3tc="res://.godot/imported/chunk_0024_cliff_wall.png-3a3f2fa42f39373dc416653ef0e52e6d.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0024_cliff_wall.png-3a3f2fa42f39373dc416653ef0e52e6d.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0024_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0024_cliff_wall.png-3a3f2fa42f39373dc416653ef0e52e6d.s3tc.ctex", "res://.godot/imported/chunk_0024_cliff_wall.png-3a3f2fa42f39373dc416653ef0e52e6d.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://beyky3gta3nqh"
path.s3tc="res://.godot/imported/chunk_0024_dirt.png-09cfb1153164f6392c3a5524233c4914.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0024_dirt.png-09cfb1153164f6392c3a5524233c4914.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0024_dirt.png"
dest_files=["res://.godot/imported/chunk_0024_dirt.png-09cfb1153164f6392c3a5524233c4914.s3tc.ctex", "res://.godot/imported/chunk_0024_dirt.png-09cfb1153164f6392c3a5524233c4914.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://detwq82wskego"
path.s3tc="res://.godot/imported/chunk_0024_grass_lite.png-640a3b97770b213e2324e92744ad1ced.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0024_grass_lite.png-640a3b97770b213e2324e92744ad1ced.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0024_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0024_grass_lite.png-640a3b97770b213e2324e92744ad1ced.s3tc.ctex", "res://.godot/imported/chunk_0024_grass_lite.png-640a3b97770b213e2324e92744ad1ced.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://di1gybgee4f1u"
path="res://.godot/imported/chunk_0025.glb-aa3abc3ca368da4adac17d9ef3b0460d.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0025.glb"
dest_files=["res://.godot/imported/chunk_0025.glb-aa3abc3ca368da4adac17d9ef3b0460d.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://domqsoj7bx6p8"
path.s3tc="res://.godot/imported/chunk_0025_cliff_wall.png-31c1a0f019712f8e38a8aff2e2b21600.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0025_cliff_wall.png-31c1a0f019712f8e38a8aff2e2b21600.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0025_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0025_cliff_wall.png-31c1a0f019712f8e38a8aff2e2b21600.s3tc.ctex", "res://.godot/imported/chunk_0025_cliff_wall.png-31c1a0f019712f8e38a8aff2e2b21600.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://rhralv406n8h"
path.s3tc="res://.godot/imported/chunk_0025_dirt.png-dfc704db44fb4bf311408ce970dd036e.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0025_dirt.png-dfc704db44fb4bf311408ce970dd036e.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0025_dirt.png"
dest_files=["res://.godot/imported/chunk_0025_dirt.png-dfc704db44fb4bf311408ce970dd036e.s3tc.ctex", "res://.godot/imported/chunk_0025_dirt.png-dfc704db44fb4bf311408ce970dd036e.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://w5c0bdktyqrv"
path.s3tc="res://.godot/imported/chunk_0025_grass_lite.png-83d8f3c173f71ce1c617dc8feba1f996.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0025_grass_lite.png-83d8f3c173f71ce1c617dc8feba1f996.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0025_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0025_grass_lite.png-83d8f3c173f71ce1c617dc8feba1f996.s3tc.ctex", "res://.godot/imported/chunk_0025_grass_lite.png-83d8f3c173f71ce1c617dc8feba1f996.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cuhckqmxopd77"
path="res://.godot/imported/chunk_0026.glb-8812ef230c0e010daa0ceec424ffc32b.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0026.glb"
dest_files=["res://.godot/imported/chunk_0026.glb-8812ef230c0e010daa0ceec424ffc32b.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://4vcqerg68m3h"
path.s3tc="res://.godot/imported/chunk_0026_cliff_wall.png-795aa428d08a5122e0db737d98fa1d03.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0026_cliff_wall.png-795aa428d08a5122e0db737d98fa1d03.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0026_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0026_cliff_wall.png-795aa428d08a5122e0db737d98fa1d03.s3tc.ctex", "res://.godot/imported/chunk_0026_cliff_wall.png-795aa428d08a5122e0db737d98fa1d03.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5emjxa5x2gjq"
path.s3tc="res://.godot/imported/chunk_0026_grass_lite.png-ffb873d6940627068fdd7483097e5e51.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0026_grass_lite.png-ffb873d6940627068fdd7483097e5e51.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0026_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0026_grass_lite.png-ffb873d6940627068fdd7483097e5e51.s3tc.ctex", "res://.godot/imported/chunk_0026_grass_lite.png-ffb873d6940627068fdd7483097e5e51.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cthumao77qhcu"
path="res://.godot/imported/chunk_0027.glb-639b066827e346586454f2adf4125929.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0027.glb"
dest_files=["res://.godot/imported/chunk_0027.glb-639b066827e346586454f2adf4125929.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bltxue4c1n6fw"
path.s3tc="res://.godot/imported/chunk_0027_cliff_wall.png-fee127bb5f1be5bc769dc92136bf6cdc.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0027_cliff_wall.png-fee127bb5f1be5bc769dc92136bf6cdc.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0027_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0027_cliff_wall.png-fee127bb5f1be5bc769dc92136bf6cdc.s3tc.ctex", "res://.godot/imported/chunk_0027_cliff_wall.png-fee127bb5f1be5bc769dc92136bf6cdc.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b7woamx7dv7qf"
path.s3tc="res://.godot/imported/chunk_0027_grass_lite.png-696ffdb6aa78ca467a0ed69ea76a4da7.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0027_grass_lite.png-696ffdb6aa78ca467a0ed69ea76a4da7.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0027_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0027_grass_lite.png-696ffdb6aa78ca467a0ed69ea76a4da7.s3tc.ctex", "res://.godot/imported/chunk_0027_grass_lite.png-696ffdb6aa78ca467a0ed69ea76a4da7.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cyqewjbfia0ty"
path="res://.godot/imported/chunk_0028.glb-610d89095c1e8423e10d7c0fb30e0032.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0028.glb"
dest_files=["res://.godot/imported/chunk_0028.glb-610d89095c1e8423e10d7c0fb30e0032.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djgnsoqfxqgd1"
path.s3tc="res://.godot/imported/chunk_0028_grass_lite.png-884a10543ec73303d9c98e3e5e1f3c4b.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0028_grass_lite.png-884a10543ec73303d9c98e3e5e1f3c4b.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0028_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0028_grass_lite.png-884a10543ec73303d9c98e3e5e1f3c4b.s3tc.ctex", "res://.godot/imported/chunk_0028_grass_lite.png-884a10543ec73303d9c98e3e5e1f3c4b.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://glu7hwcr5or2"
path="res://.godot/imported/chunk_0029.glb-405a3070486a2450437e59fe21ca0e58.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0029.glb"
dest_files=["res://.godot/imported/chunk_0029.glb-405a3070486a2450437e59fe21ca0e58.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgu2ucpy4v43d"
path.s3tc="res://.godot/imported/chunk_0029_cliff_wall.png-927f2dfbe31bfb7f80a11a038acb9fbe.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0029_cliff_wall.png-927f2dfbe31bfb7f80a11a038acb9fbe.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0029_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0029_cliff_wall.png-927f2dfbe31bfb7f80a11a038acb9fbe.s3tc.ctex", "res://.godot/imported/chunk_0029_cliff_wall.png-927f2dfbe31bfb7f80a11a038acb9fbe.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://crjuh1v2yw8hg"
path.s3tc="res://.godot/imported/chunk_0029_dirt.png-83beafb3e8bd6ad7993415774d44a170.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0029_dirt.png-83beafb3e8bd6ad7993415774d44a170.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0029_dirt.png"
dest_files=["res://.godot/imported/chunk_0029_dirt.png-83beafb3e8bd6ad7993415774d44a170.s3tc.ctex", "res://.godot/imported/chunk_0029_dirt.png-83beafb3e8bd6ad7993415774d44a170.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://81jjhrsikq6k"
path.s3tc="res://.godot/imported/chunk_0029_grass_lite.png-5a8a8539f0ed4755639de16564353294.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0029_grass_lite.png-5a8a8539f0ed4755639de16564353294.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "4dc1ac400d85d9b3e4f43a5af0a38ed4"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0029_grass_lite.png"
dest_files=["res://.godot/imported/chunk_0029_grass_lite.png-5a8a8539f0ed4755639de16564353294.s3tc.ctex", "res://.godot/imported/chunk_0029_grass_lite.png-5a8a8539f0ed4755639de16564353294.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

View file

@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://b0ma158bjv3s0"
path="res://.godot/imported/chunk_0030.glb-933a7c432e2136b0b660312c4458e56a.scn"
[deps]
source_file="res://world/generation/chunks/assets/chunk_0030.glb"
dest_files=["res://.godot/imported/chunk_0030.glb-933a7c432e2136b0b660312c4458e56a.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
mesh_library/use_node_names_as_mesh_names=false
array_mesh/deduplicate_surfaces=true
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
gltf/naming_version=2
gltf/embedded_image_handling=1
gltf/texture_map_mode=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dmk5j01u7gujg"
path.s3tc="res://.godot/imported/chunk_0030_cliff_wall.png-3d53d77d7e9a3854575f3efd1aa45e8e.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0030_cliff_wall.png-3d53d77d7e9a3854575f3efd1aa45e8e.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "fc97184f537cc23f83a731327e10c836"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0030_cliff_wall.png"
dest_files=["res://.godot/imported/chunk_0030_cliff_wall.png-3d53d77d7e9a3854575f3efd1aa45e8e.s3tc.ctex", "res://.godot/imported/chunk_0030_cliff_wall.png-3d53d77d7e9a3854575f3efd1aa45e8e.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,45 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b8ew50w8pcdo1"
path.s3tc="res://.godot/imported/chunk_0030_dirt.png-56d0c2cc024e40f55431052959e62137.s3tc.ctex"
path.etc2="res://.godot/imported/chunk_0030_dirt.png-56d0c2cc024e40f55431052959e62137.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}
generator_parameters={
"md5": "07d90b3c46a4c3d0c172bed143dc9436"
}
[deps]
source_file="res://world/generation/chunks/assets/chunk_0030_dirt.png"
dest_files=["res://.godot/imported/chunk_0030_dirt.png-56d0c2cc024e40f55431052959e62137.s3tc.ctex", "res://.godot/imported/chunk_0030_dirt.png-56d0c2cc024e40f55431052959e62137.etc2.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Some files were not shown because too many files have changed in this diff Show more