Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2018-11-23 15:51:33

Anatoly
Guest

Super Editable Decorations

EEgg DEEcoration

Example:

9qHzNnd.png

Create your own Egg:

Layer 1: Specify TOP Color

RJUjpS6.png

Layer 2: Specify BOTTOM Color

KxnFBxh.png

This ads you to create 255^6 combinations

Layer 3: Then let's say you have 5 icons (+ "none"): so we have 6, this adds up 6*255^6 combinations. If every icon would have it's own color, 6*255^9 combinations.

Uniqueness of your world and you store - 3 colors and one integer to say what icon.

Brick Block, Grass Block

tTV7lUr.png

Contrast: FLOAT from 0 to 100
Color: COLOR

Adds us 255^3 *100 combinations of uniqueness and beauty.

ciQjpzj.png

Adds us 255^6 * 100 combinations of unique biomes for every world. Ever thought of gold worlds?

There can be much more!

#2 2018-11-23 16:01:53

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: Super Editable Decorations

The question is, why do you need trillions of variations of easter eggs?

I get that a few different colours of grass / blocks could be useful, but IMO there are better ways to do it than adding a colour picker for every little detail //forums.everybodyedits.com/img/smilies/tongue

Plus making procedurly generated textures is really difficult, for example just doing a simple recolour of the brick blocks makes some colours look terrible (in particular dark colours)

(Also its 256^whatever, not 255^whatever)

Offline

Wooted by:

#3 2018-11-23 17:23:34

mikelolsuperman
Member
From: North Korea
Joined: 2016-06-26
Posts: 1,683
Website

Re: Super Editable Decorations

LukeM wrote:

The question is, why do you need trillions of variations of easter eggs?

I get that a few different colours of grass / blocks could be useful, but IMO there are better ways to do it than adding a colour picker for every little detail //forums.everybodyedits.com/img/smilies/tongue

Plus making procedurly generated textures is really difficult, for example just doing a simple recolour of the brick blocks makes some colours look terrible (in particular dark colours)

(Also its 256^whatever, not 255^whatever)

You can make some boost thing where you see a lot of eggs that change color by some small amount for every 3 blocks and then you go in that and your eyes feel like wow.


Blue is my favourite color
BhC68b8.png

Signature made by Nebula

I also like lasagna, but not when it's blue

Offline

#4 2018-11-23 17:33:08

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,202

Re: Super Editable Decorations

Anatoly wrote:

Contrast: FLOAT from 0 to 100
Color: COLOR

Adds us 255^3 *100 combinations of uniqueness and beauty.

Why not from 0 to 255 to make a cool 256^4 value?

Offline

#5 2018-11-23 18:42:36

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: Super Editable Decorations

LukeM wrote:

The question is, why do you need trillions of variations of easter eggs?

I get that a few different colours of grass / blocks could be useful, but IMO there are better ways to do it than adding a colour picker for every little detail //forums.everybodyedits.com/img/smilies/tongue

Plus making procedurly generated textures is really difficult, for example just doing a simple recolour of the brick blocks makes some colours look terrible (in particular dark colours)

(Also its 256^whatever, not 255^whatever)

the egg is an example i guess the grass is essiential


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#6 2018-11-23 20:05:54

Anatoly
Guest

Re: Super Editable Decorations

Gosha wrote:
Anatoly wrote:

Contrast: FLOAT from 0 to 100
Color: COLOR

Adds us 255^3 *100 combinations of uniqueness and beauty.

Why not from 0 to 255 to make a cool 256^4 value?

It#s just an example, and your right - never actually noticed that contrast also stores 256 possible values - thanks for pointing that out.

LukeM wrote:

The question is, why do you need trillions of variations of easter eggs?

I get that a few different colours of grass / blocks could be useful, but IMO there are better ways to do it than adding a colour picker for every little detail //forums.everybodyedits.com/img/smilies/tongue

Plus making procedurly generated textures is really difficult, for example just doing a simple recolour of the brick blocks makes some colours look terrible (in particular dark colours)

