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.
Pages: 1
whcih one would be shown?
Block that was placed last would be shown...
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
wow
you all forgotEERS
everyone loved it
i mean30people 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
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...
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
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...
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? *sorry for my bad english*
Im sure they are not abandonning EE beacuse they need to work... Its beacuse... u know...
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...
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.
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)
Ok, u get 2 users every month... Omg its growing sooooo fast
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...
Why are you too scared to admit that ur not good mod?
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
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:
I miss the old EE...
Pages: 1
[ Started around 1732345722.1941 - Generated in 0.099 seconds, 10 queries executed - Memory usage: 1.44 MiB (Peak: 1.6 MiB) ]