Newbie in Trouble
Hi everybody. I've been playing Transcendence 0.98d and I made a huge mistake...I jumped into a stargate with no fuel...hehe. So, in the new system, I just die. in other words, I locked up my game. Any way out of this mess? Thanks in advance.
do you have fuel rods? if so use them(always leave at least 1 fuel rod so you get the grace period before dying).
if you don't care about cheating... i know a way for that.
1 find out at least one item in your cargo hold
2 copy that item from the xmls(or tdb) into a mod(can be deleted later with no ill effects)
3 place the following code in an <invoke> on that item
4 use the item, it will not be deleted
i havn't tested but this should work.
or you could just give yourself fuel rods from an invoke.
if you don't care about cheating... i know a way for that.
1 find out at least one item in your cargo hold
2 copy that item from the xmls(or tdb) into a mod(can be deleted later with no ill effects)
3 place the following code in an <invoke> on that item
4 use the item, it will not be deleted
Code: Select all
(block nil
(setq itemsToUse (itmCreate &itfuelyouwanttouse; howmanyrodstouseanumber)) (shpRefuelFromItem gPlayerShip itemsToUse)
)
or you could just give yourself fuel rods from an invoke.
- Arisaya
- Fleet Admiral
- Posts: 5535
- Joined: Tue Feb 05, 2008 1:10 am
- Location: At the VSS Shipyards in the frontier, designing new ships.
I "cheat" w/ "checkpoint" saves (make a copy of your saved game)Periculi wrote:lol.. exploits-are-us!
It has never even dawned on me to do that! I usually just start over if I get in a bind like that.
(shpOrder gPlayership 'barrelRoll)
<New tutorials, modding resources, and official extension stuff coming to this space soon!>
<New tutorials, modding resources, and official extension stuff coming to this space soon!>
- Periculi
- Fleet Officer
- Posts: 1282
- Joined: Sat Oct 13, 2007 7:48 pm
- Location: Necroposting in a forum near you
Basically the same as adding the code to an item as mentioned above.
Or something like that.
Again, you would have to know an item in your inventory and make an extension that changed the item by adding the Invoke code.
Code: Select all
<Invoke>
(block Nil
(objAddItem gPlayerShip (itmCreateByName "f" "Helium" 1) 3)
)
</Invoke>
Again, you would have to know an item in your inventory and make an extension that changed the item by adding the Invoke code.
- Arisaya
- Fleet Admiral
- Posts: 5535
- Joined: Tue Feb 05, 2008 1:10 am
- Location: At the VSS Shipyards in the frontier, designing new ships.
lol. i have 2gb of old ones... gotta go and delete all of those...Psycholis wrote:I do the same thing. I have like 10 different .sav files now.. should try and either finish them or delete them
(shpOrder gPlayership 'barrelRoll)
<New tutorials, modding resources, and official extension stuff coming to this space soon!>
<New tutorials, modding resources, and official extension stuff coming to this space soon!>
-
- Commonwealth Pilot
- Posts: 76
- Joined: Thu Dec 20, 2007 8:58 pm
I'll try to suggest some solutions that *don't* involve modding.
first: double-check your inventory for fuel. You can usually use several different types of fuel rods. you might have one type but not the other. Probably not. You can often use longzhu spheres as fuel (though that's obviously a very expensive way to refuel!)
second: get to a source of fuel. You can get fuel from most stations, including black markets and, sometimes, the sisters of dominia. (The sisters only give you fuel if you've given them lots of that type of fuel in the past). You can also get fuel from wrecks, so keep an eye out for wrecks to loot (maybe blow up a friendly ship or two). Speaking of wrecks...
third: try flying without fuel. you can often move and even change directions after you have run out of fuel by using the dock command. When you hit D to dock, your ship moves toward the thing you're docking with. If you hit D again quickly, the dock will be canceled, and you will continue moving in that direction. you can control which object you're "docking" with by using the "f" key to target friendly objects (say, the gate and it's two or three beacons, for starters). the ship will run for (I think) 60 seconds after you run out of fuel.
ps: make sure you get the maximum use out of the small amount of fuel you have: hit B and disable everything you aren't using (Ideally, disable everything but your engine).
first: double-check your inventory for fuel. You can usually use several different types of fuel rods. you might have one type but not the other. Probably not. You can often use longzhu spheres as fuel (though that's obviously a very expensive way to refuel!)
second: get to a source of fuel. You can get fuel from most stations, including black markets and, sometimes, the sisters of dominia. (The sisters only give you fuel if you've given them lots of that type of fuel in the past). You can also get fuel from wrecks, so keep an eye out for wrecks to loot (maybe blow up a friendly ship or two). Speaking of wrecks...
third: try flying without fuel. you can often move and even change directions after you have run out of fuel by using the dock command. When you hit D to dock, your ship moves toward the thing you're docking with. If you hit D again quickly, the dock will be canceled, and you will continue moving in that direction. you can control which object you're "docking" with by using the "f" key to target friendly objects (say, the gate and it's two or three beacons, for starters). the ship will run for (I think) 60 seconds after you run out of fuel.
ps: make sure you get the maximum use out of the small amount of fuel you have: hit B and disable everything you aren't using (Ideally, disable everything but your engine).
- Periculi
- Fleet Officer
- Posts: 1282
- Joined: Sat Oct 13, 2007 7:48 pm
- Location: Necroposting in a forum near you
Adding to the above suggestions I think you might be able to try to:
Power down everything to conserve energy- disable shields, weapons, devices- anything you can turn off.
Then try to make a run for a nearby station.
If you can't stretch the fuel, you might try to take out some random ships coming from the gate and hope they have a fuel rod in cargo.
Power down everything to conserve energy- disable shields, weapons, devices- anything you can turn off.
Then try to make a run for a nearby station.
If you can't stretch the fuel, you might try to take out some random ships coming from the gate and hope they have a fuel rod in cargo.