TransData: Decompiling Eternity Port

Here you can get help resolving Transcendence-related issues.
Post Reply
User avatar
Song
Fleet Admiral
Fleet Admiral
Posts: 2801
Joined: Mon Aug 17, 2009 4:27 am

I know this is a simple, one-line thing. I also know it's on the forums here. But after half an hour of messing with TransData and searching the forums, I'm still unable to get a decompile on the Eternity Port .tbd. The command I'm currently using is:

Code: Select all

TransData /decompile /adventure:"0x00900000"
I based that off looking at the apparent syntax for the other commands in the "Using TransData" article (http://trans.kronosaur.com/guidePage.hexm?id=846). This is giving me a full decompile.....of the Transcendence.tdb file and nothing else.

What should I actually be doing to get the decompile to work?
Mischievous local moderator. She/Her pronouns.
User avatar
SolarGalaxy
Miner
Miner
Posts: 40
Joined: Sun Mar 02, 2014 2:29 am
Location: Charting course to new worlds.

Have you tried renaming the Eternity Port .tdb file to Transcendence.tdb and just using TransData's normal decompile command?
This definitely works to decompile Corporate Command.
Arkheias
Commonwealth Pilot
Commonwealth Pilot
Posts: 95
Joined: Mon Jun 02, 2014 8:06 pm

I don't remember where I got this from, but just open notepad and enter

Code: Select all

FOR %%A IN (*.tdb) DO TransData /decompile /dataFile:%%A
and save it as "TDDA.bat", then put it and all of your .tdb files in the same folder as transdata.exe and run the .bat file.

It will extract all the files.

Edit: It was PKodon, PKodon solved all of our problems.
Cabbage Corp, the only mod with cabbages!

Please feel free to submit bug reports or issues related to the Cabbage Corp mod on the GitHub page, the forum thread, in a private message or even on the Xelerus page. Suggestions are fine too.
User avatar
Song
Fleet Admiral
Fleet Admiral
Posts: 2801
Joined: Mon Aug 17, 2009 4:27 am

Arkheias wrote:I don't remember where I got this from, but just open notepad and enter

Code: Select all

FOR %%A IN (*.tdb) DO TransData /decompile /dataFile:%%A
and save it as "TDDA.bat", then put it and all of your .tdb files in the same folder as transdata.exe and run the .bat file.

It will extract all the files.

Edit: It was PKodon, PKodon solved all of our problems.
Aaaaah. I knew that thread existed, but I couldn't find it. Cheers!
Mischievous local moderator. She/Her pronouns.
User avatar
Aury
Fleet Admiral
Fleet Admiral
Posts: 5421
Joined: Tue Feb 05, 2008 1:10 am
Location: Somewhere in the Frontier on a Hycrotan station, working on new ships.

Does it extract them to individual directories? I'll need to try this, if it does that, then I wont need my overly convoluted script anymore
(shpOrder gPlayership 'barrelRoll)
(plySetGenome gPlayer (list 'Varalyn 'nonBinary))
Homelab Servers: Xeon Silver 4110, 16GB | Via Quadcore C4650, 16GB | Athlon 200GE, 8GB | i7 7800X, 32GB | Threadripper 1950X, 32GB | Atom x5 8350, 4GB | Opteron 8174, 16GB | Xeon E5 2620 v3, 8GB | 2x Xeon Silver 4116, 96GB, 2x 1080ti | i7 8700, 32GB, 6500XT
Workstations & Render machines: Threadripper 3990X, 128GB, 6900XT | Threadripper 2990WX, 32GB, 1080ti | Xeon Platinum 8173M, 48GB, 1070ti | R9 3900X, 16GB, Vega64 | 2x E5 2430L v2, 24GB, 970 | R7 3700X, 32GB, A6000
Gaming Systems: R9 5950X, 32GB, 6700XT
Office Systems: Xeon 5318Y, 256GB, A4000
Misc Systems: R5 3500U, 20GB | R5 2400G, 16GB | i5 7640X, 16GB, Vega56 | E5 2620, 8GB, R5 260 | P4 1.8ghz, 0.75GB, Voodoo 5 5500 | Athlon 64 x2 4400+, 1.5GB, FX 5800 Ultra | Pentium D 3.2ghz, 4GB, 7600gt | Celeron g460, 8GB, 730gt | 2x Athlon FX 74, 8GB, 8800gts 512 | FX 9590, 16GB, R9 295x2 | E350, 8GB | Phenom X4 2.6ghz, 16GB, 8800gt | random core2 duo/atom/i5/i7 laptops
Arkheias
Commonwealth Pilot
Commonwealth Pilot
Posts: 95
Joined: Mon Jun 02, 2014 8:06 pm

It does in fact extract them to individual directories.
Cabbage Corp, the only mod with cabbages!

Please feel free to submit bug reports or issues related to the Cabbage Corp mod on the GitHub page, the forum thread, in a private message or even on the Xelerus page. Suggestions are fine too.
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

Arkheias wrote:
Sun Jan 11, 2015 5:43 am
I don't remember where I got this from, but just open notepad and enter

Code: Select all

FOR %%A IN (*.tdb) DO TransData /decompile /dataFile:%%A
and save it as "TDDA.bat", then put it and all of your .tdb files in the same folder as transdata.exe and run the .bat file.

It will extract all the files.

Edit: It was PKodon, PKodon solved all of our problems.

WOW, it worked - it was "automatic" - However, the first attempt did not do anything except blink a command window as my computers usually do, THEN, I moved the Transdata.exe ( obtained from this thread last night ) into the same folder and then the .bat file went coconuts.

EDIT : I experimented on the collection folder contents - it worked there as well, but still required the TransData.exe to be in the same folder.

THANK YOU, Arkheias.
And, Thank You to everyone that got involved in this thread.

Now if only we could convince Fleet Command that we can fly in formation too :)
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
Post Reply