.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   SE4TTV : Version 1.1 available (http://forum.shrapnelgames.com/showthread.php?t=6582)

Lemmy July 8th, 2002 08:55 PM

SE4TTV : Version 1.1 available
 
get it here, (minimally) tested with SE4 Gold, v1.67
http://www.xs4all.nl/~munishm/se4stuff/se4ttv_v1.zip
screenshot

Lot's of things to tell, first, Tech Tree Viewer is waaay to long, so it's called TTV from now on, or Lemmy's TTV, in case another one is made by someon else http://forum.shrapnelgames.com/images/icons/icon12.gif

Next, uhm, it's faaaar from finished, to sum it up,
Current features:
</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif">Allows (not so) easy change of mod dirs by editing se4tv.ini</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif">Shows the tech tree in a graphical way (a la civ III)
    </font>
<font size="2" face="Verdana, Helvetica, sans-serif">Upcoming features:</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif">Changing mods without having to exit the program.</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif"> Tech/component/facility/intel/vehicle icons will be added to the techbutton, or techwindow</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif">Tech research costs to be included in techwindow</font>
  • <font size="2" face="Verdana, Helvetica, sans-serif">Whatever else that comes to mind http://forum.shrapnelgames.com/images/icons/icon7.gif
    </font>
<font size="2" face="Verdana, Helvetica, sans-serif">Known issue(s):In Facility.txt, at the facility Space Port there is this line (line 429 IIRC):
Ability 2 Type := None
delete it, as far as i know, this *should* cause no problems with savegames, cos it says there is only 1 ability, no need to mention that ability 2 is None. (duh)
If you want to be sure, copy the data dir to another location, and delete the line in there, then make sure se4tv.ini points to that dir.
So far, that's all i found.
How to run it?double click on run.bat http://forum.shrapnelgames.com/images/icons/icon12.gif
You should have java installed, but that is included on the cd, in the file called PlayByWeb_RealTimeClient.zip, unzip and run j2re-1_4_0-beta3-win.exe to install the Java Runtime Environment.
Note: haven't actually tested it with that JRE Version, but it should work.

In case anyone is interested in the source code, go here:
http://www.xs4all.nl/~munishm/se4stuff/se4ttv_v1src.zip
it is poorly documented for now, so enter at your own risk http://forum.shrapnelgames.com/images/icons/icon12.gif
If you do enter (you brave soul), the interesting/special part (how to place the buttons) is in techviewer\TreePanel.java
Please don't copy any code without me knowing about it.

EDIT: changed title....

[ August 23, 2002, 16:02: Message edited by: Lemmy ]

Lemmy July 8th, 2002 09:21 PM

Re: SE4TTV : Version 1.1 available
 
in awe of my superb program the posting rates drop to an all time low...or maybe because of the sloooooow load time... http://forum.shrapnelgames.com/images/icons/icon10.gif

Lemmy July 8th, 2002 09:22 PM

Re: SE4TTV : Version 1.1 available
 
in awe of my superb program the posting rates drop to an all time low...or maybe because of the sloooooow load time... http://forum.shrapnelgames.com/images/icons/icon10.gif

Ed Kolis July 9th, 2002 09:02 PM

Re: SE4TTV : Version 1.1 available
 
Suggestions, eh? Well, I didn't actually download your program, but just from looking at the screenshot I can see something it could use... You know how each level of the same tech has its own box? Well, that's going to make the whole tech tree take up a LOT of space! (Imagine the Propulsion tree... shudder!) What I'm suggesting is condensing all the nodes that don't have something branching from them. So instead of this:

Prop I -&gt; Prop II -&gt; Prop III -&gt; Prop IV -&gt; Prop V

By the way, what happens when a tech has 2 or more prerequisites? Do you actually have wild lines going all over the place, or does it just branch from the first one?

Ed Kolis July 9th, 2002 09:05 PM

Re: SE4TTV : Version 1.1 available
 
Gaah, I accidentally hit send too soon. http://forum.shrapnelgames.com/images/icons/icon8.gif

OK, what I meant to say is, instead of this

Prop I -&gt; Prop II -&gt; Prop III -&gt; Prop IV -&gt; Prop V ...
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|--&gt; HEF Weapons

you have this

Prop I-IV -&gt; Prop V -&gt; Prop VI -&gt; Prop VII ...
,,,,,,,,|--&gt; HEF Weapons

Lemmy July 9th, 2002 10:13 PM

Re: SE4TTV : Version 1.1 available
 
Quote:

By the way, what happens when a tech has 2 or more prerequisites? Do you actually have wild lines going all over the place, or does it just branch from the first one?
<font size="2" face="Verdana, Helvetica, sans-serif">running wild....for now, and it branches from the first one.
If there then comes a tech which also leads the a tech already "added" to the tree, a line will be drawn between those two techs also, no matter their placement.
Good point btw, i forgot about that one.

Lemmy July 9th, 2002 10:20 PM

Re: SE4TTV : Version 1.1 available
 
Quote:

OK, what I meant to say is, instead of this

Prop I -&gt; Prop II -&gt; Prop III -&gt; Prop IV -&gt; Prop V ...
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|--&gt; HEF Weapons

you have this

Prop I-IV -&gt; Prop V -&gt; Prop VI -&gt; Prop VII ...
,,,,,,,,|--&gt; HEF Weapons
<font size="2" face="Verdana, Helvetica, sans-serif">hmm, yes, but then when you would click on the Prop I-IV button, the popup window with the listing of the component would contain too much information, about all those 4 techs.
I thought about it when i started, but it would overcomplicate things because then one button should be able to refer to multiple techlevels instead of just one.

Lemmy July 10th, 2002 01:15 AM

Re: SE4TTV : Version 1.1 available
 
one thing i forgot to mention, you should edit se4tv.ini, and change the MostRecentlyUsedDir entry to your se4 data dir, or mod data dir.

any suggestions are welcome btw http://forum.shrapnelgames.com/images/icons/icon12.gif

Skulky July 12th, 2002 03:29 AM

Re: SE4TTV : Version 1.1 available
 
This is so cool, i printed the tech tree that was in a txt file by somone, and now i can see it "a la civ2"

great work can't wait for more improvements

[ July 12, 2002, 02:29: Message edited by: Skulky ]

Spuzzum July 12th, 2002 07:44 AM

Re: SE4TTV : Version 1.1 available
 
This utility now forces me to actually work on my mod. I'm not sure if I should thank you, or get mad at you. ;-)

Great work! Always good to have utilities like this one. It especially helps me with my AI-writing -- I can get a tech tree and then write down the order that the AI would pursue it in, and convert that into the appropriate research format.

Thanks bunches. =)
(That's the good thanks, not the sarcastic thanks, mind you. ;-) )


All times are GMT -4. The time now is 06:22 AM.

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