Author Topic: Game project  (Read 25178 times)

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #30 on: July 16, 2012, 09:38 AM »
will start planing the implementation right away and will post that soon

still need someone to help with the history and data


some questions about general features

Do you want to add any of the following :
Sound Effects
Background music
Auto update / patcher
Member Portraits (generic images for unknown based on rank)
Ability for player to add him/herself to the tree



Offline Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #31 on: July 16, 2012, 12:56 PM »
Sound: not necessary, but desirable=)
Background Music: Yes.
Auto update... Well, Minecraft-wise? If it's implementable, ok.
Member portraits, we should decide if we'll gonna implement them at all.
Ability for player to add him/herself to the tree: Yes, through the game menu (See the Main menu part). But it's local to one game only, a global update should follow.
Jedi Knight Elod-hora Faria

----------There's no try! Do! Or do not!----------
Once the choice is made, there's no return.

Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #32 on: July 16, 2012, 03:55 PM »
I'd say include portrait :)
SWTOR: Scalarik --- JKA: *<JO>*Scalarik,C

"We will be a family OOCly regardless of whether we're a dance troupe or the klu klux klan" --Master Alpha

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #33 on: July 16, 2012, 09:10 PM »
i have something stupid to ask !!
does a JO year have more than 12 month ?
and does a month have more than 31 days?

Offline Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #34 on: July 16, 2012, 11:06 PM »
A JO year doesn't have monhs, but 368 galactic days. It lasts 1 real-time month.

There's a formula to calculate it, but I don't think it's that necessary=)
Jedi Knight Elod-hora Faria

----------There's no try! Do! Or do not!----------
Once the choice is made, there's no return.

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #35 on: July 17, 2012, 04:28 AM »
like when you enter a date of birth for a character would it be like 154/4/13
because i want to store those dates as DATE objects in the database

Offline Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #36 on: July 17, 2012, 04:29 AM »
Is not necessary. And for MANY, MANY, MANY you will find no such data.

So just the year is enough, as integer.
Jedi Knight Elod-hora Faria

----------There's no try! Do! Or do not!----------
Once the choice is made, there's no return.

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #37 on: July 17, 2012, 06:23 AM »
that will work great we will just use the year then ,
I almost have the database manager complete , hopefully i will be able to upload it tonight

Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #38 on: July 17, 2012, 08:29 AM »
There are two ways to implement the date. I think the year alone is not enough, as we can discover the complete date for some events (see the timeline for example). Therefore there are two ways: either Year 175 day 202, or Year 175 July 17th. Real date or JO day.

But naturally the date will not be complete for the most stuff (pre year 110) so approximate dates should be allowed. Or the possibility to add just year.
SWTOR: Scalarik --- JKA: *<JO>*Scalarik,C

"We will be a family OOCly regardless of whether we're a dance troupe or the klu klux klan" --Master Alpha

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #39 on: July 18, 2012, 01:11 AM »
I finished the database manager , I haven't really started the design phase but what i have in mind is :

We will probably use Java because swing is uber and fast GUI API

the classes will be split into three main  packages(groups) some of these may have sub groups

  • Engine : will Contain all the game logic and will probably be the largest
  • misc : will contain the classes for all the daemon (helper) threads (resource loading and such) will also contain delegator class for GUI
  • gui : will contain the classes associated with the graphical user interface
in order to prevent the gui from becoming slow or "sluggish" we will probably use daemon threads for any event handling that could potentially take a long time, thus the game will be multi-threaded which as a downside will require more work and planing
to ensure synchronization.

the development will take an iterative approach in all packages

but priorities are :
  • engine
  • gui
  • misc


also we will need someone to do the graphic design if we want images/icons/portraits and that sort of thing

Offline Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #40 on: July 18, 2012, 04:18 AM »
If we don't find anybody for the graphic design, I can take care of it.

Also we will need some time to test the suggestions appearance/difficulty levels.
Jedi Knight Elod-hora Faria

----------There's no try! Do! Or do not!----------
Once the choice is made, there's no return.

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #41 on: July 19, 2012, 03:58 PM »
hows the database going knight scalarik ? started yet? or are you still in the woods^^


Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #42 on: July 19, 2012, 04:10 PM »
Like I said to you in PM, woods until Monday afternoon ;)
SWTOR: Scalarik --- JKA: *<JO>*Scalarik,C

"We will be a family OOCly regardless of whether we're a dance troupe or the klu klux klan" --Master Alpha

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #43 on: July 19, 2012, 04:38 PM »
well then what are you doing online ! get offline and get woodsy ! :D

Offline Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #44 on: July 19, 2012, 11:36 PM »
I've tried to open your database, but it wouldn't let me. There's files missing in every piece or other errors.

What should I start?
Jedi Knight Elod-hora Faria

----------There's no try! Do! Or do not!----------
Once the choice is made, there's no return.