Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: WitPTracker AE Release 1.9.2 Available!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  155 156 [157] 158 159   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: WitPTracker AE Release 1.9.2 Available! - 2/10/2014 4:51:04 PM   
Numdydar

 

Posts: 3211
Joined: 2/13/2004
Status: offline
I fixed this by putting the java EXE in the tracker folder. IIRC, this means that Tracker cannot find Java on your system.

(in reply to kaleun)
Post #: 4681
RE: WitPTracker AE Release 1.9.2 Available! - 2/10/2014 5:37:19 PM   
kaleun

 

Posts: 5145
Joined: 5/29/2002
From: Colorado
Status: offline
Tried that. Didn't work. Same error.

_____________________________

Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu

(in reply to Numdydar)
Post #: 4682
RE: WitPTracker AE Release 1.9.2 Available! - 2/10/2014 7:28:55 PM   
CaptDave

 

Posts: 659
Joined: 6/21/2002
From: Federal Way, WA
Status: offline
You're first going to need to get Java 6, not the latest version. Then you can worry about the pathing problems.

(in reply to kaleun)
Post #: 4683
RE: WitPTracker AE Release 1.9.2 Available! - 2/10/2014 7:51:04 PM   
kaleun

 

Posts: 5145
Joined: 5/29/2002
From: Colorado
Status: offline
So where exactly can we get Java 6? I tried the Java page and found hundreds of different options.

_____________________________

Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu

(in reply to CaptDave)
Post #: 4684
RE: WitPTracker AE Release 1.9.2 Available! - 2/10/2014 9:50:53 PM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline
quote:

All Java 6 releases up to and including 6u45 have been moved to the Java Archive on the Oracle Technology Network, where they will remain available but not receive further updates.

From this link:
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jre-6u45-oth-JPR
I am pretty sure it is this installation file:






Attachment (1)

_____________________________


(in reply to kaleun)
Post #: 4685
RE: WitPTracker AE Release 1.9.2 Available! - 2/11/2014 12:35:07 AM   
kaleun

 

Posts: 5145
Joined: 5/29/2002
From: Colorado
Status: offline
Done, still same error.




Attachment (1)

_____________________________

Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu

(in reply to witpqs)
Post #: 4686
RE: WitPTracker AE Release 1.9.2 Available! - 2/11/2014 1:25:22 AM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline
Your command line inside the bat file that you are using to run Tracker is wrong. Just for comparison, here is mine:

quote:

"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap


Notice that in front of the word "java" is the location of that "java" file.

_____________________________


(in reply to kaleun)
Post #: 4687
RE: WitPTracker AE Release 1.9.2 Available! - 2/11/2014 7:05:50 PM   
CaptDave

 

Posts: 659
Joined: 6/21/2002
From: Federal Way, WA
Status: offline
Yes, that's the next step. Java 6's location is not in your system's search path (and you don't want it there), so you need to specify the path. Unless you installed it somewhere besides the default, the path witpqs provided is the one you need. Thus, you need to edit the batch file in your Tracker directory to include the full path.

(in reply to witpqs)
Post #: 4688
RE: WitPTracker AE Release 1.9.2 Available! - 2/11/2014 11:17:39 PM   
IronDuke_slith

 

Posts: 1595
Joined: 6/30/2002
From: Manchester, UK
Status: offline
Anyone got any ideas, I'm getting the following error.


C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>"C:\Program Files (x86)
\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 1 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.ShipClassPanel$1.getValueAt(ShipClassPanel.java:149)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:177)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.ShipClassPanel.actionPerformed(ShipClassPanel.java:862)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.ShipClassPanel.PopulateCombos(ShipClassPanel.java:789)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:664)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .

Want to start a game as Japanese and would love to have Tracker to help, but have been fiddling with it for an hour or so now to no avail.

I get the databases created, but the tracker doesn't appear.

Regards,
ID

_____________________________


(in reply to CaptDave)
Post #: 4689
RE: WitPTracker AE Release 1.9.2 Available! - 2/12/2014 12:26:36 AM   
CrackSabbath


