Testing the Rebel Flagship

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
XionGaTaosenai
Posts: 36
Joined: Wed Nov 14, 2012 6:04 pm

Testing the Rebel Flagship

Post by XionGaTaosenai »

Is there a way to make an event warp you right to the final sector? I made some changes to the Rebel Flagship in my mod, and I'd like a way to jump right to the last sector with a ship that has been modded to be "Flagship Ready" at the very start, for testing purposes.
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: Testing the Rebel Flagship

Post by Kieve »

XionGaTaosenai wrote:Is there a way to make an event warp you right to the final sector? I made some changes to the Rebel Flagship in my mod, and I'd like a way to jump right to the last sector with a ship that has been modded to be "Flagship Ready" at the very start, for testing purposes.
The best reliable method I can think of would be to copy and stash away a save-file while you're at the sector 7 jump beacon. I don't believe there's any method of skipping over sectors right to the boss.
XionGaTaosenai
Posts: 36
Joined: Wed Nov 14, 2012 6:04 pm

Re: Testing the Rebel Flagship

Post by XionGaTaosenai »

If I save my game, mod the game underneath the save, and then start the saved game again, it will still work?
UltraMantis
Posts: 2125
Joined: Thu Sep 20, 2012 3:17 pm

Re: Testing the Rebel Flagship

Post by UltraMantis »

It depends on the changes. If you sit at the exit of Sector 7, and the only change was the Flagship, then all should be well when you jump to TLS. Ofc it may crash due to your error and that may be hard to debug, but i think it should work.

If you modded the ship you were playing in, it might crash once you load the game.
Report spam using the handy Report Button Mod.
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: Testing the Rebel Flagship

Post by Sleeper Service »

You could also try to modify sector_data.xml. Try setting the Final Stand to unique=false and its "minimal sector" to 1. If you also modifying all other sector to have "minimal sector=2" than this should force the Last Stand to be the only option to travel to after the starting sector. You still have to cross that one though...
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
al244098
Posts: 36
Joined: Wed Jan 16, 2013 7:21 am

Re: Testing the Rebel Flagship

Post by al244098 »

Sleeper Service wrote:You could also try to modify sector_data.xml. Try setting the Final Stand to unique=false and its "minimal sector" to 1. If you also modifying all other sector to have "minimal sector=2" than this should force the Last Stand to be the only option to travel to after the starting sector. You still have to cross that one though...
Is there anyway to redirect the crystal sector entry event to send you to another sector?
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: Testing the Rebel Flagship

Post by kartoFlane »

al244098 wrote:Is there anyway to redirect the crystal sector entry event to send you to another sector?
The <secretSector/> tag will always load the sector with the name CRYSTAL_HOME, so you can have it load whatever sector you want (with that name), however, I doubt it'll work with TLS, simply because this sector also has a unique name, that the game likely handles in a unique way.

But it also could be a hardcoded sector count determining TLS, which means only the 8th sector will have the boss - the sectorDescrition in sector_data.xml only serves as a background.
Superluminal2 - a ship editor for FTL
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: Testing the Rebel Flagship

Post by Sleeper Service »

Not as far as I know. That would require sector ID changes, but the game applies its hard-coded stuff that make the all the unusual stuff happens in this sectors only to the vanilla sector IDs.
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
al244098
Posts: 36
Joined: Wed Jan 16, 2013 7:21 am

Re: Testing the Rebel Flagship

Post by al244098 »

kartoFlane wrote:
al244098 wrote:Is there anyway to redirect the crystal sector entry event to send you to another sector?
The <secretSector/> tag will always load the sector with the name CRYSTAL_HOME, so you can have it load whatever sector you want (with that name), however, I doubt it'll work with TLS, simply because this sector also has a unique name, that the game likely handles in a unique way.

But it also could be a hardcoded sector count determining TLS, which means only the 8th sector will have the boss - the sectorDescrition in sector_data.xml only serves as a background.
In the end, its still untested.

I recently re-formatted my laptop and mos of my files are missing and with exams coming up, it'll be a while before I can try this out.
Post Reply