Page 3 of 3

Re: [SUGGESTION] Multiplayer Editor

Posted: 28 Mar 2013, 17:21
by TGYoshi
Actually I've been working on it recently again. Chuckie recorded a video of us building a map in TM ( http://youtu.be/LZXa0ia3kKI ).

The big challenge is simply serializing the blocks and terrain, then send it to the other to rebuild it. It's much harder then you think.

But we're getting closer already, working on terrain which is still buggy, but getting somewhere.

Re: [SUGGESTION] Multiplayer Editor

Posted: 28 Mar 2013, 18:12
by zarexz
Awesum stuff :yes:
Only one guy can drive at the same time?

Re: [SUGGESTION] Multiplayer Editor

Posted: 28 Mar 2013, 18:50
by TGYoshi
zarexz wrote:Awesum stuff :yes:
Only one guy can drive at the same time?
No, everyone can drive at the same time, but you don't see eachother.

Re: [SUGGESTION] Multiplayer Editor

Posted: 29 Mar 2013, 10:02
by Rots
I'm happy this project is going so good :D Keep up the good work and... NADEO ... support his project :mrgreen:

Re: [SUGGESTION] Multiplayer Editor

Posted: 29 Mar 2013, 11:25
by TMarc
TGYoshi wrote:Actually I've been working on it recently again. Chuckie recorded a video of us building a map in TM ( http://youtu.be/LZXa0ia3kKI ).

The big challenge is simply serializing the blocks and terrain, then send it to the other to rebuild it. It's much harder then you think.

But we're getting closer already, working on terrain which is still buggy, but getting somewhere.
So in fact you're building the same map on both computers nearly at the same time? Interesting idea. :thumbsup:
I'm wondering if a dedicated editor server would simplify this :?

Re: [SUGGESTION] Multiplayer Editor

Posted: 29 Mar 2013, 13:11
by Rots
TMarc wrote:I'm wondering if a dedicated editor server would simplify this :?
this should be released by nadeo then, no?

I think that yoshi's work using scripts is awesome and it somehow shows the potential of it

Re: [SUGGESTION] Multiplayer Editor

Posted: 29 Mar 2013, 13:26
by TGYoshi
TMarc wrote:I'm wondering if a dedicated editor server would simplify this :?
I've coded a "dedicated" server myself which I use for this. Nadeo's servers are completely useless for this.

Yesterday severely improved performance, by the way.