Brotato

Brotato

107 ratings
More Tiers [Utility]
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
3.164 KB
22 Feb, 2023 @ 6:12am
22 Feb, 2023 @ 2:55pm
3 Change Notes ( view )

Subscribe to download
More Tiers [Utility]

Description
Little utility mod that allows modders to add tier 5 and tier 6 items, weapons and upgrades

This mod does nothing by itself. It is a dependency for mods that add Tier 5 and 6 content into the game.

It's recommended that you use ContentLoader alongside it to make adding content easier

All you need to do is add your items normally like you would without this.
The mod will make sure your tier 5 and 6 items are added the same way the other tiers are.

If you're adding Tier 5 weapons that are upgrades of Tier 4 (legendaries), you only need to give it the right weapon_id. The mod will then add it to the upgrade path


I've also changed the color of Tier 5 (orange) because I find it kinda funny in vanilla
16 Comments
funky84 29 Nov, 2024 @ 2:27pm 
✅✅✅✅✅✅✅✅✅✅✅✅ Help
✅✅✅✅✅✅✅✅✅✅✅✅ This
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Creeper
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Explore
✅✅✅✅✅⬛️⬛️✅✅✅✅✅ Steam
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ Workshop
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ By
✅✅✅⬛️⬛️✅✅⬛️⬛️✅✅✅ Copy And Pasting
✅✅✅✅✅✅✅✅✅✅✅✅ DO IT
daviddeclet12 9 Oct, 2024 @ 2:29pm 
✅✅✅✅✅✅✅✅✅✅✅✅ Help
✅✅✅✅✅✅✅✅✅✅✅✅ This
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Creeper
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Explore
✅✅✅✅✅⬛️⬛️✅✅✅✅✅ Steam
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ Workshop
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ By
✅✅✅⬛️⬛️✅✅⬛️⬛️✅✅✅ Copy And Pasting
✅✅✅✅✅✅✅✅✅✅✅✅ DO IT
Yoko 22 Jul, 2024 @ 6:16am 
武器的名称存在bug,武器到了5、6级时,仍然显示4级(Ⅳ),而不是正确的Ⅴ、Ⅵ

修复方法:
在item_service.gd中,将对应内容改为:

func get_tier_number(tier:int)->String:
if tier == 0:return ""
elif tier == 1:return "II"
elif tier == 2:return "III"
elif tier == 3 :return "IV"
elif tier == 4 :return "Ⅴ"
else :return "Ⅵ"
test 15 Jul, 2024 @ 10:34am 
this mod More Tiers [Utility] he is fine and does not crash this is coming from a modlist of 84 mods
rbacorn85 15 Mar, 2024 @ 1:55pm 
✅✅✅✅✅✅✅✅✅✅✅✅ Help
✅✅✅✅✅✅✅✅✅✅✅✅ This
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Creeper
✅✅⬛️⬛️⬛️✅✅⬛️⬛️⬛️✅✅ Explore
✅✅✅✅✅⬛️⬛️✅✅✅✅✅ Steam
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ Workshop
✅✅✅⬛️⬛️⬛️⬛️⬛️⬛️✅✅✅ By
✅✅✅⬛️⬛️✅✅⬛️⬛️✅✅✅ Copy And Pasting
✅✅✅✅✅✅✅✅✅✅✅✅ DO IT
Lightning 24 Jun, 2023 @ 7:58pm 
i dont know if this is part of the mod but for some reason i have insert jem option and it crashes the game?
Legolukas 27 Apr, 2023 @ 12:34am 
Hi. I was trying to use your mod because i wanted to play champion of azeroth. unfortunately my game doesn't start when more tiers is active. my modlits is really long, so i guess it's a mod conflict, but i'm really not sure. champion of azeroth worked before and since the new update it requires more tiers and now i'm here. any idea what i can do? thank you (and yes, just to have more tiers installed doesn't let me start the game)
corba od lobanje 21 Mar, 2023 @ 12:58pm 
How do i add the item tiers?
dami  [author] 1 Mar, 2023 @ 1:04am 
i see, i'm not sure what causes it. what other mods do you have installed ?
Managedant 28 Feb, 2023 @ 5:09pm 
My apologies. Rather, if I have other mods installed, this mod crashes the game. I am not saying your mod is at fault persay. I’ve gotten it working by itself and content loader but every other mod combination I’ve tried to use results in a crash.