Starbound

Starbound

Solar Spectra - Radiant Novakid
Počet komentářů: 55
Boooo 8. led. v 17.24 
This mod causes an infinite traceback error when Novakid is rendered in compatibility with certain mods. It took me forever to find it..

[Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/colorutil.lua"]:43: bad argument #2 to 'insert' (position out of bounds)
stack traceback:
[C]: in ?
[C]: in function 'table.insert'
[string "/scripts/colorutil.lua"]:43: in global 'hextorgb'
[string "/scripts/spectra.lua"]:16: in function <[string "/scripts/spectra.lua"]:11>
Kinsect 21. dub. 2024 v 14.48 
say does this work with Novali's?
ThatSouthernLady 3. úno. 2023 v 9.17 
on the black light should add the color for black lights in lazer tag arenas
Ender 21. led. 2023 v 3.07 
update, yes this seems to work completely client side with other people even being able to see the glow
Ender 16. led. 2023 v 2.09 
For those asking, this does seem to work client side, however I have yet to test it with people around (I've tested on a server that doesn't have this mod, but nobody was online)
Kerik 20. zář. 2022 v 16.43 
alright, thanks
Azulaloi  [autor] 18. zář. 2022 v 8.19 
@ashen: after reviewing the code, yes, only the hue (of the second colour, of which there are four) effects the glow. if that colour is black, it'll cause a white glow, because the hue of black is also the hue of white. the main problem is that, in starbound, a black light is just no light.

if you show me what the "inverted dark blue" palette looks like, maybe I'd have an idea for how best to make it glow nicely
Kerik 17. zář. 2022 v 17.33 
it seems to only be white when dark, thanks though
Azulaloi  [autor] 16. zář. 2022 v 23.54 
@ashen: it works with any colour, but was calibrated for vanilla colours so dark colours may look strange, not sure

@VariableVixen: not sure honestly, it might work client-side though
Kerik 4. zář. 2022 v 15.33 
probably not but, just incase. and if it doesnt hope someone can make a mod patch for the inverted dark blue color
Kerik 4. zář. 2022 v 15.33 
question, does this work with modded colors?
VariableVixen 19. srp. 2022 v 21.45 
Is this client-side or does the server also need the mod?
slug.wagon 23. dub. 2022 v 21.55 
idk if it's my mod combo but no matter what color Novakid I play as no colored light will show up its just the normal (super bright) uncolored light.
bit 4. pro. 2021 v 22.29 
I wish this mod was compatible with Narrator's Racial Abilities, both add glow for novakid
different colors are super cool but I'm too lazy to switch between mods if I want to play as different race
anyway very good mod :LIS_pixel_heart: makes sense for novakid to actually glow
SleepySheepy 10. říj. 2021 v 8.28 
Could you perhaps also add support for the spirittree race? Aka the ori race. Perhpas it could even be a seperate mod/addon? https://sp.zhabite.com/sharedfiles/filedetails/?id=2191906942
AbyssStarer 7. říj. 2021 v 15.14 
Solar Spectra - Radiant Snuggets when?
Tox 6. čvn. 2021 v 22.46 
Hello Azulaloi! I was interested in using this system for my own race to make their eyes glow, but the eyes are on the secondary (undy) color. I can't figure out how to make it work together, and was wondering if you'd be able to help me? I don't know how to work with lua coding so i'm very limited in what i was able to figure out.
Raiizy 12. bře. 2021 v 8.36 
It works with Omeruin's Nebulac race too!
SleepySheepy 12. čvc. 2020 v 14.17 
this works with novali and that makes me have stroke
AnomNom 29. bře. 2020 v 21.37 
I love this mod, but it's a bit too bright for me. Would it be possible to get a version that uses the same brightness as the default white glow, except with the color-matching ability?
Dr Moonlight 23. lis. 2019 v 2.48 
thx
Dragonberry Deut 6. srp. 2019 v 0.25 
This is incredible! I'll never need torches again.
NoctisTheBogWitch 23. čvn. 2019 v 7.31 
ok thanks!
Azulaloi  [autor] 23. čvn. 2019 v 7.26 
It should work with any color, but a black light would be interpreted as a very dim light
NoctisTheBogWitch 22. čvn. 2019 v 8.42 
Will this work with things such as black core novakids (where the colors are x color on outside black on inside) or novakids with sorta invis colors?
Azulaloi  [autor] 30. kvě. 2019 v 15.35 
Yes, it should match the colors correctly
Mr. Spud 30. kvě. 2019 v 12.13 
does this work with vibrant novakids?
Cheese Wheel 12. dub. 2019 v 18.01 
Does this mod only affect the player? I have a Novakid crew member and he doesn't glow any brighter than the default.
Azulaloi  [autor] 3. bře. 2019 v 13.36 
To change any values, you need to create a local version of the mod. There are two ways to do this.

The first is to unsubscribe from the workshop entry and download a copy from the git repo, and put that in your mods folder.

Alternatively, go to [steamapps\workshop\content\211820\1590402990] and make a copy of contents.pak, then unpack using the asset unpacker. Then unsubscribe. Put these files into a folder in the mods directory, like this [steamapps\common\Starbound\mods\az-solarspectra].

The specific value to tweak is in [az-solarspectra/scripts/spectra.lua] on lines 18 and 19. "hsl[2] =" sets the saturation and "hsl[3] =" sets the lightness, on a scale of 0.0 to 1.0. Starbound interprets lightness as the brightness of a light, so you may need to increase the saturation as you increase the brightness to prevent it from getting washed out. You can save the script and use the /reload command in game to quickly test different values.

Hope this helps.
Jetstream Storm 3. bře. 2019 v 4.45 
Would it be possible to make a slightly less bright version?
Or potentially knowing which value to change to make it dimmer?
websurfer1111 14. led. 2019 v 13.41 
awesome
Azulaloi  [autor] 3. led. 2019 v 0.34 
Yeah, I originally added a new status, racial effects are saved in the player file so without the mod it wouldn't be able to load. Now it just switches the script attached to the existing novakidglow status so when you uninstall it just goes back to norma
Azulaloi  [autor] 1. led. 2019 v 19.01 
It still functions the same, just doesn't leave changes in your save so you can uninstall
Azulaloi  [autor] 21. pro. 2018 v 16.08 
As of v0.2, you may uninstall at any time. If you previously used v0.1, load your character with v0.2 at least once before uninstalling.
_sicero 21. pro. 2018 v 14.43 
Does this mod cottupt with the Novakid Glow Mod?
BakiDance 19. pro. 2018 v 13.44 
Fishoni is a liar. I had to fix it for her because she doesn't even know how to open .zip files.
fishoni 19. pro. 2018 v 2.25 
Yeah took forever but I fixed it with your guide (;
Videogames 18. pro. 2018 v 15.27 
Don't you know that you'll go blind if you keep looking at the bugs?
Azulaloi  [autor] 18. pro. 2018 v 9.53 
Not sure how much more clear I can be about how to fix your character, it's two comments below you and also in the description
Korey 17. pro. 2018 v 18.00 
RIP fishoni
fishoni 17. pro. 2018 v 14.50 
This corrupted my novakid character file
Winterbottom 16. pro. 2018 v 1.31 
No problem, I know the pain of editing statusEffects, just wanted that to be put in the mod description for others to be aware, is all ;p
Gender Wizard 15. pro. 2018 v 20.07 
and? uninstalling it does the same
Azulaloi  [autor] 15. pro. 2018 v 18.33 
Removing mods risks invalidating character, ship, or universe data, and you should make backups before installing/uninstalling anything. Fortunately, manual correction is, in this case, possible. I have written a guide here. [pastebin.com]

My apologies. I should have used a more invasive method to overwrite the existing novakidglow so that it could be uninstalled more easily. Unfortunately, making that change now would cause problems for existing characters.
Winterbottom 15. pro. 2018 v 16.12 
FYI, removing this mod will brick your Novakid characters.
Prism 15. pro. 2018 v 14.49 
Congrats on front page! and YES PLEASE WE NEEDED THIS YOUR A GOD.
willkpc 15. pro. 2018 v 8.59 
hey could anyone tell me if this is server or client side?
Green Fern 15. pro. 2018 v 6.41 
Oh yeah. Congratulations! You made the best mod ever ^D^
Medicblue 15. pro. 2018 v 5.22 
if I were to guess @Chaya2766 I would say it is server side, for the glow to work for everyone then the server would need to see it. Woudn't make scense if only the one player could see in the dark.
Chaya2766 15. pro. 2018 v 4.56 
is this client-side or server-side?