FTL Captain's Edition 1.308/Inf 1.301b/EL 1.308

Distribute and discuss mods that are functional. Moderator - Grognak
Post Reply
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by Sleeper Service »

Uhm, the second image I posted was from Halcyon 6, for comparison. :roll:
Turbo215 wrote:Any idea why ce infinite saves do not save at all. As in i save and quit re-open the game and then continue is greyed out saying there is no savegame anybody have any idea why this is happening.
Thanks in advance.
I can't reproduce the problem. Reinstalling might fix it?
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
User avatar
FreedomFighter
Posts: 34
Joined: Sun Oct 21, 2012 9:31 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by FreedomFighter »

stylesrj wrote:
FreedomFighter wrote:Is there a way to manipulate starting scrap? I play mainly CE Infinite, so i want to give myself a jump start at the beginning of the game.
I think Slipstream starts off with a Free Scrap Advantage mod. Look into the code on how that works or just implement it somewhere and change the values so you can start with the Scrap you want.
I have looked into it. If my eye not fooling me, the code itself said "give scrap reward = high" like this. Not sure if change from "high" to "specific number" would cause an error, but i might give it a try.
User avatar
stylesrj
Posts: 3638
Joined: Tue Jul 08, 2014 7:54 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by stylesrj »

FreedomFighter wrote: I have looked into it. If my eye not fooling me, the code itself said "give scrap reward = high" like this. Not sure if change from "high" to "specific number" would cause an error, but i might give it a try.
Try replacing the reward line with this:

Code: Select all

<item type="scrap" min="100" max="100" />
meklozz
Posts: 350
Joined: Wed Sep 23, 2015 9:11 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by meklozz »

stylesrj wrote:
FreedomFighter wrote: I have looked into it. If my eye not fooling me, the code itself said "give scrap reward = high" like this. Not sure if change from "high" to "specific number" would cause an error, but i might give it a try.
Try replacing the reward line with this:

Code: Select all

<item type="scrap" min="100" max="100" />
Probably want to put it in a modify tag, too:

Code: Select all

<item_modify>
	<item type="scrap" min="-45" max="-45"/>
</item_modify>
User avatar
FreedomFighter
Posts: 34
Joined: Sun Oct 21, 2012 9:31 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by FreedomFighter »

I'll give it a spin and report back how it goes.
*It did work. Thank you for all your help :D
Turbo215
Posts: 24
Joined: Sat Apr 26, 2014 10:28 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by Turbo215 »

The two times i couldn't load saves were after i had been playing for hours for example i can start a new game and then save+quit straight away and it will allow me to continue even after getting out of the first sector and into contested deep space so it might be something to do with time played maybe or something else (I haven't reinstalled)
User avatar
mr_easy_money
Posts: 625
Joined: Fri May 29, 2015 9:05 pm

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by mr_easy_money »

Turbo215 wrote: The two times i couldn't load saves were after i had been playing for hours
Were you using artillery in those runs?
If so, you would need to use the artillery fix loaded in after you save+quit a run in which you bought artillery
Turbo215
Posts: 24
Joined: Sat Apr 26, 2014 10:28 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by Turbo215 »

mr_easy_money wrote:
Turbo215 wrote: The two times i couldn't load saves were after i had been playing for hours
Were you using artillery in those runs?
If so, you would need to use the artillery fix loaded in after you save+quit a run in which you bought artillery
I was using the fed cruiser and the save doesn't load because no save exists(there is no crash like it says). Plus the first time it happened i tried it wih the artillery fix but it still said no save existed.
User avatar
mr_easy_money
Posts: 625
Joined: Fri May 29, 2015 9:05 pm

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by mr_easy_money »

I don't know then, because if you were using the fed cruiser there isn't a need for the artillery fix
the artillery fix is only for if you buy artillery (the system) in a store
meklozz
Posts: 350
Joined: Wed Sep 23, 2015 9:11 am

Re: FTL Captain's Edition 1.283/Inf 1.28/EL 1.282

Post by meklozz »

The artillery problem won't delete your saves. This sounds more like a permissions/administrator account issue or something. Being out of disk space could also keep a save from being created. Either way, probably an FTL problem rather than mod problem. Do you play vanilla/has this ever happened when you did?
Post Reply