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 2017-10-24 04:25:26

Thisistheslashermaster
New Member
Joined: 2017-10-24
Posts: 3

Tools that make ee a little faster to build/some cool things

Heyo! I make ee games. And there are a few things that bother me, so here are my "tools" suggestions!

Select:Used for copying and pasteing. You select a area,and you can then copy/cut that. you can also drag a area that is selected.

Copy:After selecting a area,you press ctrl + c.

Paste:After copying,press ctrl + c.

Fill:Fills in a area with a block of your choice.

undo/redo If you make a mistake,you can press undo. if you deleted something accidently,you can redo it.

EFFECTS:
You can place a effect on a block,its kinda like a backround but it affects the block. Here is an example:

Rainbow effect:
When placed on a block,make the block have a rainbow animation

Glitch effect:
Glitches the block a little every few seconds. You can set the delay of the glitching. (0 is keep doing the animation without a cooldown)

Thats about all i have. Thank you for looking at this,And please comment! //forums.everybodyedits.com/img/smilies/cool

Offline

#2 2017-10-24 04:30:46

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,094
Website

Re: Tools that make ee a little faster to build/some cool things

Since all editing is done live, this might be a bit heavy on the server, though I don't know for sure how bad it would be. In the meantime you should try out ]EEditor.

Offline

#3 2017-10-24 04:32:30

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: Tools that make ee a little faster to build/some cool things

for now i guess you'll just have to use plug-it and figure out how to use it (its better than eeditor OK)

tbh i should just make a guide for the builder tools i recommend it all the time


suddenly random sig change

Offline

#4 2017-10-24 11:54:26

Latif
Member
From: The Netherlands
Joined: 2015-03-13
Posts: 1,206

Re: Tools that make ee a little faster to build/some cool things

It won't be heavy for the server, and I think pasting would be very good for bots if you want to place multiple blocks. I don't know if it's hard to implement but here's my idea how it should work:

* Copying and selecting doesn't send any message to the server.
* Pasting sends an array of blocks to the server.
* Moving a selection sends the x, y, width and height of a selection to the server and the new position of the selection.
* Filling only sends the block you fill with and the location. The client fills the area.

It's just sending a single message to the server, only the client has to do a bit more work. Not sure if this would lag EE even more. I think these things should be in the unexisting Unity update.

These aren't original ideas but most people want this. Btw, the effect ideas are bad.

Offline

#5 2017-10-24 14:35:09

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

Re: Tools that make ee a little faster to build/some cool things

Latif wrote:

It won't be heavy for the server, and I think pasting would be very good for bots if you want to place multiple blocks. I don't know if it's hard to implement but here's my idea how it should work:

* Copying and selecting doesn't send any message to the server.
* Pasting sends an array of blocks to the server.
* Moving a selection sends the x, y, width and height of a selection to the server and the new position of the selection.
* Filling only sends the block you fill with and the location. The client fills the area.

It's just sending a single message to the server, only the client has to do a bit more work. Not sure if this would lag EE even more. I think these things should be in the unexisting Unity update.

These aren't original ideas but most people want this. Btw, the effect ideas are bad.

ahem how does the seve rknow if u copyed something?


peace.png

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

Offline

#6 2017-10-24 14:56:50

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

Re: Tools that make ee a little faster to build/some cool things

peace wrote:

ahem how does the seve rknow if u copyed something?

Why would it need to?

Offline

Wooted by:

#7 2017-10-25 00:44:21

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,747

Re: Tools that make ee a little faster to build/some cool things

this sounds like a cool idea, but I don't think it will be added, plus this could be used as a bot tho, mods and devs don't care about that.

Offline

#8 2017-10-25 04:04:43

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: Tools that make ee a little faster to build/some cool things

soniiiety wrote:

this sounds like a cool idea, but I don't think it will be added, plus this could be used as a bot tho, mods and devs don't care about that.

ARE THOSE PUNCTUATION MARKS


791mAP8.png

Offline

#9 2017-10-25 12:08:38

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

Re: Tools that make ee a little faster to build/some cool things

destroyer123 wrote:
peace wrote:

ahem how does the seve rknow if u copyed something?

Why would it need to?

it needs to know in ornder to paste something how does it know when i needs to pase if it doesn t know what is copied? (im not a coder might be wrong)


peace.png

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

Offline

#10 2017-10-25 14:56:29

Latif
Member
From: The Netherlands
Joined: 2015-03-13
Posts: 1,206

Re: Tools that make ee a little faster to build/some cool things

peace wrote:
destroyer123 wrote:
peace wrote:

