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 ))
request for source postings
-
- Fleet Officer
- Posts: 1533
- Joined: Tue Mar 22, 2011 8:43 pm
- Location: Alaska
- Contact:
Flying Irresponsibly In Eridani......
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
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..
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.
Here is a previous post of mine with the best solution for decompiling it, also quoted below.
It also extracts them to individual directories.Arkheias wrote:I don't remember where I got this from, but just open notepad and enterand 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.Code: Select all
FOR %%A IN (*.tdb) DO TransData /decompile /dataFile:%%A
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.
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.
-
- Fleet Officer
- Posts: 1533
- Joined: Tue Mar 22, 2011 8:43 pm
- Location: Alaska
- Contact:
YES!! _( the framing of information is is as important as the information itself )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..
Flying Irresponsibly In Eridani......
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
-
- Fleet Officer
- Posts: 1533
- Joined: Tue Mar 22, 2011 8:43 pm
- Location: Alaska
- Contact:
thank youArkheias wrote:Here is a previous post of mine with the best solution for decompiling it, also quoted below.
It also extracts them to individual directories.Arkheias wrote:I don't remember where I got this from, but just open notepad and enterand 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.Code: Select all
FOR %%A IN (*.tdb) DO TransData /decompile /dataFile:%%A
It will extract all the files.
Edit: It was PKodon, PKodon solved all of our problems.
Flying Irresponsibly In Eridani......
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
I don't like to kill pirates in cold blood ..I do it.. but I don't like it..