Newbie in Trouble

General discussion about anything related to Transcendence.
User avatar
Viper
Miner
Miner
Posts: 33
Joined: Thu Mar 27, 2008 12:49 pm
Location: Home...of course.

11 tons of Pteracnium ore.

Keep in mind I got the Hyperion...


Thank you guys.
F50
Fleet Officer
Fleet Officer
Posts: 1004
Joined: Sat Mar 11, 2006 5:25 pm

I'll make it Saturday if no one else does it first.
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

Code: Select all

<?xml version="1.0" ?>
<!DOCTYPE TranscendenceExtension
[
	<!ENTITY unidExtension					"0xD2116ffc">
]>
<TranscendenceExtension UNID="&unidExtension;" version="0.98">
	<ItemType UNID="&itPteracniumOre;"
			name=				"ton of pteracnium ore"
			level=				"5"
			value=				"600"
			mass=				"1000"
			frequency=			"rare"
			numberAppearing=	"1d8"
			modifiers=			"AntiMatter; Consumable; Ore; Res;"

			description=		"Pteracnium is one of the only transuranic elements that is stable under normal conditions. When bombarded with high-energy particles, pteracnium releases a cascade of anti-protons that can sustain a starship engine."
			firstPlural=		"true"
			sortName=			"pteracnium ore, ton of"
			>
			<Invoke key="q">
			(objAddItem gSource (itmCreate &itPteracniumFuelRod; 10))
			</Invoke>
		<Image imageID="&rsItems1;" imageX="96" imageY="576" imageWidth="96" imageHeight="96"/>
	</ItemType>
	</TranscendenceExtension>
i havn't tested, but see no reason for it not to work.

make a new .xml file with any editor that supports that type, paste the code into it as it appears, place it in extensions folder.

to save yourself se the ore(it's accelerator key is "q"), and then refuel with the newly created rods, do as many times as needed. delete the mod when you no longer need it.
User avatar
Viper
Miner
Miner
Posts: 33
Joined: Thu Mar 27, 2008 12:49 pm
Location: Home...of course.

Thank you for your promptness, Bobby. Any suggestion of an editor for Vista? Yes, I use Vista...lol
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

i have never used vista before, if there is a compatibility mode for xp(or 2k, nt, 98, 95, me) then notepad++ is very good, syntax highlighting, parenthases matching/highlighting, folding, a good find/replace, custom autocomplete, tabs, and then there's the plugins(like a hex editor or color picker)... it opens just about any file(it can read the .tdb, just don't change it), lets you assign any file name, and remembers what was open when you last closed it. the undo goes very far back too. home page
User avatar
Viper
Miner
Miner
Posts: 33
Joined: Thu Mar 27, 2008 12:49 pm
Location: Home...of course.

Wolfy wrote:I "cheat" w/ "checkpoint" saves (make a copy of your saved game)
How do u do that?
F50
Fleet Officer
Fleet Officer
Posts: 1004
Joined: Sat Mar 11, 2006 5:25 pm

I don't find checkpoint saves necessary, just don't use a gate if you are low on fuel or are contaminated with radioactive waste.

If you are paranoid, or don't want a modding solution,

1. Open windows explorer and navigate to the location in which transcendence is installed.

2. click on your .sav file (for example, Viper.sav) and then press CTRL+C and then CTRL+V to make a copy of the file.

3. right click on the copy of the .sav file, click "rename", and then rename it to something reasonable (ie. from "copy of viper.sav" to "viper2.sav")

You can access the backup save by either deleting the original and following this process to copy "viper2.sav" to "viper.sav" or by opening transcendence, clicking on your name in the top-left hand corner, entering "viper2" and then pressing enter.

hope that makes sense.
User avatar
Viper
Miner
Miner
Posts: 33
Joined: Thu Mar 27, 2008 12:49 pm
Location: Home...of course.

It does...thank you very much...
Post Reply