request for source postings

Freeform discussion about anything related to modding Transcendence.
Post Reply
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

I Have Never been able to get the TransData to work for me : I am totally dependent on posted sources.

the game versions on the Wiki and the sources posted on xelerus are far behind

((not to mention that links on the wiki for older versions lead to blank pages - not files ))
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
Shaman
Commonwealth Pilot
Commonwealth Pilot
Posts: 95
Joined: Fri Sep 20, 2013 2:03 pm

Because it's your Unbirthday you deserve a present or two! Or three.

1.5:
https://www.dropbox.com/s/5a0bfha5coesg ... 5.zip?dl=0

1.6b5
https://www.dropbox.com/s/a0xlg50nu2z37 ... 5.zip?dl=0

How you decompile:
Place TransData.exe inside your T-Folder. Run CMD, or command prompt, see here. Now change to your T-Folder using cd. Example: "cd C:\User\Me\Desktop\Transcendence\" now you start TransData.exe with a command line. "Transdata.exe /decompile"

I didn't get that the first times either..
Last edited by Shaman on Sat Jun 27, 2015 10:06 pm, edited 1 time in total.
Arkheias
Commonwealth Pilot
Commonwealth Pilot
Posts: 95
Joined: Mon Jun 02, 2014 8:06 pm

Here is a previous post of mine with the best solution for decompiling it, also quoted below.
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.
It also extracts 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:

Shaman wrote:Because it's your Unbirthday you deserve a present or two! Or three.

1.5:
https://www.dropbox.com/s/5a0bfha5coesg ... 5.zip?dl=0

1.6b5
https://www.dropbox.com/s/a0xlg50nu2z37 ... 5.zip?dl=0

How you decompile:
Place TransData.exe inside your T-Folder. Run CMD, or command prompt, see here. Now change to your T-Folder using cd. Example: "cd C:\User\Me\Desktop\Transcendence\" now you start TransData.exe with a command line. "Transdata.exe /decompile"

I didn't get that the first times either..
YES!! _( the framing of information is is as important as the information itself )
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

Arkheias wrote:Here is a previous post of mine with the best solution for decompiling it, also quoted below.
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.
It also extracts them to individual directories.
thank you
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