Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Toast Wrote:So everything I see from screenshots is coded in .NET?
The last couple of screenshots were .NET.
I got mDX9 working, but decided to give it a rest until I got SlimDX working in it.
Until then, I'm just doing it all in VB6.
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?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Had a copy of this and VB6 portable on my memory stick, so spent a couple of hours pissing around with it.
Added scrolling maps, a new rendering system that only renders on-screen objects, and player names and shit.
Still mostly client-side though, once I get my own machine back I'll come up with a nice way of handling movement.
Download link: Here!
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?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Screenshot, lol
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?
Tested it, however, when i try to connect, first time it'll connect, however won't tell the Client to go to the next menu, until i hit connect again. Then when i try to login or register, i get an invalid packet header error.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Yeah, forgot to re-compile the server before uploading ;D
Doing so now.
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?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
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?
The character sheet is like a database, you were in possession of it so you could go play with whoever you want instead of having to play one game with the same people all the time.
How do you store the players? If you make it client sided, then people can go play on other servers and still have the same stats.
Anarchy Wrote:The character sheet is like a database, you were in possession of it so you could go play with whoever you want instead of having to play one game with the same people all the time.
How do you store the players? If you make it client sided, then people can go play on other servers and still have the same stats.
That would be dumb. Easily able to edit player files. Best bet would to be, to have a mother server that all the game servers connect to, but it keeps track of all the account files and such.
Seems too much work, really.
Matt Wrote:Anarchy Wrote:The character sheet is like a database, you were in possession of it so you could go play with whoever you want instead of having to play one game with the same people all the time.
How do you store the players? If you make it client sided, then people can go play on other servers and still have the same stats.
That would be dumb. Easily able to edit player files. Best bet would to be, to have a mother server that all the game servers connect to, but it keeps track of all the account files and such.
Seems too much work, really.
Thats why you encrypt it
Anarchy Wrote:Matt Wrote:Anarchy Wrote:The character sheet is like a database, you were in possession of it so you could go play with whoever you want instead of having to play one game with the same people all the time.
How do you store the players? If you make it client sided, then people can go play on other servers and still have the same stats.
That would be dumb. Easily able to edit player files. Best bet would to be, to have a mother server that all the game servers connect to, but it keeps track of all the account files and such.
Seems too much work, really.
Thats why you encrypt it
Quit being stupid. Even if you encrypt it, it's still very easy to figure out the encryption key and edit player files.
why would someone go through all that trouble for a little game like that? They would have there 10 minutes of fame, and probably just quit. Only 4 people can connect to a server at a time, so there really is no need to do it.
Anarchy Wrote:why would someone go through all that trouble for a little game like that? They would have there 10 minutes of fame, and probably just quit. Only 4 people can connect to a server at a time, so there really is no need to do it.
Why be sloppy and do something completely shitty in the first place? It doesn't matter how many people are going to be playing, security is security. It's just fucking ignorant to do it in a way that you KNOW is insecure, just because you're lazy. It's people like this, that show poor work ethic.
|