mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 00:23:46 +00:00
Updated func_godot
This commit is contained in:
parent
d8d348640c
commit
01a852de9b
170 changed files with 1705 additions and 2296 deletions
|
|
@ -8,17 +8,6 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_en8ro")
|
||||
gamepack_name = "func_godot"
|
||||
game_name = "FuncGodot"
|
||||
base_game_path = ""
|
||||
fgd_file = ExtResource("1_gct4v")
|
||||
netradiant_custom_shaders = Array[Resource]([ExtResource("2_w7psh"), ExtResource("3_6gpk8"), ExtResource("4_8rl60")])
|
||||
texture_types = PackedStringArray("png", "jpg", "jpeg", "bmp", "tga")
|
||||
model_types = PackedStringArray("glb", "gltf", "obj")
|
||||
sound_types = PackedStringArray("wav", "ogg")
|
||||
default_scale = "1.0"
|
||||
clip_texture = "textures/special/clip"
|
||||
skip_texture = "textures/special/skip"
|
||||
map_type = 1
|
||||
default_build_menu_variables = {}
|
||||
default_build_menu_commands = {}
|
||||
texture_types = PackedStringArray("png", "jpg", "jpeg", "bmp", "tga")
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_cuylw")
|
||||
texture_path = "textures/special/clip"
|
||||
shader_attributes = Array[String](["qer_trans 0.4"])
|
||||
texture_path = "textures/clip"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_ah2cp")
|
||||
texture_path = "textures/special/origin"
|
||||
shader_attributes = Array[String](["qer_trans 0.4"])
|
||||
texture_path = "textures/origin"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_4ja6h")
|
||||
texture_path = "textures/special/skip"
|
||||
shader_attributes = Array[String](["qer_trans 0.4"])
|
||||
texture_path = "textures/skip"
|
||||
|
|
|
|||
|
|
@ -9,26 +9,3 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_ns6ah")
|
||||
game_name = "FuncGodot"
|
||||
icon = ExtResource("6_tex5j")
|
||||
map_formats = Array[Dictionary]([{
|
||||
"format": "Valve",
|
||||
"initialmap": "initial_valve.map"
|
||||
}, {
|
||||
"format": "Standard",
|
||||
"initialmap": "initial_standard.map"
|
||||
}, {
|
||||
"format": "Quake2",
|
||||
"initialmap": "initial_quake2.map"
|
||||
}, {
|
||||
"format": "Quake3"
|
||||
}])
|
||||
textures_root_folder = "textures"
|
||||
texture_exclusion_patterns = Array[String](["*_albedo", "*_ao", "*_emission", "*_height", "*_metallic", "*_normal", "*_orm", "*_roughness", "*_sss"])
|
||||
palette_path = "textures/palette.lmp"
|
||||
fgd_file = ExtResource("1_8u1vq")
|
||||
entity_scale = "32"
|
||||
brush_tags = Array[Resource]([])
|
||||
brushface_tags = Array[Resource]([ExtResource("1_rsp20"), ExtResource("2_166i2"), ExtResource("3_stisi")])
|
||||
default_uv_scale = Vector2(1, 1)
|
||||
game_config_version = 0
|
||||
|
|
|
|||
|
|
@ -8,4 +8,3 @@ tag_name = "Func"
|
|||
tag_attributes = Array[String]([])
|
||||
tag_match_type = 1
|
||||
tag_pattern = "func*"
|
||||
texture_name = ""
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
[resource]
|
||||
script = ExtResource("1_msqpk")
|
||||
tag_name = "Trigger"
|
||||
tag_attributes = Array[String](["transparent"])
|
||||
tag_match_type = 1
|
||||
tag_pattern = "trigger*"
|
||||
texture_name = "special/trigger"
|
||||
texture_name = "trigger"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@
|
|||
[resource]
|
||||
script = ExtResource("1_7td58")
|
||||
tag_name = "Clip"
|
||||
tag_attributes = Array[String](["transparent"])
|
||||
tag_match_type = 0
|
||||
tag_pattern = "clip"
|
||||
texture_name = ""
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@
|
|||
[resource]
|
||||
script = ExtResource("1_enkfc")
|
||||
tag_name = "Origin"
|
||||
tag_attributes = Array[String](["transparent"])
|
||||
tag_match_type = 0
|
||||
tag_pattern = "origin"
|
||||
texture_name = ""
|
||||
|
|
|
|||
|
|
@ -5,7 +5,4 @@
|
|||
[resource]
|
||||
script = ExtResource("1_2teqe")
|
||||
tag_name = "Skip"
|
||||
tag_attributes = Array[String](["transparent"])
|
||||
tag_match_type = 0
|
||||
tag_pattern = "skip"
|
||||
texture_name = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue