The "Solaris" Project
The "Solaris" Project
Plutonium Pie Software proudly presents : Solaris.
This will be a MMORPG game build using Irrlicht 3D engine, it will use a state of the art nework code, so that the game doesn't need a dedicated server to see all others game participants (still in developement)
At this stage the project is in its early stages, we are making the basic story, the structure and idea of the game (by the way it will be sci fi based, so no more fantasy mmo's )
any help is welcome.
cheers !
This will be a MMORPG game build using Irrlicht 3D engine, it will use a state of the art nework code, so that the game doesn't need a dedicated server to see all others game participants (still in developement)
At this stage the project is in its early stages, we are making the basic story, the structure and idea of the game (by the way it will be sci fi based, so no more fantasy mmo's )
any help is welcome.
cheers !
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
you going to build it with peer to peer connecting?
And where do you store user data than? on the client pc? that could be easy hacked,
And where do you store user data than? on the client pc? that could be easy hacked,
Compete or join in irrlichts monthly screenshot competition!
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
reply
not so easy, the user data will be stored on all clients in the same time, so if someone tries to hack it, once he started the game, the game will update the user data form all other clients, and overwrites the hacked data .also it will be encrypted
so in other words you want to use the clients as the host itself?
that would mean every player must have a big harddrive to store that data.....and probably a pretty fast, too. When you don'T have a server which is running the mainlogic
that would mean every player must have a big harddrive to store that data.....and probably a pretty fast, too. When you don'T have a server which is running the mainlogic
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
i think something like that would generate real chaos have fun debugging
My Blog: http://www.freakybytes.org
reply
well, no need for big and pure horse power on hardware , believe me, it's hard for me to explain in english what is on my mind with this project
just hope for the best
just hope for the best
mann, saving al client data on al client computers, that eats space, my own MMORPG database for mythorgia has already 50mb ( 4 test users ) on data saved, and saving parts on other pcs will create the problem that all clients have to be online to send the missing data. but if 70 pcs sending the same data in p2p format you get it realy realy fast.
if it works its ( i think ) a major breaktruh in internet games
if it works its ( i think ) a major breaktruh in internet games
Compete or join in irrlichts monthly screenshot competition!
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
reply
well, we will save only what is needed, spawn data, player stats, honor, player position. and i don't think that kind of data will eat so much space and hardware, being exported in encrypted files. <- that is just an idea on making it harder to hack, but there are also much more ideas.
or sure we can make it save only on that specific pc (client), and encrypted (if encryption was break and data hacked, we will sure have a backup of that data in some place, and make tests between backup and current saved data, if mismatch found, then renew the stored data from the backup)
well, this is only an idea. but for sure we will make it in such way that it doesn't need an dedicated server. but that is the future , now we only plan the story, and basics of the game
or sure we can make it save only on that specific pc (client), and encrypted (if encryption was break and data hacked, we will sure have a backup of that data in some place, and make tests between backup and current saved data, if mismatch found, then renew the stored data from the backup)
well, this is only an idea. but for sure we will make it in such way that it doesn't need an dedicated server. but that is the future , now we only plan the story, and basics of the game
reply
well we will see how it will evolve, but we will have our own security methods
Hey Izotope, its interesting how both of our teams came up with the same idea Originally we wanted to make a purely p2p game, but it seems we will need atleast 1 computer in the network to start the game. All peers them start to connect the network via this computer. This also makes it a bit easier to administrate and store information.
It would be interesting to see how our final products turn out ^_^
It would be interesting to see how our final products turn out ^_^
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: The "Solaris" Project
I have one and only one piece of "help" to give:
Read "So you want to make your own MMORPG".
Read it thoroughly, digest it, and understand that it was written for you - yes, you personally. Every word in it is true, and it applies to you. Yes, even - and especially - with your "state of the art" (i.e. untested) network... code. I think you meant architecture. I'm not sure. I doubt you are.
Ah well. You'll find out soon enough. Best of luck.
Read "So you want to make your own MMORPG".
Read it thoroughly, digest it, and understand that it was written for you - yes, you personally. Every word in it is true, and it applies to you. Yes, even - and especially - with your "state of the art" (i.e. untested) network... code. I think you meant architecture. I'm not sure. I doubt you are.
Ah well. You'll find out soon enough. Best of luck.
Last edited by rogerborg on Tue Jan 23, 2007 8:08 pm, edited 1 time in total.