Starbound

Starbound

32 ratings
Bun Cosmetic Sets Collections
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
337.149 KB
10 Nov, 2023 @ 9:45am
21 Oct, 2024 @ 8:19am
46 Change Notes ( view )

Subscribe to download
Bun Cosmetic Sets Collections

In 1 collection by Bunbyun
Starbound vanilla +++
442 items
Description
🐇Hey !

Introducing my mod :
Cosmetic Sets Collections


388 items !

a masive collection for enthusiasts like myself who would enjoy to gather all the cosmetic in the game. My objective is ambitious yet exciting: to incorporate every single base game cosmetic, with a special focus on complete sets like Armor Collection.

7 New Collections !

Embarking on this endeavor is no small feat, given the vast array of cosmetics Starbound offers.
So, bear with me as I diligently work towards curating this extensive collection.

I understand the demand for such a mod exists, and your patience and feedback are greatly appreciated !

I use wiki for referential for base collection : https://starbounder.org/Cosmetic_Armor so if i am wrong, the wiki is

Big Thank to La Buzse for helping me with retexturing ❤


------------------------------------------------------------------------------------
7.6
-Fix Brewmaster hat listed as indsutrial crew helmet (thanks Major Poison)

7.5
-adding shirtchest in cosmetic sets (thanks Eskay Rogue)

7.4
-Fix PeaceKeeperpants and foundrychest

7.3
-Adding Medic Back from medic set (non racial armor)

7.2
-Fixing Halogenpack & Xenonpack Crash
-Fixing Raged Cape / Orange & Green Crayon / Venetian mask not registering

7.1
-Fixing Venetian Mask crash
-Fixing Pyramid Head / Feather Headband / Greenfinger's Headdress not registering
-Fixing Benevolent Face leech visual instead of steampunk helmet

7.0
-Adding Capes Cosmetic (31 items)

6.0
-Adding Hat Cosmetic (106 items)

5.3
-Fixed issues for uncathat to not be register when "plush&dolls" mod is installed (thanks Silver Sokolova for help)

5.2
-Snow Infantry Pants no longer crash the game

-Hunter's Knife / Prehistoric Fur Tail / Anatomy Shirt / Deadbeat Straps / Deadbeat Straps Trousers register in collection (thanks LazerRay)

5.1
-pixelhero set no longer crash the game

5.0
-Adding Biome Cosmetic Set (130 items)
-Adding light blue color for title

4.0
-Adding Backer Reward Hats (23 items)

3.0
-Adding Cosmetic Sets (55 items)

2.0
-Adding Create-A-Hat Contest Hats (10 items)

1.0
-Adding Dungeon Cosmetic Sets (32 items)
Popular Discussions View All (1)
5
21 Oct, 2024 @ 8:22am
PINNED: Feedback & Bug Report
Bunbyun
29 Comments
Major Poison 20 Oct, 2024 @ 2:54pm 
i picked up a Brewmaster's Hat and the wrong hat got added to the collections tab.
Bunbyun  [author] 17 Oct, 2024 @ 11:34am 
nop, because mine is just cosmetic elements, not armor
Major Poison 17 Oct, 2024 @ 9:58am 
Does your mod make this one https://sp.zhabite.com/sharedfiles/filedetails/?id=966443302 obsolete?
Bunbyun  [author] 12 Jun, 2024 @ 8:56am 
sorry to not have seen your comment before, added !
I did not have add this one because is not very a set and yes, because is not int cosmetic wiki tab
Eskay Rogue 4 Jun, 2024 @ 8:26am 
This mod is actually missing an item, GRANTED that item isn't shown on the cosmetic wiki tab, and I only found out about it because I found it by accident, it isn' part of any set either.
https://starbounder.org/Shirt_Top This is the item
Davoker 14 Dec, 2023 @ 12:07pm 
Don't worry, we all make mistakes, and more in code, it is very easy to make a mistake, one wrong character and nothing works xD if I notice anything else I will let you know here.

For the moment everything is clean in the log (☞゚ヮ゚)☞
Bunbyun  [author] 14 Dec, 2023 @ 8:22am 
fixed
Bunbyun  [author] 14 Dec, 2023 @ 8:19am 
the errors i have it's because i have done so much in a few time , like in one week it was done
Davoker 14 Dec, 2023 @ 1:01am 
I can confirm that the solution to the 2 errors is the one I told you in the previous message, I have patched it myself and there are no more errors ^^
Davoker 13 Dec, 2023 @ 6:18pm 
A couple of errors in the log:

[01:05:32.878] [Error] Could not instantiate item '[foundryhest, 1, {}]'. (ItemException) No such item 'foundryhest'

[01:05:32.915] [Error] Could not instantiate item '[peacekeeperlegs, 1, {}]'. (ItemException) No such item 'peacekeeperlegs'

The first one looks like a misspelled word error, "foundryhest" should be "foundrychest"?

The second one looks like a similar error, best explained with this:

"peacekeeperlegs" : { "order" : 35, "item" : "peacekeeperlegs", "icon": "/bun_images/cs/peacekeeper_legs.png" },

The first "peacekeeperlegs" refers to the "file" of the item, the second "peacekeeperlegs" should not be called this way, but by its ID name, it should be called "peacekeeperpants".

I think that's the problem of the 2 errors, "I think".