Poll

Continue work.

Yes.
166 (57.4%)
No.
62 (21.5%)
I remember this from last year lol.
61 (21.1%)

Total Members Voted: 193

Author Topic: DrenDran trys again to make his game. (video and client posted)  (Read 22516 times)

Do you mind if I draw some concept art for models?
Sure.

about to post topic in gamedev forums

Goddamnit, I can't decide on a concept.

Goddamnit, I can't decide on a concept.
What do you mean?
If you need an idea of what to work on.
Try a player model. Doesn't need to be that detailed, either.

What do you mean?
If you need an idea of what to work on.
Try a player model. Doesn't need to be that detailed, either.
I'm currently trying to think of the playermodel.
But what is the theme of the model, so I can get a more fine-tailored result?

I'm currently trying to think of the playermodel.
But what is the theme of the model, so I can get a more fine-tailored result?
Really you can do whatever you want.
At this stage something more blocky would probably be better.
Be sure to leave some features that have a separate material, that players can choose the color of.

Item rendering fixed.
And a ground terrain texture added to make the world look less like a floating wrinkled peice of cloth.
http://www.mediafire.com/?2k61j2eptf1zw9p

Next thing is to try to multithread the server for sending out the heightmap.
Because currently each time a new player connects, everyone lags for a bit.

Alright, increased map size to 1024x1024.
Thing is, no matter how big I make it, nothing slows down except initial download time, so I might make it even bigger.
However, that initial download time is now about two minutes, and that's when the server and client are on the same computer, no lag.
So I've tried porting the map downloading to a binary protocol, but it doesn't really mix well with the text based protocol of everything else.


1024x1024 heightmaps work now btw.
I'm away on another vacation.
After this, I might get resource gathering set up.

Back from vacation bump.
Testing within the next 15 hours hopefully.


What engine is this?
None lol, pure C++.
What made you think it's an engine.
Also, late reply lol.

I'm wondering what I should add next.
And if anyone is still around for another test.


I'd do a test at some time today.
Can't right now tough.

Truly the loading screen of gods.

This is our heightmap atm:
« Last Edit: August 21, 2011, 11:33:01 AM by DrenDran »