Author Topic: Game project  (Read 24793 times)

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 #60 on: August 06, 2012, 01:11 PM »
I'm very sorry padawan Lytali, but I didn't have any time to move on with the project any more :(

I will go on in the following days, promise ;)
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 #61 on: August 06, 2012, 01:12 PM »
my master hasn't either , atleast i dont think so :P

Offline *<JO>*Lytali

  • Inactive Padawan Learner
  • Visitor
  • *
  • Posts: 388
  • Gender: Male
  • Friends don't grow on trees
Re: Game project
« Reply #62 on: August 09, 2012, 07:19 AM »
any news  ?

Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #63 on: August 09, 2012, 07:19 AM »
Right... I really need to do what I promised, i.e. get list of the functions and data I want in there.
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 #64 on: August 09, 2012, 07:31 AM »
Right... I really need to do what I promised, i.e. get list of the functions and data I want in there.

or you could accept it as is XD

Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #65 on: August 09, 2012, 07:34 AM »
But it isn't enough for my data :P
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 #66 on: August 15, 2012, 03:57 AM »
I have reviewed the changes requested to the DB manager
and from the technical side of things they are all doable


To be able to make the master/ padawan entries 'link' to existing members I would have to make a virtual database in memory and thus only loading or writing from the actual database is done once (program start and exit ), this will require a complete rewrite of the program also dates can not be saved in mm/yyyy format in a database and sometimes in dd/mm/yyyy so I will probably store them as strings with markers for "is day present" or as dates with default of day 1 and a flag entry for each date (would probably go with first option) the GUI changes you requested master are all very doable.

The problem I see is that instead of a dev tool we are now making a DB program for the order's history (btw maybe this isn't a bad idea)  and since this will require like 90 % of the code to be simply thrown out and replaced with new more complicated one it could take some time to do, also master you didn't mention anything about "historical entries" or "suggestions" part of the program.

so I am just waiting on Knight Elod to come-up with the design and I will start implementing.


PS : do you want like an unlimited number of entries for lets say member X date of demoted to rank Y and things like that or only one entry per requested dates? would make a really big difference since database tables aren't Dynamic in nature.
« Last Edit: August 15, 2012, 03:59 AM by *<JO>*Lytali,PL »

Offline *<JO>*Scalarik

  • Grand Councillor
  • Republic Citizen
  • *
  • Posts: 2,326
  • Gender: Male
  • Give a chance a chance.
Re: Game project
« Reply #67 on: August 15, 2012, 11:57 AM »
Just do what you can do easily, then we'll see what's it like. There's no need to completely redo everything, you asked what I want, and I told you what I want but you never get exactly what you want :)

I'll talk more about this in-game.
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 #68 on: August 15, 2012, 02:21 PM »
Just do what you can do easily, then we'll see what's it like. There's no need to completely redo everything, you asked what I want, and I told you what I want but you never get exactly what you want :)

I'll talk more about this in-game.

nobody likes redoing what they did , but to be honest I would prefer that and get the job done well than just rushing through it and saying well.. it would have been better with .. :P

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 #69 on: August 16, 2012, 04:49 PM »
Oh dear. I gave a look again at the things Knight Scalarik sent us... And from the design point of view there's place for imporvements.

For what it might concern the Suggestions. It is indeed out of the database. They will be calls for database in their major part, and they will be implemented in the game part.

What we need is three parts on the same tab. in our database manager (and maybe two databases).

The first one outputs the informatin about a Jedi, selected from the list. This is the primary database and the core part of the whole database. It includes the information pertinent to the member ATTRIBUTES, and outputs them on the top of the screen. The attributes are:

  • Portrait (chosen from a list);
  • First Name;
  • Last Name;
  • Also Known As (multiple strings allowed);
  • Species;
  • Home planet
  • Gender;
  • Age: automatic value;
  • Midiclorian count.
  • Saber color;
  • Current rank: automatic value;

