Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  2 questions  (Read 844 times)
0 Members and 2 Guests are viewing this topic.
Offline phi6

JGO n00b
*

Posts: 15



« on: 2005-08-25 08:59:44 »

Hi, I'm new to game design in general. Anyway, I'm designing an online RPG and have a couple of questions...

1. Should I let the user input events update the game state directly, OR, store the inputs somewhere and have the game loop update the game state from the stored inputs.

2. How should I store the persisent online RPG data? I was thinking of just creating my own data structure and serializing it at regular intervals, don't know how slow this will be. Should I use a database?

Thanks,

Phi
Offline Alan_W

JGO Ninja
***

Posts: 734
Medals: 8


Java tames rock!


« Reply #1 on: 2005-08-25 14:38:28 »

IMHO:

1. Store inputs & process them in main game loop.  You also need to consider what inputs may effect the game state directly, and which indirectly via the server.

2. The game state needs to be stored on the server.  Access to game state needs to be fast, so I would expect it to be held in program and a snapshots taken from time to time for backup purposes.  (Well that's what I'd do)

(I assume you have some idea of the amount of work that goes into an online RPG)

Alan

Time flies like a bird. Fruit flies like a banana.
Offline phi6

JGO n00b
*

Posts: 15



« Reply #2 on: 2005-08-26 15:09:23 »

Thanks.

Of course, it all depends on how complicated I want to make it. I'm making it 2D topdown, without animation to start with, and as for the "RPG" well at the moment my goal is just to make a kind of visual chat room without all the other bells and whistles.

Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.088 seconds with 19 queries.