Posts: 111
Joined: 6/7/2004
From: Aridzona
Status: offline

I'm having a similar issue. I ran Tracker w/no issues previously. I'm now in a PBEM match using the Beta patch. I tried copying the DLL from the Beta 2 directory per a suggestion in the Beta thread, but no luck.

I'm stumped.

Here is the error log.


C:\Matrix Games\WitPTracker AE Release 1.9.2>java -Xms384m -Xmx512m -jar "WitPTr
acker.jar"
WitP Tracker AE tables loaded in 12 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.BasePanel$1.getValueAt(BasePanel.java:157)
at witptracker.BasePanel$1.getColumnClass(BasePanel.java:233)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.BasePanel.actionPerformed(BasePanel.java:1087)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.BasePanel.SetRegionList(BasePanel.java:1469)
at witptracker.BasePanel.<init>(BasePanel.java:1029)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:744)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

C:\Matrix Games\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .

_____________________________

The Dude abides

(in reply to IronDuke_slith)
Post #: 4690
RE: WitPTracker AE Release 1.9.2 Available! - 2/12/2014 2:19:42 PM   
kaleun

 

Posts: 5145
Joined: 5/29/2002
From: Colorado
Status: offline
I winder if CrackSabbathh's pbem game is mine
Maybe we'll both play without tracker.

_____________________________

Appear at places to which he must hasten; move swiftly where he does not expect you.
Sun Tzu

(in reply to CrackSabbath)
Post #: 4691
RE: WitPTracker AE Release 1.9.2 Available! - 2/12/2014 2:55:55 PM   
CrackSabbath


Posts: 111
Joined: 6/7/2004
From: Aridzona
Status: offline
Nope.

quote:

ORIGINAL: kaleun

I winder if CrackSabbathh's pbem game is mine
Maybe we'll both play without tracker.




_____________________________

The Dude abides

(in reply to kaleun)
Post #: 4692
RE: WitPTracker AE Release 1.9.2 Available! - 2/13/2014 11:17:35 PM   
CrackSabbath


Posts: 111
Joined: 6/7/2004
From: Aridzona
Status: offline
I ended up re-installing it and it's working fine. Go figure.


_____________________________

The Dude abides

(in reply to CrackSabbath)
Post #: 4693
RE: WitPTracker AE Release 1.9.2 Available! - 2/14/2014 1:24:22 AM   
jswhite1

 

Posts: 10
Joined: 2/12/2014
Status: offline
Ok...I finally bought this game. Installed without a problem...downloaded a couple of helpful utilities including Tracker.

After a week I have a question (the first of many I'm sure) that I cannot find the answer for. In Tracker there is a column titled "Cargo/(F/H)" and for the life of me I can't seem to determine what it represents.

Any help would be appreciated.






Attachment (1)

(in reply to n01487477)
Post #: 4694
RE: WitPTracker AE Release 1.9.2 Available! - 2/15/2014 2:42:10 AM   
IronDuke_slith

 

Posts: 1595
Joined: 6/30/2002
From: Manchester, UK
Status: offline


After some fiddling about, I can get a new game as Japanese loaded.

However, there are no regions assigned and I can't successfully import one of the existing sets either. I think the issue is caused by the base names which have all generated in some weird wing dings type font so as to be unrecogniseable as when I try and load a set of regions I get errors saying base names not found or not matching etc.

Anyone got any ideas?

regards,
ID.

_____________________________


(in reply to jswhite1)
Post #: 4695
RE: WitPTracker AE Release 1.9.2 Available! - 2/15/2014 3:38:28 AM   
IdahoNYer


Posts: 2616
Joined: 9/6/2009
From: NYer living in Boise, ID
Status: offline
Got a Tracker problem......Tracker was working fine - until I updated to the latest beta patch today. Did a turn and then had tracker read a turn and I got an "error comparing bases" message and the read turn does not complete. Is tracker dead in the water for this game?

(in reply to IronDuke_slith)
Post #: 4696
RE: WitPTracker AE Release 1.9.2 Available! - 2/15/2014 8:19:54 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: IronDuke

Anyone got any ideas, I'm getting the following error.


C:\Users\IronDuke\Desktop\WitPTracker AE Release 1.9.2>"C:\Program Files (x86)
\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 1 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= ShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1020)


