Author Topic: UNOFFICIAL links to redownload previously-purchased Premium modules:  (Read 3229 times)

Legacy_Fester Pot

  • Hero Member
  • *****
  • Posts: 1698
  • Karma: +0/-0
UNOFFICIAL links to redownload previously-purchased Premium modules:
« Reply #90 on: May 15, 2014, 04:29:16 pm »


               

As far as I know, it used the subrace system made by Shir'le E. Illios. After opening up Witch's Wake in the toolset, I found the subrace system. Although, I'm not sure how assimar is included, unless it was updated for the Remastered version of the module to include it.


 


if( nRace == RACIAL_TYPE_DWARF)
            {
                if (sSubRace == "Gold Dwarf")
                {
                    sSRItem="golddwarfsubrace";
                    nValid=1;
                }
                if (sSubRace == "Shield Dwarf")
                {
                    nValid=1;
                }
            }
            if( nRace == RACIAL_TYPE_ELF)
            {
                if (sSubRace == "Moon Elf")
                {
                    nValid=1;
                }
                if (sSubRace == "Sun Elf")
                {
                    sSRItem="sunelfsubrace";
                    nValid=1;
                }
                if (sSubRace == "Wild Elf")
                {
                    sSRItem="wildelfsubrace";
                    nValid=1;
                }
                if (sSubRace == "Wood Elf")
                {
                    sSRItem="woodelfsubrace";
                    nValid=1;
                }
            }
            if( nRace == RACIAL_TYPE_HALFLING)
            {
                if (sSubRace == "Strongheart Halfling")
                {
                    sSRItem="strongheartsubrace";
                    nValid=1;
                }
                if (sSubRace == "Lightfoot Halfling")
                {
                    nValid=1;
                }
            }

 


FP!



               
               

               
            

Legacy_MannyJabrielle

  • Sr. Member
  • ****
  • Posts: 275
  • Karma: +0/-0
UNOFFICIAL links to redownload previously-purchased Premium modules:
« Reply #91 on: May 15, 2014, 07:53:00 pm »


               

It was reworked for the remastered premium version, because there were quite a number of subraces in it, around 4 or 5 subraces per race.  There was a page on the old bioware webpage with the info, but that went buhbye a long while ago.