(Also its 256^whatever, not 255^whatever)

As mike explained, and it would be good to have it for making night mode where everything becomes dark, other than that, the player could figure out what fits the most. If it looks bad, than it's his fault for overusing contrast.

#7 2018-11-23 20:13:12

mikelolsuperman
Member
From: North Korea
Joined: 2016-06-26
Posts: 1,683
Website

Re: Super Editable Decorations

I do think it will be hard to implement because you can pick some decorations for the eggs and you can change the colors so it'll be over 1000 textures for 1 single block. Same with grass it can have 256 colors on the grass and the brick under it can have 256 colors too, and the grass is optional so it's another 256 textures.


Blue is my favourite color
BhC68b8.png

Signature made by Nebula

I also like lasagna, but not when it's blue

Offline

#8 2018-11-23 20:27:18

Anatoly
Guest

Re: Super Editable Decorations

mikelolsuperman wrote:

I do think it will be hard to implement because you can pick some decorations for the eggs and you can change the colors so it'll be over 1000 textures for 1 single block. Same with grass it can have 256 colors on the grass and the brick under it can have 256 colors too, and the grass is optional so it's another 256 textures.

1000 textures per block is not possible with my suggestion. it just adds for every decoration fixed N layers (for eggs - 3) that are automatically printed over themselves.

#9 2018-11-23 21:36:43

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: Super Editable Decorations

this is an idea that fits very well in EEU new code new ideas can come in an decoration maker or blcok maker would b enice just add a blcok to the game in 1 color and let players recollor it


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#10 2018-11-24 04:30:01

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,202

Re: Super Editable Decorations

mikelolsuperman wrote:

I do think it will be hard to implement because you can pick some decorations for the eggs and you can change the colors so it'll be over 1000 textures for 1 single block. Same with grass it can have 256 colors on the grass and the brick under it can have 256 colors too, and the grass is optional so it's another 256 textures.

It's not hard to make. You essentially need to take the basic egg block and apply color to it
(I am not supporting this idea by the way)

Offline

#11 2018-11-24 07:26:40

Anatoly
Guest

Re: Super Editable Decorations

Gosha wrote:
mikelolsuperman wrote:

I do think it will be hard to implement because you can pick some decorations for the eggs and you can change the colors so it'll be over 1000 textures for 1 single block. Same with grass it can have 256 colors on the grass and the brick under it can have 256 colors too, and the grass is optional so it's another 256 textures.

It's not hard to make. You essentially need to take the basic egg block and apply color to it
(I am not supporting this idea by the way)

Do you think I should make more graphics? I guess some people didn't understand what I suggested

#12 2018-11-24 14:44:43, last edited by Anatoly (2018-11-24 14:45:13)

Anatoly
Guest

Re: Super Editable Decorations

Another good thing is the Garden pack by azure pudding

T9rhTQD.png

Ore - specify color - etc.
Tree - Specify root form + flower form + flower color

#13 2018-11-24 14:49:01

mikelolsuperman
Member
From: North Korea
Joined: 2016-06-26
Posts: 1,683
Website

Re: Super Editable Decorations

Gosha wrote:
mikelolsuperman wrote:

I do think it will be hard to implement because you can pick some decorations for the eggs and you can change the colors so it'll be over 1000 textures for 1 single block. Same with grass it can have 256 colors on the grass and the brick under it can have 256 colors too, and the grass is optional so it's another 256 textures.

It's not hard to make. You essentially need to take the basic egg block and apply color to it
(I am not supporting this idea by the way)

Well it would take long.


Blue is my favourite color
BhC68b8.png

Signature made by Nebula

I also like lasagna, but not when it's blue

Offline

mikelolsuperman1543067341733193

Board footer

Powered by FluxBB

[ Started around 1711701038.3338 - Generated in 0.090 seconds, 12 queries executed - Memory usage: 1.6 MiB (Peak: 1.78 MiB) ]