Euphonic: MMORPG

I am designing a MMORPG using unity called Euphonic.

The client is windows based, you can log on, run around with others, and log off.

Currently i am at the point where i have a working master server, and client, using c# sockets.

I will be working on this very much over the course of the next little while, adding seperate zones, finishing levels, and integrating the actual game play elements of a RPG.

If anybody would like to test the client server architecture, you can visit my website

http://confined.coderzilla.net

and you can download the launcher from the downloads area. the launcher is a small c# app that will simply point you towards the latest version of the client.

note: the launcher redirects you to the latest .RAR compressed library containing the up to date client.

Please let me know what you guys think thus far.

Please play in fullscreen for better gameplay and less choppy-ness

Screen Shot / Video Archive:

hmmm i opened your program clicked the launch game button and it directed me to a web page after this it made my computer have a fit :frowning: im using windows 7 pro 64bit

Hey i have updated the client with a new map. Please redownload the client.rar through the updater.

the launcher should redirect your browser to a page that is really a .rar file. and archive with the game executable in it.

The game server may not have been running, as i did not think anybody would be testing it yet.

Please download the latest client through the launcher
http://confined.coderzilla.net/

the server will be running all night for beta testers and should be up for the next week or so.

if you launch the game, can you please let me know when it is crashing if it is? can you get past the game menu?

Here is a screen shot from version 0.0.3 showing two users standing beside each other.

i tried it again and it worked :smile: looks good but its verry laggy i get about 2 frames per second :frowning:

i think it may be cause of the details ive added to the scene, going to try and cut that back. i assume you are using a high end pc? the graphics couples with lack of optimization on the server may be causing this. i will lower the amount details and upload a new copy of the client soon.

My computer isent high end atall its from 2009 :smile: but i think its only a server problem as when i play its just me(a skelliton) on a textured plain(maby a terrain without any detail)?

OLD

I have updated the client to beta test 2 of version 0.0.3

you can download the update by using the launcher provided at our website : http://confined.coderzilla.net

you can also download it directly using this link:
http://confined.coderzilla.net/euphonic/client2.rar

In this version i have cut back on the amount of draw calls by reducing details and tree draw, and i have added some models to the game.
I have also updated networking code to fire at different intervals in an attempt to reduce lag.

Server is now running so that people can log in and test.

thank you!

If lag is still experienced i would be open to suggestions. i also will continue testing on my end for different methods to stop the lag.

Please play in fullscreen for better gameplay and less choppy-ness

It works better now :smile:

I think i am going to leave a client logged on, so that if anybody comes on, they can atleast see another client, or maybe i will even see someone log on the server, and ill jump on and test with :slight_smile:

Ill go on now wanto meet me online?

Im getting more lag then the second time now :frowning: i think it is something todo with how manny times it conects to the server, as if i stand still the animations and everything run fine?

Edit: did you just change it as its working better now, it feezes for like 1/10 of a second every second but other then that runs fine :smile:

i think that was you i seen :slight_smile: yeah there are some small lag issues, i am ironing out :slight_smile:

i can log, but damn does that lag… when moving and i set it to low graph.
Im the naked skeletor?

The movement is missing a look around whit mouse.
The was something on the right mouse key but it only look to the side and i couldn’t move around.

And diffidently need a chat

right click = look around, unless you mean turn the player via mouse

chat is so coming soon

i have a few ideas i need to look at to reducing the lag, it seems to stutter, as if a thread is pausing due to networking code blocking a thread. i will check out my time outs and see if i can reduce this stutter by the next beta of 0.0.3

Posted a video to youtube:

seems to work flawlessly now :smile:

Wow, for an MMO post, this actually works. Good job. Anychance you can make a mac build? Or are the servers windows-dependent?

this^^

Well actually the server is designed in c#. i was going to go with c++ but decided not too, because the threading/asynchronous techniques are so much easier to grasp in c#, there fore, i could finish it much faster.

I think there could probably be a mac build of the server.

i know for the client, i could just output a mac build.

i plan on having pc, mac, and linux builds of the client anyways :slight_smile: thanks for the input