Starbound

Starbound

Sparkle Items - Light Pillars
25 kommentarer
Loududdy 28. juli 2023 kl. 13:42 
Is there a possibility you could use this mod without the sparkle item mod, so you would have the beams just not the sparkle effects? or would it just not work.
FelmastProMcLane 20. juli 2023 kl. 6:19 
You caught me
Aikiro42  [ophavsmand] 20. juli 2023 kl. 1:15 
hmm... could probably do that with the root table and get a custom config.

I didn't do [code]rarityRatings[itemRarity] > 2[/code] because the mod might return an error if an itemRarity that doesn't exist is indexed...

...you're going to add new rarities, aren't you? Let me push stuff in my main project before i work on this side project
FelmastProMcLane 19. juli 2023 kl. 22:13 
And the
(itemRarity == "legendary" or itemRarity == "essential")
check to
(rarityRatings[itemRarity] > 2)
If it's not too much to ask :)
FelmastProMcLane 19. juli 2023 kl. 17:14 
Hey, I'm trying to make something cool with this mod (And Sparkle Items), could you make "rarityRatings" a global variable?
Aikiro42  [ophavsmand] 12. juli 2023 kl. 23:57 
@Quetzalli it's alright, I appreciate the feedback
Quetzalli 12. juli 2023 kl. 23:46 
i play on yesterday the Light Pillars Float Over, but today You've already fixed it, sorry for the mess.
Aikiro42  [ophavsmand] 12. juli 2023 kl. 23:32 
@Quetzalli are the pillars you're referring to the uncommon (green) and rare (blue) pillars? I think I forgot to account for the length of their sprites. I'll push a hotfix soon.
Quetzalli 12. juli 2023 kl. 23:12 
I Think You Need to Move Light Pillars Down a Bit Because Light Pillars Float Over For Some Item Like Small Gun. The Item In Your Screenshot is Perfect Fit on Item. In 1.2 is Ok Fit But In 1.3 is Not Fit and Float Over The Item
Aikiro42  [ophavsmand] 5. juli 2023 kl. 21:48 
I'll look into it after I make substantial progress with this project I'm working on

It should just involve making custom "pillar.png" particles and have the script spawn the particles on the items instead of generating streaks, so if anyone wanna beat me to it feel free to do so
why 5. juli 2023 kl. 18:53 
Can you make a version of the mod with a static pillar?
It's a little annoying the way it jerks up and down
Quetzalli 20. maj 2023 kl. 13:00 
Great work.
Quetzalli 20. maj 2023 kl. 12:40 
you're welcome
Aikiro42  [ophavsmand] 20. maj 2023 kl. 12:25 
thanks for the feedback @Quetzalli , I think I fixed the issue now.
Quetzalli 20. maj 2023 kl. 8:14 
okay i be waiting
Aikiro42  [ophavsmand] 20. maj 2023 kl. 7:12 
lemme try and make a fix for it
Aikiro42  [ophavsmand] 20. maj 2023 kl. 7:10 
yeap, this mod deffo fucks with the functions of /scripts/deployment/playermechdeployment.lua somehow
Quetzalli 20. maj 2023 kl. 5:22 
I'm going to have to stop using it for a while or I don't know when my mechs will explode?
Quetzalli 20. maj 2023 kl. 5:19 
this mod look awesome but I have a problem after i use this mod make mech health bar gone!
Krampus_Z 16. maj 2023 kl. 23:18 
Looks cool
Bondrewd 16. maj 2023 kl. 21:14 
Ngl... This activates my borderlands neurons.
Davoker 16. maj 2023 kl. 9:12 
I'm going to play Borderlands 2, now that it's been mentioned, good anti-stress game :steamhappy:
Davoker 16. maj 2023 kl. 9:10 
I like it, it seems to me that at least the elements from "uncommon", "rare", "legendary" and "essential" have that glow, with this style of Borderlands looks great, the only one you could remove is the glow for the common ones, and even then I would leave it.

I think it would be very rare for the screen to have so many elements showing brightness that the performance suffers, I see it fine like this.
Aikiro42  [ophavsmand] 14. maj 2023 kl. 9:37 
performance is alright, but i'm still figuring out how to make the game render only the rarest items if there are too many dropped items without doubling the time complexity of the code (two loops - one to determine the rarest rarity, another to render the rarest)
Aikiro42  [ophavsmand] 14. maj 2023 kl. 7:47 
performance seems to be shit, currently coming up with a fix