Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Development Log
#76
Heres ths thing with MSE2.. MSE2 and Elysium Diamond 3.0 are totally different things.. You can think of MSE2 as a base structure to build upon to make your game.. This means that you will need to know how to code to produce a game you desire..

Elysium Diamond 3.0, im assuming is similar to previous Elysium verions.. Therefore im assuming that you can create a game you desire without knowing how to code.. This is what im assuming..

Choose whichever one suits you.. :wink:
Reply
#77
Are you going to add seam-less maps? Or anything along that lines.

I would like to see a basic Above ground/Underground feature. Too lazy to code myself. Would be a pretty schweet feature tho.

Proxy
Reply
#78
Nope there wont be scrolling maps.
Reply
#79
Keeping it old-school. Smile

Proxy
Reply
#80
Well, the only prob with that is map recieving lag...
Reply
#81
Another good optimization to do is convert all of the division you can into multiplication. Dark Dragon said multiplication is faster in VB.

I did: / 2 to * 0.5, / 10 to * 0.1, and / 5 to * 0.2
Reply
#82
GIAKEN Wrote:Another good optimization to do is convert all of the division you can into multiplication. Dark Dragon said multiplication is faster in VB.

I did: / 2 to * 0.5, / 10 to * 0.1, and / 5 to * 0.2

This is good if you require a floating-point return. For example:

Code:
4 \ 2

is faster than:

Code:
4 * 0.5

While they're both faster than:

Code:
4 / 2

These kind of optimizations are hardly worth the time and effort to change to, though, unless it is in a routine called thousands of times per frame. For example, I just made a huge optimization to vbGORE, increasing the frame rate from 40% in heavily graphical areas to over 200% in low-graphical areas, by creating a buffer of tiles, in order, that need to be drawn, and what map tile they correspond to, which prevented the needless looping of every map tile to see if theres something to draw and instead just goes through the a minimalist loop and knows theres something to draw.
Reply
#83
I just started to work on MSE2 again, to let you guys know.
Reply
#84
So, any updated news about what's goin' on with MSE 2 William?
Reply
#85
Whats been completed is green in the first post in this topic.
Reply
#86
Oh, I just didn't know if they were the most updated or not. Big Grin
Reply
#87
When do you think MSE2 will be released? Do you have an idea when you think It'll be out?
If so, email me at:

dungeonmasterrobert@yahoo.com

I'm not an active member of this forum. I spend most of my time in the Elysium forum. That's why I would appreciate it if you would email me about it. I probably wont be able to visit this forum. I'm too busy in Elysium.

Big Grin Thank you. Loved the first build! Can't wait for the next one! Big Grin
_________________________________________________________
I reject your reality and substitute my own!
Reply
#88
Don't be lazy.

If you really want to use MSE2, just check back.

We're not gonna email you just to tell you we've released it >_>
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#89
It would actually be a pretty good idea if William sent out a mass E-Mail when its realsed, may bring some old faces back?
Reply
#90
Yeah, thats a great idea. Looks towards Cruzn if its possible Tongue
Reply
#91
Major Wrote:Looks towards Cruzn if its possible Tongue
Yes.
Reply
#92
How do you do it? I checked but couldn't find a option for it.
Reply
#93
Google it, 'tard. Tongue
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#94
Robin Wrote:Google it, 'tard. Tongue
Do it yourself, its a lot cause.
Reply
#95
Major Wrote:
Robin Wrote:Google it, 'tard. Tongue
Do it yourself, its a lot cause.

I believe, under system in the admin panel, is a mass email link.

Quote:# General tasks
# Spiders/Robots
# Mass e-mail
# Language packs
# PHP information
# Manage report/denial reasons
Reply
#96
Yeah, there it was. Please tell me if you all received a email. Cause I got some error sending.
Reply
#97
It'll send eventually. Don't worry about it William. It's happened to me every time, but the emails still go out.
Reply
#98
Dave Wrote:Not if they don't have an email server to be sent from.

I don't have one set up for it. They still go out.
Reply
#99
I will be releasing MSE2 soon, I've been finishing of the latest things the last days. Do anybody want enum packet names added?
Reply
If its better, go for it Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)