Those working on this mod do so in their own free time and for no pay.
Show your support for them by enabling ads on this site!

Author Topic: Making Minor Factions Playable  (Read 6448 times)

0 Members and 2 Guests are viewing this topic.

March 10, 2012, 07:52:17 AM

Offline benj1707

  • Stormtrooper
  • **
  • Posts: 6
  • Approval: +0/-0
    • View Profile
Making Minor Factions Playable
« on: March 10, 2012, 07:52:17 AM »
Hi I've been trying to make minor factions, mainly the Hapans, Imperial Warlords and Duskhan League, playable on the main GC's to add some variety in playing styles ie defending a small group of planets rather than the typical emphasis on conquering the whole galaxy.

I assume this is a simple XML edit, as all I want to do is make them playable in the Galactic Conquests where they already exist. Is there a quick way to make them playable in the GCs? Thanks. Great mod.

March 10, 2012, 08:01:08 AMReply #1

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Making Minor Factions Playable
« Reply #1 on: March 10, 2012, 08:01:08 AM »
There's a quick way to make them playable in a limited sense in GCs, but making them properly playable takes a lot more time and effort. And making 4+ playable factions has certain negative effects on game stability.

That said, the simplest way is to go into the GC's XML file, copy the entry for one faction, paste it at the bottom of the file, give it a new name so it won't conflict with the others, change the starting faction name to the appropriate one (Pirates for Warlords, Sarlacc for Hapans), and remove the AI for them while adding it to the faction you used as a base.