This is because you haven't got the right pwsdll.dll in the tracker folder... delete db files and start again.

_____________________________


(in reply to IronDuke_slith)
Post #: 4697
RE: WitPTracker AE Release 1.9.2 Available! - 2/15/2014 8:23:14 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: jswhite1

Ok...I finally bought this game. Installed without a problem...downloaded a couple of helpful utilities including Tracker.

After a week I have a question (the first of many I'm sure) that I cannot find the answer for. In Tracker there is a column titled "Cargo/(F/H)" and for the life of me I can't seem to determine what it is

It's fuel/hex -- but its a little misleading cause it is number just to compare efficiency of cargo / fuel / hex...

_____________________________


(in reply to jswhite1)
Post #: 4698
RE: WitPTracker AE Release 1.9.2 Available! - 2/15/2014 8:25:51 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: IdahoNYer

Got a Tracker problem......Tracker was working fine - until I updated to the latest beta patch today. Did a turn and then had tracker read a turn and I got an "error comparing bases" message and the read turn does not complete. Is tracker dead in the water for this game?

Well you can delete the dbase and start again... im in malaysia on hols so i cant test.. make sure the dll is the right one
Michael sometimes updates it.

_____________________________


(in reply to IdahoNYer)
Post #: 4699
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 12:37:30 AM   
IdahoNYer


Posts: 2616
Joined: 9/6/2009
From: NYer living in Boise, ID
Status: offline
Thanks Damian....so how do I delete the database? Boy - that sounds like a dumb question...
I deleted the data file and started tracker - and it wouldn't complete loading. Do I need to delete the backup file as well?


(in reply to n01487477)
Post #: 4700
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 12:39:20 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: IdahoNYer

Thanks Damian....so how do I delete the database? Boy - that sounds like a dumb question...
I deleted the data file and started tracker - and it wouldn't complete loading. Do I need to delete the backup file as well?




Delete all of the trackerdb.* files (usually four of them, but can be more depending on how the program last ended).

(in reply to IdahoNYer)
Post #: 4701
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 12:40:46 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: IronDuke



After some fiddling about, I can get a new game as Japanese loaded.

However, there are no regions assigned and I can't successfully import one of the existing sets either. I think the issue is caused by the base names which have all generated in some weird wing dings type font so as to be unrecogniseable as when I try and load a set of regions I get errors saying base names not found or not matching etc.

Anyone got any ideas?

regards,
ID.


Which region definition are you importing?

(in reply to IronDuke_slith)
Post #: 4702
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 2:53:13 AM   
IdahoNYer


Posts: 2616
Joined: 9/6/2009
From: NYer living in Boise, ID
Status: offline
Floydg - no joy. Deleted all trackerdb.files and got this:


D:\Matrix Games\WitPTracker AE Release 1.9.2>"C:\Program Files (x86)\Java\jre6\b
in\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 6 seconds
WARNING: Could not find appropriate day in SigInt file <D:\Matrix Games\War in t
he Pacific Admiral's Edition\SAVE\asigint.txt> for 4/5/42.
WARNING: Could not find appropriate day in SigInt file <D:\Matrix Games\War in t
he Pacific Admiral's Edition\SAVE\asigint.txt> for 4/4/42.
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:128)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.java:138)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.AircraftPanel.actionPerformed(AircraftPanel.java:656)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.AircraftPanel.actionPerformed(AircraftPanel.java:604)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.AircraftPanel.PopulateCombos(AircraftPanel.java:906)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:289)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

D:\Matrix Games\WitPTracker AE Release 1.9.2>pause
Press any key to continue . . .

