.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old May 22nd, 2002, 12:47 PM

Lemmy Lemmy is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Netherlands
Posts: 479
Thanks: 0
Thanked 0 Times in 0 Posts
Lemmy is on a distinguished road
Default Tech tree viewer in the works...

...by me

shamanblues asked if there is something like this made here, it looks like there wasn't , and there isn't someone already working on it.

The idea is too make a program which allows you to view the tech tree like in Civ.

Here's what i had in mind,

You got your basic window, inside there is one main view, in which the tree is shown, each tech is shown as a button, clicking on it will bring up a new window with information about the tech.
The new window will tell you all new components, facilities, and spy ops gained upon completion of this tech.

At the moment i'm not sure if one button should represent an entire tech area, or only one lvl in a tech area.

ideas/thought?
feature requests?
oh, about features, i will not make this an editor, just a viewer...at least for now.

And all of this will be written in Java.
__________________
[Boo!]
Reply With Quote
  #2  
Old May 22nd, 2002, 04:22 PM
Richard's Avatar

Richard Richard is offline
Brigadier General
 
Join Date: Dec 1999
Location: Lancaster, OH 43130
Posts: 1,997
Thanks: 5
Thanked 9 Times in 8 Posts
Richard is on a distinguished road
Default Re: Tech tree viewer in the works...

I like the ideas .
__________________
Change is inevitable, how you handle change is controllable - J. Strong
Reply With Quote
  #3  
Old May 22nd, 2002, 04:28 PM
DirectorTsaarx's Avatar

DirectorTsaarx DirectorTsaarx is offline
Major
 
Join Date: Dec 2000
Location: Northern Virginia, USA
Posts: 1,048
Thanks: 0
Thanked 0 Times in 0 Posts
DirectorTsaarx is on a distinguished road
Default Re: Tech tree viewer in the works...

Quote:
Originally posted by LemmyM:
[QB<snip>
The idea is too make a program which allows you to view the tech tree like in Civ.

Here's what i had in mind,

You got your basic window, inside there is one main view, in which the tree is shown, each tech is shown as a button, clicking on it will bring up a new window with information about the tech.
The new window will tell you all new components, facilities, and spy ops gained upon completion of this tech.

At the moment i'm not sure if one button should represent an entire tech area, or only one lvl in a tech area.

<snip>
[/QB]
I vote for one button = 1 tech level.

This is going to be a vey complex tree, isn't it?
__________________
L++ Se+++ GdY $++ Fr C+++ Csc Sf Ai AuO M+ MpTM S Ss RRSHP+ Pw- Fq-&gt;Fq+ Nd+++ Rp G++ Mm++ Bb---
Reply With Quote
  #4  
Old May 22nd, 2002, 04:57 PM

Lemmy Lemmy is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Netherlands
Posts: 479
Thanks: 0
Thanked 0 Times in 0 Posts
Lemmy is on a distinguished road
Default Re: Tech tree viewer in the works...

Quote:
Originally posted by DirectorTsaarx:
I vote for one button = 1 tech level.
you're right, 1 button = 1 lvl is best.
Quote:
This is going to be a vey complex tree, isn't it?
a little...the algorithm to place all the buttons is probably the hardest part, but i already made it for a civ3 techviewer...and if i hadn't lost the source to that, it would be a lot easier

[ May 22, 2002, 16:12: Message edited by: LemmyM ]
__________________
[Boo!]
Reply With Quote
  #5  
Old May 22nd, 2002, 05:39 PM

Lemmy Lemmy is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Netherlands
Posts: 479
Thanks: 0
Thanked 0 Times in 0 Posts
Lemmy is on a distinguished road
Default Re: Tech tree viewer in the works...

i was also thinking about a search function by name, there is a textfield, and you must choose to search for a component, spy op, facility, or tech area, and then the main view would center in the corresponding tech button
__________________
[Boo!]
Reply With Quote
  #6  
Old May 22nd, 2002, 06:02 PM

Gryphin Gryphin is offline
BANNED USER
 
Join Date: Nov 2001
Location: Near Boston, MA, USA
Posts: 2,471
Thanks: 0
Thanked 0 Times in 0 Posts
Gryphin is on a distinguished road
Default Re: Tech tree viewer in the works...

I don't know if this helps.
I was able using Word to take the Tech Tree created by, um, was it you? and reduce it to a Tab Delimeted file.. From there I was able to port it to MicroSponge Access. A few preliminary efforts indicated I could do pretty defined searches on just a flat file.
I could send you the results or the seriess of macros I used to do the "parsing".
I realize not everyone has MicroSponge Access but ...
I'm not a programmer but if this helps, please let me know.
I will have guest for the next 6 days.. I may still be able to send it or upload it.
Reply With Quote
  #7  
Old May 22nd, 2002, 09:55 PM

Lemmy Lemmy is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Netherlands
Posts: 479
Thanks: 0
Thanked 0 Times in 0 Posts
Lemmy is on a distinguished road
Default Re: Tech tree viewer in the works...

It wasn't me who created that file.
I'm writing my own parser in Java and store the data in Java classes, figuring out how to connect with acces in Java (if possible) would take too much time.
__________________
[Boo!]
Reply With Quote
  #8  
Old May 23rd, 2002, 09:24 PM
Hank's Avatar

Hank Hank is offline
Private
 
Join Date: Mar 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Hank is on a distinguished road
Default Re: Tech tree viewer in the works...

The JDBC/ODBC bridge connects Java to Access fairly quickly. But the better design is to do as you are planning, parse the SEIV files themselves for the data you need that way your techtree will be able to pickup patch changes and probably even mod changes easily.
__________________
I was going for a snake-slash-ninja approach with a little bit of hissit!
Reply With Quote
  #9  
Old May 24th, 2002, 12:18 AM

Ransack Ransack is offline
Private
 
Join Date: May 2002
Location: Edmonton, Canada
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Ransack is on a distinguished road
Default Re: Tech tree viewer in the works...

I was thinking of doing something like this too. One difference is that I am planning to use SVG as the output format. This would allow you to just point at a tech-level node and see in a floating window exactly what became available at that point.

Sound like a good idea?
Reply With Quote
  #10  
Old May 24th, 2002, 09:39 AM

Lemmy Lemmy is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Netherlands
Posts: 479
Thanks: 0
Thanked 0 Times in 0 Posts
Lemmy is on a distinguished road
Default Re: Tech tree viewer in the works...

Quote:
Originally posted by Hank:
The JDBC/ODBC bridge connects Java to Access fairly quickly. But the better design is to do as you are planning, parse the SEIV files themselves for the data you need that way your techtree will be able to pickup patch changes and probably even mod changes easily.
yep, that's right, i'm writing a seperate Loader class, so that any patch changes will be easily updated.

Quote:
Originally posted by Ransack:
I was thinking of doing something like this too. One difference is that I am planning to use SVG as the output format. This would allow you to just point at a tech-level node and see in a floating window exactly what became available at that point.

Sound like a good idea?
hmm, don't know much about SVG, other that it's based on xml?
__________________
[Boo!]
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 03:57 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.