Add LimboConsole plugin with command interpreter and configuration options

This commit is contained in:
2025-08-23 16:48:39 +02:00
parent 9da3b02a46
commit 846c3a6d83
60 changed files with 3201 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2wsb1jsmtifq"
path="res://.godot/imported/follower_tier_1.png-d66a290ad46b1bb9ea69b54444ab5725.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Mods/Tiers/Followers/follower_tier_1.png"
dest_files=["res://.godot/imported/follower_tier_1.png-d66a290ad46b1bb9ea69b54444ab5725.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
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.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c88ltenh4ghit"
path="res://.godot/imported/hut_tier_1.png-95c994b0565c43d199344569cb1a91ab.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Mods/Tiers/Huts/hut_tier_1.png"
dest_files=["res://.godot/imported/hut_tier_1.png-95c994b0565c43d199344569cb1a91ab.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
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.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cgoigfok3s0fc"
path="res://.godot/imported/hut_tier_2.png-7e373825ef1bbf63f359ae57d709b394.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Mods/Tiers/Huts/hut_tier_2.png"
dest_files=["res://.godot/imported/hut_tier_2.png-7e373825ef1bbf63f359ae57d709b394.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
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

View File

@@ -3,13 +3,61 @@
{
"tierEnum": "Tier1",
"threshold": 150,
"imagePath": "res://Mods/Tiers/Huts/hut_tier_1.png",
"imagePath": "res://Sprites/Hut.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier2",
"threshold": 750,
"imagePath": "res://Mods/Tiers/Huts/hut_tier_2.png",
"imagePath": "res://Sprites/hut_tier_2.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier3",
"threshold": 1000,
"imagePath": "res://Sprites/hut_tier_3.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier4",
"threshold": 5000,
"imagePath": "res://Sprites/castle.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier5",
"threshold": 7500,
"imagePath": "res://Sprites/house.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier6",
"threshold": 10000,
"imagePath": "res://Sprites/house_tier_2.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier7",
"threshold": 50000,
"imagePath": "res://Sprites/house_tier_3.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier8",
"threshold": 150000,
"imagePath": "res://Sprites/Skyscraper.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier9",
"threshold": 350000,
"imagePath": "res://Sprites/skyscraper_tier_2.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier10",
"threshold": 550000,
"imagePath": "res://Sprites/skyscraper_tier_3.png",
"scale": {"x": 0.05, "y": 0.05}
}
]