ahem how does the seve rknow if u copyed something?

Why would it need to?

it needs to know in ornder to paste something how does it know when i needs to pase if it doesn t know what is copied? (im not a coder might be wrong)

You can't program so you shouldn't say anything. When you select something the client stores the blocks in the selection in an array. When pasting the blocks, the array needs to be sent to all players in the world so they can see you pasted something.

Maybe it's a cool idea to let other people see you selected something. And when you copy the selection it will do a short effect. If it's like that, the client has to send a message when you select/copy something.

Offline

#11 2017-10-25 23:35:30

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

Re: Tools that make ee a little faster to build/some cool things

peace wrote:
destroyer123 wrote:

it needs to know in ornder to paste something how does it know when i needs to pase if it doesn t know what is copied? (im not a coder might be wrong)

The idea was to have the client remember what was copied rather than the server, like a bot would do, just sending it all at once rather than one block at a time

Offline

#12 2017-10-26 00:17:27

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,747

Re: Tools that make ee a little faster to build/some cool things

Pingohits wrote:
soniiiety wrote:

this sounds like a cool idea, but I don't think it will be added, plus this could be used as a bot tho, mods and devs don't care about that.

ARE THOSE PUNCTUATION MARKS

wait, what, I been using  PUNCTUATION MARKS the whole time?, also ohhhhhhh you mean like another hack?, like 667 or maybe better 677,777?, who knows?, maybe you trying to too code another hack client, because in 667 you could increase block size to 6x6 for owner, 5x5 for people on another world.

Offline

#13 2017-10-26 17:52:26

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: Tools that make ee a little faster to build/some cool things

soniiiety wrote:
Pingohits wrote:
soniiiety wrote:

this sounds like a cool idea, but I don't think it will be added, plus this could be used as a bot tho, mods and devs don't care about that.

ARE THOSE PUNCTUATION MARKS

wait, what, I been using  PUNCTUATION MARKS the whole time?, also ohhhhhhh you mean like another hack?, like 667 or maybe better 677,777?, who knows?, maybe you trying to too code another hack client, because in 667 you could increase block size to 6x6 for owner, 5x5 for people on another world.

You are correct. 777 can do these things now, It's private but it works.

Offline

Wooted by:

#14 2017-10-26 21:18:00

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,747

Re: Tools that make ee a little faster to build/some cool things

capasha wrote:
soniiiety wrote:
Pingohits wrote:
soniiiety wrote:

this sounds like a cool idea, but I don't think it will be added, plus this could be used as a bot tho, mods and devs don't care about that.

ARE THOSE PUNCTUATION MARKS

wait, what, I been using  PUNCTUATION MARKS the whole time?, also ohhhhhhh you mean like another hack?, like 667 or maybe better 677,777?, who knows?, maybe you trying to too code another hack client, because in 667 you could increase block size to 6x6 for owner, 5x5 for people on another world.

You are correct. 777 can do these things now, It's private but it works.

oh can i have link then XD?

Offline

#15 2017-10-27 01:48:22

Thisistheslashermaster
New Member
Joined: 2017-10-24
Posts: 3

Re: Tools that make ee a little faster to build/some cool things

I dont use things like that very much,but i'll try it out.

Offline

#16 2017-10-27 10:13:17

Filip2005
Member
From: Braxis
Joined: 2017-07-17
Posts: 366
Website

Re: Tools that make ee a little faster to build/some cool things

Thisistheslashermaster wrote:

Heyo! I make ee games. And there are a few things that bother me, so here are my "tools" suggestions!

EE is a game,  do you mean worlds (levels) and minis ? You probably make these trashy minigames and bosses , anyway I found myself disagreeable to the statements you have posted, EE won't select those for reasons, such as for trolling (yes, even owners troll). Au revoir - Filip


I am Filip and I like women.

Offline

#17 2017-10-27 10:50:03

Kikikan
Member
From: Hungary
Joined: 2015-08-10
Posts: 204

Re: Tools that make ee a little faster to build/some cool things

Filip2005 The Junior help wrote:

such as for trolling (yes, even owners troll).

The owner of the world should be able to do whatever the heck they want, since they own the world...

Offline

Wooted by: (3)

#18 2017-10-28 06:41:16

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,747

Re: Tools that make ee a little faster to build/some cool things

but it's not their game plus the game will have limitation so people will spend money

Offline

soniiiety1509169276681551

Board footer

Powered by FluxBB

[ Started around 1713308294.9436 - Generated in 0.090 seconds, 10 queries executed - Memory usage: 1.69 MiB (Peak: 1.92 MiB) ]