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 Re: Graphics Suggestions » Private Blocks » 2015-07-05 19:53:38

Era wrote:

whcih one would be shown?

Block that was placed last would be shown...

#2 Re: Graphics Suggestions » Private Blocks » 2015-07-05 01:20:13

Era wrote:
ProTest wrote:

Actually, it wouldn't require too much code changes...

Yea it would only require the physicks and safe format to change tying every used to every world they have ever placed a block in.

mhm... i have no idea what you just said, but never mind...

so... u want blocks that only placer of that block and world owner see?

k, here is example code:
[block placing - server]

if (bid == PRIVATE_BLOCK) {
    pl.Send("b", l, x, y, b)
    foreach (Player p in Players) {
	if (p.Id == pl.Id) continue;
		
        if (p.IsOwner)
            p.Send("b", l, x, y, b);
	else
	    p.Send("b", l, x, y, 0); // other players can't see it or stand on it, right? :P
    }
	
	// store username of block 'owner'/placer (gonna save that later in database)
	BlockData[x,y].Arg6 = pl.Username;
}

[world saving - server]

for (int x = 0; x < WorldWidth; x++) {
	for (int y = 0; y < WorldHeight; y++) {
		
		//some other ee code... idc...
		
		if (blocks[x][y].id == PRIVATE_BLOCK) {
			DatabaseObject ob = new DatabaseObject();
			ob.Set("layer", l);
			ob.Set("type", rb);
			ob.Set("x", bufferX);
			ob.Set("y", bufferY);
			ob.Set("placer", blocks[x][y].placer);
			//meh
		}
	}
}

[world init - client]

for (int x = 0; x < WorldWidth; x++) {
	for (int y = 0; y < WorldHeight; y++) {
		if (blocks[x][y].id == PRIVATE_BLOCK) {
			if (blocks[x][y].Arg6 == player.username || player.isowner) {
			//idk..? just continue with loop?
			}
			else {
				blocks[x][y].id = 0;
				blocks[x][y].Arg6 = "";
			}
		}
		// bla bla .. some other code .. bla bla
	}
}

but if u placed private blocks on every single possible coord in 300x300, that would take so much space in database...

ps: maybe i misunderstood OP's post, but meh.. also this is just example code and its late here, so idc if anything is wrong

#3 Re: Game Discussion » Which EE remake do you like the most? » 2015-07-04 20:25:38

marcoantonimsantos wrote:

wow
you all forgot

EERS

everyone loved it
i mean

30people online in a world and 30ppl online in another

too bad i closed it for good
: ((((((((((((((((((((((((((((

yeh eers was absolutely the best.
:3333

lol no... everytime i joined there was 0 ppl online.. and it was really bad.. you just copied server code from krocks EE remake (EECM)
anyway, I think that EECM is best... Blocking Blocks was best but its closed now //forums.everybodyedits.com/img/smilies/sad

#4 Re: Graphics Suggestions » Private Blocks » 2015-07-04 20:10:39

Era wrote:

No , would require way too mcuh of the gamecode to change i could expliain it in more deatil but im bitz too lazy atm.

Actually, it wouldn't require too much code changes...

#5 Re: Game Discussion » When EE was good » 2015-06-10 21:28:30

Ugh, Im experienced with EE - Im not new user... I used to play this game 5-6 years ago... Also, why would I be afraid to tell u guys who I am? I already told u who I am...
Also... JaWapa... I just kinda realized that EE is still good game... but i just miss those good old times when u had lobby full of rooms that had 30+ players in them... :/ And to all mods: sorry if I offended you //forums.everybodyedits.com/img/smilies/sad

#6 Re: Game Discussion » When EE was good » 2015-06-10 19:19:55

Gabriel wrote:

I can not know if you do not specify best. Since this matter began, finish it with me.

Beacuse EE is not that good now... it waas better in bast... without those s***ty effects and all that...

#7 Re: Game Discussion » When EE was good » 2015-06-10 19:09:01

Gabriel wrote:

I think EE need get more shared for all. All need do your part, all need help sharing EE to get this amount of players back. The almost of all the olds players is abandonning EE because all need to work in life. News players need to play EE, let's all share EE for your friends? //forums.everybodyedits.com/img/smilies/smile *sorry for my bad english* //forums.everybodyedits.com/img/smilies/wink

Im sure they are not abandonning EE beacuse they need to work... //forums.everybodyedits.com/img/smilies/wink Its beacuse... u know...

#8 Re: Game Discussion » When EE was good » 2015-06-10 18:33:07

Breadfinn wrote:
ProTest wrote:

Also, NOU, I know what I'm saying... adding effect blocks to the game made the game even worse..

We get no blocks. People complain.
We get new blocks. People complain.
If EE has grown so much worse, I suggest you to leave and not spend your time complaining.

There are so many blocks that dont fit in EE...

skullz17 wrote:

Chris is not some amazing genius. He does not have a secret ingredient to getting lots of players. Making him come back won't help.

I belive he would still be better then current EE staff.

Nou wrote:

We have some big plans we're working on to fix some major issues we feel are causing players to not stick around. We just need a liiiiiiiiiittle more time...but we're getting there

Don't tell me you will add some stupid blocks that dont fit in EE? (example: effect blocks)

#9 Re: Game Discussion » When EE was good » 2015-06-10 15:03:56

Ok, u get 2 users every month... Omg its growing sooooo fast //forums.everybodyedits.com/img/smilies/tongue
Why do I think it was better before? Well there werent **** mods that added **** stuff...

Btw. I'm not scared to reply with my main account (uername = Njifra, right?)... I just didnt want to bother with getting my old acc... //forums.everybodyedits.com/img/smilies/wink
Why are you too scared to admit that ur not good mod? //forums.everybodyedits.com/img/smilies/tongue

#10 Re: Game Discussion » When EE was good » 2015-06-10 14:51:57

Dazz wrote:

What is your point? what's done is done, users are gone, life goes on.


We all miss the old times but it's really nothing to do except the staff to keep going and try to hook new users, open to the actual version of game.

Hooking new users wont help... cuz once they test out game, they will realise that it is not that good(it was)...


Also, NOU, I know what I'm saying... adding effect blocks to the game made the game even worse..
"Population has been growing steadily since we took over" - hahahaha https://wiki.everybodyedits.com/images/c/c0/069_LOL https://wiki.everybodyedits.com/images/c/c0/069_LOL https://wiki.everybodyedits.com/images/c/c0/069_LOL https://wiki.everybodyedits.com/images/c/c0/069_LOL

#11 Game Discussion » When EE was good » 2015-06-10 14:15:09

ProTest
Replies: 41

EE is ruined... All players left it cuz of stupid updates and everything...
I read that there was opportunity to shut down game for good, give it back to the Chris B. or find new mods...
I think it should've been given back to the Chris, if not, then it should've been shut down...

Basically:
0DxXmhN.png
I miss the old EE...

Board footer

Powered by FluxBB

[ Started around 1732345722.1941 - Generated in 0.099 seconds, 10 queries executed - Memory usage: 1.44 MiB (Peak: 1.6 MiB) ]