The input is made by the "New, modify, delete" buttons already implemented, but with different design. In the form, the "automatic" values should NOT be inputted in the form.

The only NECESSARY line is first name. Any other lines are optional.

The second database is a timeline. It tells anything what happened to the selected member in cronological order. It gets filled by a parser (if possible. For now I will illustrate my idea. If it's not possible, let me know) by the following syntax:

Year $Year (day $Day): $First_name $command.

$command can be anything that Knight Scalarik described and more: from born to applied, from accepted as padawan by (master's) $First_name to taken padawan (padawan's) $First_name. The syntax can be more or less scripted, ideal would be a droplist with suggestions (google-like). Also, the strings are inputted in separate database, and any member can take advantage of it (for example, it is not necessary to write both "x takes y as padawan" and "y is taken padawan by x", the one creates the other). "The Complete timeline" selection shows all the history of inputs.

The third part elaborates all this information and outputs it, the output goes in categories: Life, Trials, Legacy (masters/apprentices), Notable facts. All the names in that part are clickable.

I've tried to design it on screen, to give a better idea.



If you tell me that the parser thing is not a madness I will start looking into all the possible commands.

ps. it's 2 a.m. and I've wrote this down now because otherwise I'd never do it. If you have something you didn't quite understand, it's quite probable It's my fault :) I'll explain you better.
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 #70 on: November 19, 2012, 02:44 PM »
if you still want to do this , I have sketched some DB designs based on your description







I apologize if its a bit messy

underlined attributes represent primary keys (identify the record)
dashed underlines represent weak keys (not enough on their own) in first image only
multiple underlines in second image means all of them are used to identify the record

the circled attribute age is circled because it is a derived attribute , from date of birth

in the second image each box represents a table in the database
each line in the box represents a column name
next to each is a little circle on the left if its filled then this attribute must be present if not then a record can have a null vale for this column
for example in Member any member must have a DOB , firstname , last name, portrait  and since age is derived then it will also have a value for it the rest can be unknown


we can work out a way where we can allow master Scalarik to add his own images as portraits for each record and having a default for unknowns


as for the parser thingy

its is doable and not too crazy the syntax in your example looks good so lets see what sort of commands / functions you want it to have

if anything is unclear in the diagrams let me know I thought instead of explaining what it all means I will let you take a look and clear up the things that you are not sure about

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 #71 on: November 20, 2012, 06:40 AM »
All right, I think I got the chart stuff, but it'll take some time to fully analyze it and get useful feedback apart from "looks great even if I didn't understand a thingy!" :D

I'll get in touch in the next week(s)... I hope I can analyze it soon :)
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 #72 on: November 20, 2012, 08:15 AM »
Would be great to see this project through :) Thanks for bringing it up again.

Looks excellent! Especially the things in the chart look right :)

One small thing though: DOB is unknown for 90% of our members, so better make it optional rather than a must ;)
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 Elod-Hora

  • Ex-member
  • Republic Citizen
  • Posts: 1,140
  • Gender: Male
  • Not all are born to be heroes.
    • My studio!
Re: Game project
« Reply #73 on: February 06, 2013, 04:13 AM »
I deeply apologize for the awful delay in this post. Gosh, it's three months already.

I've checked your graph and it looks great. I would change only one thing.

You can introduce an ID to be assigned to every jedi. Visually it can be reppresented with a dash symbol.

Ex: Elod-Hora Faria#135

In this way the events might be stored by double id in one database by syntax "Jedi ID.event ID" (ex: 135.20: 175, 285, Was one of the first members of the Lower Council, 4)

Portrait might be an IDint, and the portraits are stored in the internal database. (like "010" for "\..\pics\010.jpg"). There's a default portrait always assigned, based on character's gender.

I tried to update your charts as follows:


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 #74 on: February 14, 2013, 05:38 AM »
everything looks fine except I don't understand under relationships what does [x;ID] mean ?