[MOD] Turning The Tide v1.0

Distribute and discuss mods that are functional. Moderator - Grognak
Whale Cancer
Posts: 272
Joined: Fri Sep 21, 2012 3:28 pm

Re: [MOD] Turning The Tide v0.9

Post by Whale Cancer »

Kieve wrote:

Code: Select all

	<event>
		<text load="FLEET_CHALLENGE_LIST"/>
		<event>
			<text>An intimidating Rebel Destroyer moves into position, its weapons going hot. Time to nut up or shut up...
</text>
			<ship load="REBEL_DESTROYER" hostile="true"/>

		</event>	
	</event>
I think you are missing a 'dummy' choice tag around your text and event. You always need a choice tag if the player is clicking on something to advance the text, event, etc.,

Try:

Code: Select all

  <event>
      <text load="FLEET_CHALLENGE_LIST"/>
              <choice>
                  <text>Continue...</text>
                  <event>
                   <text>An intimidating Rebel Destroyer moves into position, its weapons going hot. Time to nut up or shut up...</text>
                    <ship load="REBEL_DESTROYER" hostile="true"/>
                    </event>   
             </choice>
   </event>
Contribute to help save the Whales from their various diseases! *DELAYED* Should release the skeleton with the main quests attached by the end of the week (By NOV 9)! *DELAYED* Don't listen to my dates! Things always seem to come up!
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: [MOD] Turning The Tide v0.9

Post by Kieve »

After some exhaustive testing, it would seem it's just not possible to call out a second ship encounter on the same node. For this reason, I'm scrapping the "Destroyer" idea, at least in its current incarnation. Maybe later I'll get ambitious and rework the core Fleet events to include the possibility of one cropping up, but for now I'm simply going to rework the current events to remove secondary ship encounters and call it "done."

What this means is that unfortunately the risk vs reward will weigh heavily in the player's favor, since there's no longer any chance of a second ship to fight. I've adjusted some of the events already to balance this out - without the cloaking or teleporter options, the best you can hope for is to slow down the fleet's advance a little. Rewards similarly have been cut down to make skirmishes only slightly better than before (still more than "here's 1 fuel, now run!").

I'll have an updated version ready by tomorrow at the latest.
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: [MOD] Turning The Tide v1.0

Post by Kieve »

Mod updated to 1.0 Final. Maybe we'll get multi-ship encounters in the future but for now the Destroyer and all its attached events have been pulled. I tested the "cleaned" version here a bit and it seems to be working fine, but if anyone runs into bugs or mod conflicts, let me know and I'll see what I can do to iron them out.
Endrian
Posts: 7
Joined: Tue Oct 02, 2012 8:28 pm

Re: [MOD] Turning The Tide v1.0

Post by Endrian »

Kieve wrote:Download (Current Version: 1.0 Final)
(Install with GMM here)
For some reason, when I click the download link, it just takes me to the Mediafire homepage, with no download link in sight?
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: [MOD] Turning The Tide v1.0

Post by Kieve »

Endrian wrote:
Kieve wrote:Download (Current Version: 1.0 Final)
(Install with GMM here)
For some reason, when I click the download link, it just takes me to the Mediafire homepage, with no download link in sight?
Blarg, sorry about that. Should be fixed now.
Endrian
Posts: 7
Joined: Tue Oct 02, 2012 8:28 pm

Re: [MOD] Turning The Tide v1.0

Post by Endrian »

Kieve wrote: Blarg, sorry about that. Should be fixed now.
Much better! Thanks.
Grumpy
Posts: 10
Joined: Sun Nov 04, 2012 8:07 pm

Re: [MOD] Turning The Tide v1.0

Post by Grumpy »

OK so is this were you get to fight back the bad guys to there base and then destroy the there base? :?
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: [MOD] Turning The Tide v1.0

Post by Kieve »

Grumpy wrote:OK so is this were you get to fight back the bad guys to there base and then destroy the there base? :?
Not quite, but it does let you slow down the speed at which the rebel fleet advances through a sector. If you're feeling brave, you can backtrack through an entire sector, beating up rebel ships. The original version was to balance out these encounters with increased risk as well as the rewards, meaning that diving headlong into the "Red Zone" was possible but extremely dangerous.
Some of my ideas proved impossible though - the mod in its current form adds a few extra options to rebel-fleet encounters and improves the salvage beyond "Here's 1 Fuel, now run!"
Grumpy
Posts: 10
Joined: Sun Nov 04, 2012 8:07 pm

Re: [MOD] Turning The Tide v1.0

Post by Grumpy »

Kieve wrote:
Grumpy wrote:OK so is this were you get to fight back the bad guys to there base and then destroy the there base? :?
Not quite, but it does let you slow down the speed at which the rebel fleet advances through a sector. If you're feeling brave, you can backtrack through an entire sector, beating up rebel ships. The original version was to balance out these encounters with increased risk as well as the rewards, meaning that diving headlong into the "Red Zone" was possible but extremely dangerous.
Some of my ideas proved impossible though - the mod in its current form adds a few extra options to rebel-fleet encounters and improves the salvage beyond "Here's 1 Fuel, now run!"
Thanks that's cool but i stink at actually getting good weapons and armor :lol:
but can you make a mod were after you destroy the boss you can go and destroy there base thank you and good by gents! :mrgreen:
Izzo
Posts: 2
Joined: Thu Nov 15, 2012 1:07 am

Re: [MOD] Turning The Tide v1.0

Post by Izzo »

Dunno if you've seen this or not, but I installed the mod before reading the thread completely, trying to grind my way to a Destroyer battle only to chance upon this: http://i.imgur.com/7ep19.jpg

I exclusively chose the "salvage wreckage" choice, four or five times it worked fine until that one happened. And then I decided to read your thread only to find out there is no Destroyer.

How about this, since you cannot get 2nd Battles to work: Just have a 25% chance of a Destroyer appearance/battle after the first or second Red Zone battle (to either curb grinding or whatever). Really, I just want to see and fight it. I don't care if every battle is a Destroyer battle, I just want something to really test myself against, since I both get to and beat the Flagship almost every time I play.
Post Reply