Starbound

Starbound

Color Wheel
47 条留言
Gammaboy45 2024 年 2 月 13 日 下午 3:02 
@StarLordPro the problem is, this mod actually works with existing engine mechanics. Hueshift parameters exist for blocks, and can be stored in their item as well; hueshift is used when generating random colors for natural blocks like dirt on each planet. Adding support for RGB would be an entirely different issue.
StarLordPro 2024 年 1 月 14 日 上午 9:16 
i myself do not like the HSL color system.. i myself would much rather have a mod that uses RGBA for color options because RGBA is much easier to work with then HSL.. mainly because just changing hue with thisa mod do not chnge the intensity of the color on blocks.. just the gradient which is not what i am looking for...
Abureaucrat 2023 年 2 月 6 日 上午 2:35 
Man, I need this UI for mech colors. I hate having to cycle through everything just to do it again for the secondary color.
Good Game 2022 年 12 月 19 日 下午 12:15 
@catbag Well, there is Colorbound.
meow 2022 年 7 月 15 日 上午 8:44 
I need this for character creation
Spookit 2021 年 10 月 10 日 下午 8:02 
ah, now if only I could change the hue of blocks.
*Yuki* 2020 年 5 月 23 日 下午 12:37 
@Public_Enema, I dont think its about script, but the way coloring in starbound works in general
Public_Enema 2020 年 5 月 23 日 上午 7:49 
How difficult would it be to modify the script to accept items other than blocks?
Birb is the Wirb 2019 年 10 月 21 日 上午 9:32 
As someone who recently downloaded, yes it works with 1.4
*Yuki* 2019 年 7 月 20 日 下午 1:09 
does it still work?
D.A.R.K. 2019 年 7 月 8 日 上午 9:34 
Does this MOD still work with 1.4 update?
amber 2019 年 4 月 13 日 上午 8:44 
thank you for making this a thing
OxOOFFOO 2019 年 3 月 24 日 下午 4:57 
Well, have I got news for you, cam...
Camtire 2019 年 3 月 3 日 下午 6:08 
I can't play without this mod, I love it :) I only wish the same interface existed for dying clothing.
0culist 2018 年 7 月 21 日 上午 8:08 
Flat Colored Blocks!!!!!
wild eyes 2018 年 7 月 16 日 上午 5:00 
Is a Furniture/Crafting Station version possible?
gay moth aunt 2018 年 4 月 26 日 上午 3:54 
Hey there, would it be alright if I used some code from this mod to make my own version of it? I've been trying to come up with a version with a different interface.
moomal 2018 年 2 月 19 日 上午 5:34 
For people who want something like this for clothes, try the Dye Station mod.
Crescent LaBlood 2017 年 6 月 10 日 下午 10:48 
can you make it do cloths and weapons to ? id love colored orbs :P
Tango Foxtrot 2017 年 3 月 12 日 上午 9:23 
If the block is gray, change the Saturation! Where's our Saturator?
flowx 2017 年 3 月 6 日 上午 7:17 
It can color clothez?
Aile 2016 年 11 月 16 日 上午 2:00 
Is this compatable with more craftable blocks? Also if a block is see through but colored still like the slime bricks from more craftable blocks would the color change? Painting them seems to work so i see no reason it wouldn't but i would like to make sure.
DustNstufff 2016 年 9 月 9 日 下午 7:06 
@RagnaWolf The Guardian AYYY! i got a accomplice!
[T9k] MoleManMike 2016 年 9 月 6 日 上午 9:41 
@Blood Rose I second that idea
DustNstufff 2016 年 8 月 26 日 下午 4:04 
is there a way you could make this work with vanity items or make a new mod that could?
fabio.capela  [作者] 2016 年 8 月 19 日 上午 11:59 
@ultragreenyellow56
(Technically, there might be compatibility issues with a mod that completely revamps either the container UI or the Matter Manipulator UI, but only if it both overwrites the image files used in those UIs and does so in a way that would make the original UIs stop working. I'm not aware of any mod that does that, though, and most modders seem to avoid doing this kind of intrusive change to vanilla assets.)
fabio.capela  [作者] 2016 年 8 月 19 日 上午 11:46 
@ultragreenyellow56
I don't think anything short of a full conversion could have a compatibility issue with it. The mod just adds a scripted object with a custom name, so unless some other mod uses "dw_colorwheel" as an internal object name or "dwcwui" as an UI name, there should be no compatibility issues.
ultragreenyellow56 2016 年 8 月 19 日 上午 10:57 
is there any compatibility issues i should know of?...
fabio.capela  [作者] 2016 年 8 月 17 日 上午 11:14 
@Anarchy Blues
Yes, the paint tool uses different block textures for the most part.

There are two in-game mechanisms for changing a block's color I know of: hue shifting and the paint tool.

The hue shift is what my mod does; in a vanilla game it's the mechanic used to change the color of basic blocks in different planets, and you can also create blocks with a hue shift using cheats. My mod is basically an easier, and less "cheaty", way to obtain the same hue-shifted blocks you would need a cheat for.

The paint tool, on the other hand, changes which set of textures a block is using, and resets the hue shift to boot (so, as far as I know, you can't use both methods on a single block). Its functionality doesn't seem to be available when modifying blocks that are stored in the inventory.
fabio.capela  [作者] 2016 年 8 月 16 日 下午 6:17 
@Anarchy Blues
AFAIK changing a block's brightness and saturation isn't possible at all. Not at the moment, at least.
fabio.capela  [作者] 2016 年 8 月 15 日 下午 5:59 
@Anarchy Blues
With the method I used for blocks, unfortunately not.

There is another method that works for armor and clothes, but contrary to what I used here it would require manually adding code to support every individual piece of armor or vanity, which isn't exactly feasible for me.
fabio.capela  [作者] 2016 年 8 月 13 日 下午 6:17 
@ultragreenyellow56
If you mean update 1.0.3, that only affects blocks that have not been colored. Blocks you have changed the color of — be it through my mod or using a cheat — retain their colors when placed.
ultragreenyellow56 2016 年 8 月 13 日 下午 4:40 
umm.. since they change color automaticly to the biome's color as of update 1.1 will it it affect these blocks?.. :/
TheLoneNovakid 2016 年 8 月 8 日 下午 5:56 
Think it would be possible to make a mod kinda like this for more colors to customize clothing color? Like, armor?
Camtire 2016 年 8 月 6 日 上午 2:37 
This is the best mod ever. I wish they'd add your mod to the base game, as it'd give the best of both worlds. For the people who want a compacted inventory, you still pick up all blocks in a single colour. Yet, for the people like me who used to collect different coloured materials to build with, it's a dream. :steamhappy:
Woa 2016 年 8 月 5 日 下午 10:33 
Probably one of the best things ever. Is it posible for only people with the paint M.M. upgrade to buy, for making it kinda like an upgraded Paint tool?
Solzucht 2016 年 8 月 4 日 上午 9:50 
works on some modded blocks too :)
fabio.capela  [作者] 2016 年 8 月 4 日 上午 9:49 
@Kave Johnson
Kinda. It seems to be the only natural block that looks like it should change color but doesn't, true. It's not the only colorless block players can get their hands on, even without mods or cheats, though; things like modern platforms, glass, or snow won't change color either, thus the warning.

BTW, some crafted blocks are particularly nice to hue shift. Gold blocks and gold platforms, in particular, have nice bright colors when hue-shifted.
Kave Johnson 2016 年 8 月 4 日 上午 1:18 
There is only one block I am aware of that is greyscale, and that is Cobblestone. That's why my Radiant Worlds mod changes it to a dull red. - Mackinz
Solzucht 2016 年 8 月 4 日 上午 12:26 
awesome :)
SomethingSticky 2016 年 8 月 3 日 下午 9:02 
You are a hero sir. The mod the world needs right here.
fabio.capela  [作者] 2016 年 8 月 3 日 下午 2:22 
@Solzucht
The fix has already been applied with game patch 1.0.3; blocks that don't have any hue information will match the planet, while blocks that have been hue-shifted retain their hue.

Of note: the top-right button in my mod removes the hue information, allowing blocks to match the planet. If you want a block that is guaranteed to be that color, pick the zero-shift hue (one of the central buttons, the interface will show "Hue: 0" when you click it).
Solzucht 2016 年 8 月 3 日 上午 10:18 
I heard of a "fix" which will appear soon, making blocks match the surrounding. will your blocks stay the colour they are? Cause that would be preferable, to make them unique.
max 2016 年 8 月 3 日 上午 9:48 
Thank you for the speedy reply, i'll get the mod.
fabio.capela  [作者] 2016 年 8 月 3 日 上午 7:33 
@Max
I'm not sure, as I don't play in multiplayer, but I do believe anyone connecting to a server running this mod will need to have it installed too.

It should be safe to remove after it's not needed anymore as long as you take care to remove every placed Color Wheel, though; the hue-shifted blocks are a Vanilla feature, the mod merely allows players to turn common blocks into hue-shifted ones without using admin commands, and otherwise it only adds one object, the Color Wheel itself.
Solzucht 2016 年 8 月 3 日 上午 6:24 
this were needed after what happend to dirtblocks and the other :)
max 2016 年 8 月 2 日 下午 11:27 
is this server friendly, or do all parties require the mod