Animation particles

This commit is contained in:
Rendo 2025-12-20 17:49:13 +05:00
commit 1981f30971
121 changed files with 45837 additions and 12688 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,3 @@
[gd_resource type="AnimationLibrary" format=3 uid="uid://lm3d4kwbffgp"]
[resource]

View file

@ -0,0 +1,27 @@
[gd_resource type="ShaderMaterial" load_steps=6 format=3 uid="uid://bw3uex67yy8e7"]
[ext_resource type="Shader" uid="uid://dr0p2owhwp4i" path="res://shaders/firewall.gdshader" id="1_i6b38"]
[sub_resource type="Gradient" id="Gradient_i6b38"]
interpolation_mode = 1
offsets = PackedFloat32Array(0.0056179776, 0.24719101, 0.4550562)
colors = PackedColorArray(1, 0, 0, 1, 1, 0.38039216, 0, 1, 1, 0.77357376, 0, 1)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_qwxnu"]
gradient = SubResource("Gradient_i6b38")
[sub_resource type="FastNoiseLite" id="FastNoiseLite_i6b38"]
noise_type = 2
cellular_jitter = 2.405
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_qwxnu"]
width = 1280
noise = SubResource("FastNoiseLite_i6b38")
seamless = true
[resource]
render_priority = 0
shader = ExtResource("1_i6b38")
shader_parameter/noise_texture = SubResource("NoiseTexture2D_qwxnu")
shader_parameter/fire_gradient = SubResource("GradientTexture1D_qwxnu")
shader_parameter/height = 0.16999999620016

View file

@ -0,0 +1,10 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://cjb0h3of85nc2"]
[ext_resource type="Texture2D" uid="uid://d1rfpdlpfnt5w" path="res://assets/textures/players/molikman/molikman_ingame_Molikman_red.png" id="1_qvmge"]
[resource]
resource_local_to_scene = true
resource_name = "mat_Molikman.001"
cull_mode = 2
vertex_color_use_as_albedo = true
albedo_texture = ExtResource("1_qvmge")

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://dynpcduei1wfn"]
[ext_resource type="Texture2D" uid="uid://ccgwt03xv63a2" path="res://assets/materials/prototypes/prototype_blue_256x256.png" id="1_f7b7x"]
[resource]
albedo_texture = ExtResource("1_f7b7x")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://mlha6r17v2en"]
[ext_resource type="Texture2D" uid="uid://del2a862e7etr" path="res://assets/materials/prototypes/prototype_256x256.png" id="1_wffu2"]
[resource]
albedo_texture = ExtResource("1_wffu2")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://bx3f5vx71ynh5"]
[ext_resource type="Texture2D" uid="uid://87pitdljtw1e" path="res://assets/materials/prototypes/prototype_gray_256x256.png" id="1_d67pj"]
[resource]
albedo_texture = ExtResource("1_d67pj")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://jdfticwelku4"]
[ext_resource type="Texture2D" uid="uid://8ik50gqyn6u" path="res://assets/materials/prototypes/prototype_green_256x256.png" id="1_rcjgt"]
[resource]
albedo_texture = ExtResource("1_rcjgt")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://cyej4ph6hcnou"]
[ext_resource type="Texture2D" uid="uid://b8aqstr5es5x4" path="res://assets/materials/prototypes/prototype_orange_256x256.png" id="1_ntui7"]
[resource]
albedo_texture = ExtResource("1_ntui7")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://cgb6bsmykod1w"]
[ext_resource type="Texture2D" uid="uid://bxjoam6tke5ws" path="res://assets/materials/prototypes/prototype_pink_256x256.png" id="1_iclcw"]
[resource]
albedo_texture = ExtResource("1_iclcw")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://cdeggf10dmama"]
[ext_resource type="Texture2D" uid="uid://c7mpr2p4gqqwm" path="res://assets/materials/prototypes/prototype_purple_256x256.png" id="1_310wc"]
[resource]
albedo_texture = ExtResource("1_310wc")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,8 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://c6xa4phihtya2"]
[ext_resource type="Texture2D" uid="uid://brpyk2n4lb72o" path="res://assets/materials/prototypes/prototype_red_256x256.png" id="1_kadb0"]
[resource]
albedo_texture = ExtResource("1_kadb0")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true

