Open in 4.0.2

This commit is contained in:
Atirut Wattanamongkol 2023-04-28 16:57:13 +07:00
parent d8019f5b11
commit b2b728a785
4 changed files with 15 additions and 124 deletions

View file

@ -4,23 +4,22 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://cbdcufiya5jlg"
path.s3tc="res://.godot/imported/worldgrid_heightmap.png-10f221adfc4f9b52057c967bffec0045.s3tc.ctex"
path.etc2="res://.godot/imported/worldgrid_heightmap.png-10f221adfc4f9b52057c967bffec0045.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://materials/worldgrid/worldgrid_heightmap.png"
dest_files=["res://.godot/imported/worldgrid_heightmap.png-10f221adfc4f9b52057c967bffec0045.s3tc.ctex", "res://.godot/imported/worldgrid_heightmap.png-10f221adfc4f9b52057c967bffec0045.etc2.ctex"]
dest_files=["res://.godot/imported/worldgrid_heightmap.png-10f221adfc4f9b52057c967bffec0045.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true

View file

@ -4,23 +4,22 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://b26xof5bu74lw"
path.s3tc="res://.godot/imported/worldgrid_normal.png-779403a947ac888846209ba9e36ea482.s3tc.ctex"
path.etc2="res://.godot/imported/worldgrid_normal.png-779403a947ac888846209ba9e36ea482.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://materials/worldgrid/worldgrid_normal.png"
dest_files=["res://.godot/imported/worldgrid_normal.png-779403a947ac888846209ba9e36ea482.s3tc.ctex", "res://.godot/imported/worldgrid_normal.png-779403a947ac888846209ba9e36ea482.etc2.ctex"]
dest_files=["res://.godot/imported/worldgrid_normal.png-779403a947ac888846209ba9e36ea482.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=1
compress/channel_pack=0
mipmaps/generate=true

View file

@ -4,23 +4,22 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://dt0r57rk6astj"
path.s3tc="res://.godot/imported/worldgrid_orm.png-a4bf8d1bdf01684ffd09c1e70e412b6d.s3tc.ctex"
path.etc2="res://.godot/imported/worldgrid_orm.png-a4bf8d1bdf01684ffd09c1e70e412b6d.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://materials/worldgrid/worldgrid_orm.png"
dest_files=["res://.godot/imported/worldgrid_orm.png-a4bf8d1bdf01684ffd09c1e70e412b6d.s3tc.ctex", "res://.godot/imported/worldgrid_orm.png-a4bf8d1bdf01684ffd09c1e70e412b6d.etc2.ctex"]
dest_files=["res://.godot/imported/worldgrid_orm.png-a4bf8d1bdf01684ffd09c1e70e412b6d.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true

View file

@ -8,112 +8,6 @@
config_version=5
_global_script_classes=[{
"base": "RefCounted",
"class": &"ColFile",
"language": &"GDScript",
"path": "res://scripts/classes/col_file.gd"
}, {
"base": "RefCounted",
"class": &"ItemDef",
"language": &"GDScript",
"path": "res://scripts/classes/item_def.gd"
}, {
"base": "RefCounted",
"class": &"ItemPlacement",
"language": &"GDScript",
"path": "res://scripts/classes/item_placement.gd"
}, {
"base": "RefCounted",
"class": &"RWChunk",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_chunk.gd"
}, {
"base": "RWChunk",
"class": &"RWClump",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_clump.gd"
}, {
"base": "RWChunk",
"class": &"RWFrameList",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_frame_list.gd"
}, {
"base": "RWChunk",
"class": &"RWGeometry",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_geometry.gd"
}, {
"base": "RWChunk",
"class": &"RWGeometryList",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_geometry_list.gd"
}, {
"base": "RWChunk",
"class": &"RWMaterial",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_material.gd"
}, {
"base": "RWChunk",
"class": &"RWMaterialList",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_material_list.gd"
}, {
"base": "RWChunk",
"class": &"RWRaster",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_raster.gd"
}, {
"base": "RWChunk",
"class": &"RWString",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_string.gd"
}, {
"base": "RWChunk",
"class": &"RWTexture",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_texture.gd"
}, {
"base": "RWChunk",
"class": &"RWTextureDict",
"language": &"GDScript",
"path": "res://scripts/renderware/rw_texture_dict.gd"
}, {
"base": "MeshInstance3D",
"class": &"StreamedMesh",
"language": &"GDScript",
"path": "res://scripts/classes/streamed_mesh.gd"
}, {
"base": "RefCounted",
"class": &"TDFX",
"language": &"GDScript",
"path": "res://scripts/classes/tdfx.gd"
}, {
"base": "TDFX",
"class": &"TDFXLight",
"language": &"GDScript",
"path": "res://scripts/classes/tdfx_light.gd"
}]
_global_script_class_icons={
"ColFile": "",
"ItemDef": "",
"ItemPlacement": "",
"RWChunk": "",
"RWClump": "",
"RWFrameList": "",
"RWGeometry": "",
"RWGeometryList": "",
"RWMaterial": "",
"RWMaterialList": "",
"RWRaster": "",
"RWString": "",
"RWTexture": "",
"RWTextureDict": "",
"StreamedMesh": "",
"TDFX": "",
"TDFXLight": ""
}
[application]
config/name="GTA 3 Godot"
@ -131,32 +25,32 @@ AssetLoader="*res://scripts/asset_loader.gd"
movement_forward={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
movement_backward={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
movement_left={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
movement_right={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"unicode":100,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null)
]
}
movement_up={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
movement_down={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":81,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":81,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}