TransData 2.0 bugs

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
bimbel
Militia Lieutenant
Militia Lieutenant
Posts: 181
Joined: Wed Jul 05, 2006 8:22 am
Location: Germany
Contact:

Two things I've encountered on a quick test
1)

Code: Select all

> Transdata.exe /itemtable /damageAdj 
Itemtable impossible to import in spreadsheet due to /damageAdj being formated with tabs! Maybe allow a custom switch to seperate values?


2)

Code: Select all

> Transdata.exe /itemtable /totalCount 
triggers

Code: Select all

TransData v2.0
Copyright (c) 2001-2010 by George Moromisato. All Rights Reserved.

Loading...done.
ERROR: Unable to open total count file. Use /generateSimTables.
Jeoshua
Militia Lieutenant
Militia Lieutenant
Posts: 163
Joined: Sat Sep 06, 2008 3:48 pm

I'm 100% behind the comma separated value switch... seems an easy hack too. If this were unix, you could pipe the output to awk and do it automatically.. but let's face it, anyone who is using GNU tools on a windows box is just not doing it right ;)
User avatar
Atarlost
Fleet Admiral
Fleet Admiral
Posts: 2391
Joined: Tue Aug 26, 2008 12:02 am

Jeoshua wrote:I'm 100% behind the comma separated value switch... seems an easy hack too. If this were unix, you could pipe the output to awk and do it automatically.. but let's face it, anyone who is using GNU tools on a windows box is just not doing it right ;)
Or wants to play a game with no up to date linux port. Like Transcendence for instance. Or no linux port at all like nearly all commercial games.
Jeoshua
Militia Lieutenant
Militia Lieutenant
Posts: 163
Joined: Sat Sep 06, 2008 3:48 pm

wine can do amazing things nowadays, actually...
Post Reply