View file

@ -0,0 +1,9 @@
[gd_resource type="ORMMaterial3D" load_steps=2 format=3 uid="uid://duvlktlyurohd"]
[ext_resource type="Texture2D" uid="uid://bmnqvop2dy5pm" path="res://assets/materials/prototypes/prototype_yellow_256x256.png" id="1_anv2g"]
[resource]
albedo_texture = ExtResource("1_anv2g")
uv1_offset = Vector3(0.5, 0.5, 0.5)
uv1_triplanar = true
uv2_offset = Vector3(0.5, 0.5, 0.5)

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://del2a862e7etr"
path.s3tc="res://.godot/imported/prototype_256x256.png-b57b4b6f26fcfd1928af64ac94438438.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_256x256.png-63147de28317150879309b037e9d906e.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_256x256.png"
dest_files=["res://.godot/imported/prototype_256x256.png-b57b4b6f26fcfd1928af64ac94438438.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_256x256.png"
dest_files=["res://.godot/imported/prototype_256x256.png-63147de28317150879309b037e9d906e.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cb3c3pyec44ri"
path="res://.godot/imported/prototype_256x256.svg-8aa7236106daf66ec0f4c8cb434aa959.ctex"
path="res://.godot/imported/prototype_256x256.svg-a622aef9f5d06b9af7e767784659333f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/prototype_256x256.svg"
dest_files=["res://.godot/imported/prototype_256x256.svg-8aa7236106daf66ec0f4c8cb434aa959.ctex"]
source_file="res://assets/materials/prototypes/prototype_256x256.svg"
dest_files=["res://.godot/imported/prototype_256x256.svg-a622aef9f5d06b9af7e767784659333f.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ccgwt03xv63a2"
path.s3tc="res://.godot/imported/prototype_blue_256x256.png-b32aeb978611b9752810467ce15a711f.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_blue_256x256.png-f77a515c04f47fdaed0af6c6e7e033a0.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_blue_256x256.png"
dest_files=["res://.godot/imported/prototype_blue_256x256.png-b32aeb978611b9752810467ce15a711f.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_blue_256x256.png"
dest_files=["res://.godot/imported/prototype_blue_256x256.png-f77a515c04f47fdaed0af6c6e7e033a0.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://87pitdljtw1e"
path.s3tc="res://.godot/imported/prototype_gray_256x256.png-0b444986aef37e41743a70178e749e04.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_gray_256x256.png-2efefc7d468269762acb23d0effde868.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_gray_256x256.png"
dest_files=["res://.godot/imported/prototype_gray_256x256.png-0b444986aef37e41743a70178e749e04.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_gray_256x256.png"
dest_files=["res://.godot/imported/prototype_gray_256x256.png-2efefc7d468269762acb23d0effde868.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://8ik50gqyn6u"
path.s3tc="res://.godot/imported/prototype_green_256x256.png-3f78be20fcaea4c5c9f53f3b8e14f3ad.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_green_256x256.png-0e5ea61aee5c80bc5217ba78f73203ef.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_green_256x256.png"
dest_files=["res://.godot/imported/prototype_green_256x256.png-3f78be20fcaea4c5c9f53f3b8e14f3ad.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_green_256x256.png"
dest_files=["res://.godot/imported/prototype_green_256x256.png-0e5ea61aee5c80bc5217ba78f73203ef.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b8aqstr5es5x4"
path.s3tc="res://.godot/imported/prototype_orange_256x256.png-e2df2133c5a6370a9068b0cbbe93e7d0.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_orange_256x256.png-adc6318d3990677a0574dc6c7e56e61d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_orange_256x256.png"
dest_files=["res://.godot/imported/prototype_orange_256x256.png-e2df2133c5a6370a9068b0cbbe93e7d0.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_orange_256x256.png"
dest_files=["res://.godot/imported/prototype_orange_256x256.png-adc6318d3990677a0574dc6c7e56e61d.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bxjoam6tke5ws"
path.s3tc="res://.godot/imported/prototype_pink_256x256.png-fa2140a67c245a68301bb0af3de4f81b.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_pink_256x256.png-895d9dd5788b2f5811ae6e52d8993fc6.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_pink_256x256.png"
dest_files=["res://.godot/imported/prototype_pink_256x256.png-fa2140a67c245a68301bb0af3de4f81b.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_pink_256x256.png"
dest_files=["res://.godot/imported/prototype_pink_256x256.png-895d9dd5788b2f5811ae6e52d8993fc6.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c7mpr2p4gqqwm"
path.s3tc="res://.godot/imported/prototype_purple_256x256.png-f0d114fd54d830b3b060725913a8ee8b.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_purple_256x256.png-b99cb66ceb51877c27798195248005fa.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_purple_256x256.png"
dest_files=["res://.godot/imported/prototype_purple_256x256.png-f0d114fd54d830b3b060725913a8ee8b.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_purple_256x256.png"
dest_files=["res://.godot/imported/prototype_purple_256x256.png-b99cb66ceb51877c27798195248005fa.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://brpyk2n4lb72o"
path.s3tc="res://.godot/imported/prototype_red_256x256.png-9bd0af91687cc3c592b6422feb873beb.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_red_256x256.png-bf58d2b334071e3c41c404987a6a541b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_red_256x256.png"
dest_files=["res://.godot/imported/prototype_red_256x256.png-9bd0af91687cc3c592b6422feb873beb.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_red_256x256.png"
dest_files=["res://.godot/imported/prototype_red_256x256.png-bf58d2b334071e3c41c404987a6a541b.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bmnqvop2dy5pm"
path.s3tc="res://.godot/imported/prototype_yellow_256x256.png-75017db3f7b4c7ad64e20c56737b7676.s3tc.ctex"
path.s3tc="res://.godot/imported/prototype_yellow_256x256.png-388cafec651d08387bca886844b152d8.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@ -11,8 +11,8 @@ metadata={
[deps]
source_file="res://assets/textures/prototype_yellow_256x256.png"
dest_files=["res://.godot/imported/prototype_yellow_256x256.png-75017db3f7b4c7ad64e20c56737b7676.s3tc.ctex"]
source_file="res://assets/materials/prototypes/prototype_yellow_256x256.png"
dest_files=["res://.godot/imported/prototype_yellow_256x256.png-388cafec651d08387bca886844b152d8.s3tc.ctex"]
[params]

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ct8b5dcenubms"
path.s3tc="res://.godot/imported/molikman_hands_tex_Molikman.png-a6363bbe6bd33d69c24fac9444bac90e.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "adf17223cdac27afac207ae40df37427"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_Molikman.png"
dest_files=["res://.godot/imported/molikman_hands_tex_Molikman.png-a6363bbe6bd33d69c24fac9444bac90e.s3tc.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: 94 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ba0xi4ts40yb3"
path.s3tc="res://.godot/imported/molikman_hands_tex_bomb.png-1b53fcd247038d66a5fade873ee44282.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "478cd944aa7bbc08b6e05bea8b51b71e"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_bomb.png"
dest_files=["res://.godot/imported/molikman_hands_tex_bomb.png-1b53fcd247038d66a5fade873ee44282.s3tc.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: 3.7 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cne3m4lsqaag5"
path.s3tc="res://.godot/imported/molikman_hands_tex_knife.png-d87fb62df4cb9710b6c03e238a7cf216.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "4e73f55f15c15350685cfd902157007e"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_knife.png"
dest_files=["res://.godot/imported/molikman_hands_tex_knife.png-d87fb62df4cb9710b6c03e238a7cf216.s3tc.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: 627 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cydet5mugcv2y"
path.s3tc="res://.godot/imported/molikman_hands_tex_mc255.png-2ed0b2e475811281315f89b34cf55fff.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "4c4e74ad08b505b93eeacccff4d2ee72"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_mc255.png"
dest_files=["res://.godot/imported/molikman_hands_tex_mc255.png-2ed0b2e475811281315f89b34cf55fff.s3tc.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: 63 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bnfvn64lqad84"
path.s3tc="res://.godot/imported/molikman_hands_tex_sp_albedo.png-37cdf9d5e2631684d98e089d4efb1c1d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "6643bd50a4e6b8c34195f1c0b3363b30"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_sp_albedo.png"
dest_files=["res://.godot/imported/molikman_hands_tex_sp_albedo.png-37cdf9d5e2631684d98e089d4efb1c1d.s3tc.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: 18 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4enoo2ke23m8"
path.s3tc="res://.godot/imported/molikman_hands_tex_sp_roughness.png-3e143da3086cb32a7d1a9a8b6ef537fb.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "8efa9a6c4e818d6467103a6b5a25a7bc"
}
[deps]
source_file="res://assets/models/characters/molikman_hands_tex_sp_roughness.png"
dest_files=["res://.godot/imported/molikman_hands_tex_sp_roughness.png-3e143da3086cb32a7d1a9a8b6ef537fb.s3tc.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.

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c81mv6bw6gr6t"
path.s3tc="res://.godot/imported/molikman_hands_tex_Molikman.png-07175d9223fee5c5ead0641ea7cb4545.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "adf17223cdac27afac207ae40df37427"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_Molikman.png"
dest_files=["res://.godot/imported/molikman_hands_tex_Molikman.png-07175d9223fee5c5ead0641ea7cb4545.s3tc.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: 94 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://twxsiwqgu1dy"
path.s3tc="res://.godot/imported/molikman_hands_tex_bomb.png-820d024baac5ed5ac8c7e114f5fa0779.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "478cd944aa7bbc08b6e05bea8b51b71e"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_bomb.png"
dest_files=["res://.godot/imported/molikman_hands_tex_bomb.png-820d024baac5ed5ac8c7e114f5fa0779.s3tc.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: 3.7 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://pdepam77xqnq"
path.s3tc="res://.godot/imported/molikman_hands_tex_knife.png-358bb980533af2a0e719ff131511c855.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "4e73f55f15c15350685cfd902157007e"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_knife.png"
dest_files=["res://.godot/imported/molikman_hands_tex_knife.png-358bb980533af2a0e719ff131511c855.s3tc.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: 627 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://05d6qk3b33na"
path.s3tc="res://.godot/imported/molikman_hands_tex_mc255.png-8f641dd574dcf17e94b85b63cfdba644.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "4c4e74ad08b505b93eeacccff4d2ee72"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_mc255.png"
dest_files=["res://.godot/imported/molikman_hands_tex_mc255.png-8f641dd574dcf17e94b85b63cfdba644.s3tc.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: 2.1 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ce5c0hj7iyvxs"
path.s3tc="res://.godot/imported/molikman_hands_tex_molik.png-135e98260a4d25994ffa2a159b244178.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "da8e6b435cf12d1cca3b95abbea21b6c"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_molik.png"
dest_files=["res://.godot/imported/molikman_hands_tex_molik.png-135e98260a4d25994ffa2a159b244178.s3tc.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: 63 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://mjmyeeb7m7yy"
path.s3tc="res://.godot/imported/molikman_hands_tex_sp_albedo.png-75e073a5964e890f7e38cb6d9efb17eb.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "6643bd50a4e6b8c34195f1c0b3363b30"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_sp_albedo.png"
dest_files=["res://.godot/imported/molikman_hands_tex_sp_albedo.png-75e073a5964e890f7e38cb6d9efb17eb.s3tc.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: 18 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmpn3gco5t5p2"
path.s3tc="res://.godot/imported/molikman_hands_tex_sp_roughness.png-a17cb22facae5dca20799ab0be020b64.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "8efa9a6c4e818d6467103a6b5a25a7bc"
}
[deps]
source_file="res://assets/models/characters/viewmodels/molikman_hands_tex_sp_roughness.png"
dest_files=["res://.godot/imported/molikman_hands_tex_sp_roughness.png-a17cb22facae5dca20799ab0be020b64.s3tc.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

View file

@ -0,0 +1,50 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://c2r8dbudbs7l3"
path="res://.godot/imported/molikman_ingame.glb-ae226cb1f1fca9ce28113aa5571518ce.scn"
[deps]
source_file="res://assets/models/characters/worldmodels/molikman_ingame.glb"
dest_files=["res://.godot/imported/molikman_ingame.glb-ae226cb1f1fca9ce28113aa5571518ce.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
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={
"materials": {
"mat_Molikman": {
"use_external/enabled": true,
"use_external/fallback_path": "res://assets/materials/players/molikman/mat_Molikman.tres",
"use_external/path": "uid://cjb0h3of85nc2"
}
}
}
gltf/naming_version=2
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

View file

@ -0,0 +1,43 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://50bjd4m600y"
path="res://.godot/imported/molikman_ingame_tex_Molikman.png-b32828b4389dcd98cf193c8fd33d390e.ctex"
metadata={
"vram_texture": false
}
generator_parameters={
"md5": "adf17223cdac27afac207ae40df37427"
}
[deps]
source_file="res://assets/models/characters/worldmodels/molikman_ingame_tex_Molikman.png"
dest_files=["res://.godot/imported/molikman_ingame_tex_Molikman.png-b32828b4389dcd98cf193c8fd33d390e.ctex"]
[params]
compress/mode=0
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=1

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,42 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dftij0fdq3lbr"
path="res://.godot/imported/Bomb.glb-94b7c2e5f83d26b91cf6fad0570efb3c.scn"
[deps]
source_file="res://assets/models/weapons/Bomb.glb"
dest_files=["res://.godot/imported/Bomb.glb-94b7c2e5f83d26b91cf6fad0570efb3c.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://kiprxlfy83qr"
path.s3tc="res://.godot/imported/Bomb_tex_bomb.png-fbaacfd9b32107e82a3bdff16a0d9619.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "478cd944aa7bbc08b6e05bea8b51b71e"
}
[deps]
source_file="res://assets/models/weapons/Bomb_tex_bomb.png"
dest_files=["res://.godot/imported/Bomb_tex_bomb.png-fbaacfd9b32107e82a3bdff16a0d9619.s3tc.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,42 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://b57k7qap3jn6a"
path="res://.godot/imported/mc255.glb-8a52e7f8479833e2bfbf5e2bf3b9141d.scn"
[deps]
source_file="res://assets/models/weapons/mc255.glb"
dest_files=["res://.godot/imported/mc255.glb-8a52e7f8479833e2bfbf5e2bf3b9141d.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 KiB

View file

@ -0,0 +1,44 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nxro4k3iv4jp"
path.s3tc="res://.godot/imported/mc255_tex_mc255.png-10d877696c0276595d55071f09b02dab.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={
"md5": "4c4e74ad08b505b93eeacccff4d2ee72"
}
[deps]
source_file="res://assets/models/weapons/mc255_tex_mc255.png"
dest_files=["res://.godot/imported/mc255_tex_mc255.png-10d877696c0276595d55071f09b02dab.s3tc.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,42 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bijrgctn1e36d"
path="res://.godot/imported/molotov.glb-16d656be27542d87413486d73debe34b.scn"
[deps]
source_file="res://assets/models/weapons/molotov.glb"
dest_files=["res://.godot/imported/molotov.glb-16d656be27542d87413486d73debe34b.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

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