Then go into the Factions/Expansion_Factions XML, find the faction you want, change debug switchable to and is playable tags to yes or true (Can't remember which is done yes/no and which is true/false, but regardless, just make it the opposite of whatever it is). Then you'll have a playable minor faction. However, doing it this way means you'll be lacking a proper GUI, any kind of music, buildable units for the Yevethans, proper infrastructure for all three, an embarassing amount of credits that you start with, a tiny amount that you can possibly make and a huge probability of crashes, several other issues like that, and you'll get the messages for planet capture rewards from one of the three major factions (whoever you based the GC off of). Long story short, I really suggest not doing this unless you have some modding experience and a high bug toleration.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


March 10, 2012, 08:09:18 PMReply #2

Offline Lord Xizer

  • Tester
  • Grand Moff
  • *
  • Posts: 3,222
  • Approval: +134/-14
  • Nothing shall withstand my ambition.
    • View Profile
Re: Making Minor Factions Playable
« Reply #2 on: March 10, 2012, 08:09:18 PM »
Suppose someone just wanted to make a minor hero playable? Such as Jerec for example? Just hypothetically speaking of course.
"I do not intend to be the Emperor's servant forever..."-High Inquisitor Jerec

"The New Order has never fallen. Only the Emperor."-Grand Moff Ardus Kaine

March 10, 2012, 08:13:47 PMReply #3

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Making Minor Factions Playable
« Reply #3 on: March 10, 2012, 08:13:47 PM »
Much easier. For one thing Jerec's in skirmish already, but you'd just need to get his ompany name (Jerec_Team I believe), go into the GC you want him playable in, and put this line in

<Starting_Forces> Empire, Bastion, Jerec_Team </Starting_Forces>

(Faction, Planet, Unit)

Also doable though story scripting if you want him spawned after an era change but that's a bit more complicated.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


March 12, 2012, 12:38:54 PMReply #4

Offline benj1707

  • Stormtrooper
  • **
  • Posts: 6
  • Approval: +0/-0
    • View Profile
Re: Making Minor Factions Playable
« Reply #4 on: March 12, 2012, 12:38:54 PM »
Thanks very much, what about adding Zsinji as a playable faction in one of the campaigns when he doesn't currently appear?

Ie. taking the Zsinji faction and giving it a few worlds in say the Isard-era GC?

March 12, 2012, 12:54:37 PMReply #5

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Making Minor Factions Playable
« Reply #5 on: March 12, 2012, 12:54:37 PM »
Same process as the other ones, however add in a step where you add planets into the list, and add the same kind of starting forces thing as I posted for Jerec but for more conventional units. And make sure you give them money and a starting teh level. Since factions beyond the first three (using the names of Rebel, Empire and Underworld) can't be given story scripts, all hero spawns have to be done via the unit placement at start, you can't lock or unlock units, or have the planet capture bonuses.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


March 13, 2012, 10:01:01 PMReply #6

Offline Lord Xizer

  • Tester
  • Grand Moff
  • *
  • Posts: 3,222
  • Approval: +134/-14
  • Nothing shall withstand my ambition.
    • View Profile
Re: Making Minor Factions Playable
« Reply #6 on: March 13, 2012, 10:01:01 PM »
Thank you.
"I do not intend to be the Emperor's servant forever..."-High Inquisitor Jerec

"The New Order has never fallen. Only the Emperor."-Grand Moff Ardus Kaine

April 30, 2012, 07:14:27 PMReply #7

Offline Lord_jacob

  • Rear Admiral
  • *****
  • Posts: 140
  • Approval: +4/-3
    • View Profile
Re: Making Minor Factions Playable
« Reply #7 on: April 30, 2012, 07:14:27 PM »
what if you just want to add units from one faction to another?

April 30, 2012, 07:48:51 PMReply #8

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Making Minor Factions Playable
« Reply #8 on: April 30, 2012, 07:48:51 PM »
Change the affiliation, and sometimes the required structure depending on what it is. Same for tech level. For the NR, you basically have to shift it back one (0 = era 1, 1= era 2, etc), but the Remnant, EotH and everyone else are normal. If you want it for a different faction while staying on its original faction, you need to copy it, change the name, and then do the rest of the stuff I said.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


May 20, 2012, 08:05:25 PMReply #9

Offline Zsinj

  • Rear Admiral
  • *****
  • Posts: 235
  • Approval: +5/-0
    • View Profile
Re: Making Minor Factions Playable
« Reply #9 on: May 20, 2012, 08:05:25 PM »
I have made the Minor factions playable. In the factions.xml file just copy some of the things form other factions and they will have music ect. i copied the empires things for the Warlords and they have everything the empire has except when i vs the Empire it always calls them rebels.

Yes i was a bit late i apologize but i hope this will help people who are looking into modding in the future.
« Last Edit: May 20, 2012, 08:07:30 PM by Zsinj »
"No, I never really would have asked you to kiss him."―Han Solo, to Chewbacca


May 20, 2012, 08:16:37 PMReply #10

Offline Lord Xizer

  • Tester
  • Grand Moff
  • *
  • Posts: 3,222
  • Approval: +134/-14
  • Nothing shall withstand my ambition.
    • View Profile
Re: Making Minor Factions Playable
« Reply #10 on: May 20, 2012, 08:16:37 PM »
I have made the Minor factions playable. In the factions.xml file just copy some of the things form other factions and they will have music ect. i copied the empires things for the Warlords and they have everything the empire has except when i vs the Empire it always calls them rebels.

Yes i was a bit late i apologize but i hope this will help people who are looking into modding in the future.

lol not at all, i've been trying to get my hands on Jerec and Kaine in GCs since I discovered the mod existed(It was actually a search for Jerec in mods that led me to discover TR! Been trying to get the Pentastar Alignment playable as a result ever since!)
"I do not intend to be the Emperor's servant forever..."-High Inquisitor Jerec

"The New Order has never fallen. Only the Emperor."-Grand Moff Ardus Kaine

May 20, 2012, 09:08:06 PMReply #11

Offline Zsinj

  • Rear Admiral
  • *****
  • Posts: 235
  • Approval: +5/-0
    • View Profile
Re: Making Minor Factions Playable
« Reply #11 on: May 20, 2012, 09:08:06 PM »
if its ok with corey i could send you my warlords xmls i gave them a few new units and made em playable. If you want it oh and make sure you make a back up of your xmls


it only makes em playable for the Art of War Big
« Last Edit: May 20, 2012, 09:11:18 PM by Zsinj »
"No, I never really would have asked you to kiss him."―Han Solo, to Chewbacca


May 21, 2012, 04:11:05 PMReply #12

Offline Lord Xizer

  • Tester
  • Grand Moff
  • *
  • Posts: 3,222
  • Approval: +134/-14
  • Nothing shall withstand my ambition.
    • View Profile
Re: Making Minor Factions Playable
« Reply #12 on: May 21, 2012, 04:11:05 PM »
if its ok with corey i could send you my warlords xmls i gave them a few new units and made em playable. If you want it oh and make sure you make a back up of your xmls


it only makes em playable for the Art of War Big


I would like that very much indeed! Please do send it, if it's alright by Corey of course. Thank you.
"I do not intend to be the Emperor's servant forever..."-High Inquisitor Jerec

"The New Order has never fallen. Only the Emperor."-Grand Moff Ardus Kaine

May 21, 2012, 04:19:00 PMReply #13

Offline Zsinj

  • Rear Admiral
  • *****
  • Posts: 235
  • Approval: +5/-0
    • View Profile
Re: Making Minor Factions Playable
« Reply #13 on: May 21, 2012, 04:19:00 PM »
Allright message me your email and ill send it as an attatchment


If Corey is ok with it.
« Last Edit: May 21, 2012, 04:44:15 PM by Zsinj »
"No, I never really would have asked you to kiss him."―Han Solo, to Chewbacca


May 21, 2012, 11:34:10 PMReply #14

Offline Corey

  • Mod Leader
  • Administrator
  • Emperor
  • *****
  • Posts: 7,520
  • Approval: +410/-80
  • Dream Crusher
    • View Profile
Re: Making Minor Factions Playable
« Reply #14 on: May 21, 2012, 11:34:10 PM »
If you want to upload it and post the XMLs in a thread here, that's fine as long as you don't go around freely releasing parts of the mod. Feel free to make a new thread for it.
I also have a YouTube channel where I talk about mod development and gaming, do tutorials, and Let's Plays. If you like the content, consider supporting it on Patreon


May 22, 2012, 07:18:17 PMReply #15

Offline Lord Xizer

  • Tester
  • Grand Moff
  • *
  • Posts: 3,222
  • Approval: +134/-14
  • Nothing shall withstand my ambition.
    • View Profile
Re: Making Minor Factions Playable
« Reply #15 on: May 22, 2012, 07:18:17 PM »
If you want to upload it and post the XMLs in a thread here, that's fine as long as you don't go around freely releasing parts of the mod. Feel free to make a new thread for it.

I thank you for your generosity Corey and you as well Zsinj!
"I do not intend to be the Emperor's servant forever..."-High Inquisitor Jerec

"The New Order has never fallen. Only the Emperor."-Grand Moff Ardus Kaine

 

Those working on this mod do so in their own free time and for no pay.
Show your support for them by enabling ads on this site!