(in reply to floydg)
Post #: 4703
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 3:08:23 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Are you sure you're using the right pwsdll.dll file? If you're running the beta, copy the pwsdll.dll from the Beta2 folder to the WitPtracker folder (over-write what's there), delete the DB files again and try once more.

(in reply to IdahoNYer)
Post #: 4704
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 3:38:48 AM   
IdahoNYer


Posts: 2616
Joined: 9/6/2009
From: NYer living in Boise, ID
Status: offline
quote:

Are you sure you're using the right pwsdll.dll file?


Floyd - you are a genius! Looks to be working fine now!

Thanks again not only for your help, but with Tracker - it really has taken playing this game to the next level for me.

(in reply to floydg)
Post #: 4705
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 5:56:19 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline
Yeah - sorry I've travelling through Malaysia but I'll get back on helping where and when I can later..

_____________________________


(in reply to IdahoNYer)
Post #: 4706
RE: WitPTracker AE Release 1.9.2 Available! - 2/17/2014 10:28:02 PM   
IronDuke_slith

 

Posts: 1595
Joined: 6/30/2002
From: Manchester, UK
Status: offline
Floydg, n01487477,
Thanks for the help. The advice around getting the dll from the beta folder cleared everything up and this runs smoothly now.

To be honest, Guys, this is the best user made utility I've seen since I started computer gaming in the early 90s. It's practically a game in itself and I'd echo IdahoNYer's comments about this piece of kit taking the game to a new level. The global chart is a superb visual representation of the economy and even the simpler things like the plane comparison have been a huge help and time saving.

My thanks for your ongoing efforts.

Thanks and regards,
ID.

_____________________________


(in reply to n01487477)
Post #: 4707
RE: WitPTracker AE Release 1.9.2 Available! - 2/19/2014 9:34:07 PM   
uncivil_servant


Posts: 200
Joined: 2/19/2013
Status: offline
I appreciate all the help in this thread. Reading through recent folk's troubles I, eventually, fixed the problems with steps delineated here except I had done a clean install wiping all my previous stored info. That said, which Map Region do I use? There is no default listed nor is that on the webpage. I picked the "-6" one and I am getting name differential errors. i.e. Base 1498 name of <sipora> not match the name in the import file <Sipora Island>


(in reply to IronDuke_slith)
Post #: 4708
RE: WitPTracker AE Release 1.9.2 Available! - 2/19/2014 9:39:32 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: uncivil_servant

I appreciate all the help in this thread. Reading through recent folk's troubles I, eventually, fixed the problems with steps delineated here except I had done a clean install wiping all my previous stored info. That said, which Map Region do I use? There is no default listed nor is that on the webpage. I picked the "-6" one and I am getting name differential errors. i.e. Base 1498 name of <sipora> not match the name in the import file <Sipora Island>




You can create one yourself. Or edit one of the ones that don't work. But they're really mod-dependent. With Stock scenarios, try Floyd_Region_File_Scen1.txt.

(in reply to uncivil_servant)
Post #: 4709
RE: WitPTracker AE Release 1.9.2 Available! - 2/21/2014 9:07:05 PM   
jswhite1

 

Posts: 10
Joined: 2/12/2014
Status: offline

quote:

ORIGINAL: n01487477


quote:

ORIGINAL: jswhite1

Ok...I finally bought this game. Installed without a problem...downloaded a couple of helpful utilities including Tracker.

After a week I have a question (the first of many I'm sure) that I cannot find the answer for. In Tracker there is a column titled "Cargo/(F/H)" and for the life of me I can't seem to determine what it is

It's fuel/hex -- but its a little misleading cause it is number just to compare efficiency of cargo / fuel / hex...


Thanks for the info!


< Message edited by jswhite1 -- 2/21/2014 10:08:32 PM >

(in reply to n01487477)
Post #: 4710
Page:   <<   < prev  155 156 [157] 158 159   next >   >>
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  155 156 [157] 158 159   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.906