mt-historical / i3

Other
0 stars 1 forks source link

replace assets #1

Closed wsor4035 closed 7 months ago

wsor4035 commented 7 months ago

do NOT make this public till assets are replaced or accounted for

Sounds

Textures

Montandalar commented 7 months ago

Report on the sources and recommended course of action on unchecked icons. I personally think that a bunch of them don't qualify for copyright as they are just basic geometric shapes. Some I found a free licence was actually present, others a nonfree gratis one, and some I found replacements for.

i3-icons-srcs.ods

Montandalar commented 7 months ago

My progress from today in the spreadsheet. I have a local branch but no push rights.

i3-icons-srcs.ods

LoneWolfHT commented 7 months ago

I'm not able to fork and make pull requests. Here's a first try at new sounds though: sounds.zip

diff --git a/src/callbacks.lua b/src/callbacks.lua
index f72bae4..7e8a9d4 100644
--- a/src/callbacks.lua
+++ b/src/callbacks.lua
@@ -69,11 +69,11 @@ if core.global_exists"armor" then
    i3.modules.armor = true

    local group_indexes = {
-       {"armor_head",   "i3_heavy_helmet"},
+       {"armor_head",   "i3_heavy_armor"},
        {"armor_torso",  "i3_heavy_armor"},
-       {"armor_legs",   "i3_heavy_leggings"},
-       {"armor_feet",   "i3_heavy_boots"},
-       {"armor_shield", "i3_heavy_shield"},
+       {"armor_legs",   "i3_heavy_armor"},
+       {"armor_feet",   "i3_heavy_armor"},
+       {"armor_shield", "i3_heavy_armor"},
    }

    local function check_group(def, group)
wsor4035 commented 7 months ago

i3_home_px(_hover).png is broken currently