Two Questions

I have two modding quesitons.

 

I am working on a playable Pirate race, of which, I just released my first beta.

 

Now, I am trying to do a few things.

First off, I need to add a few new types of weapons.

Not "Missile" "Beam" or "Projectile" type weapons

but like

"Phase Missile" "Laser" "Psi Laser" ect...

I understand the particle side of weapons, but thier is a line "LinkedWeaponType" I think it is, and I need to know where that goes so I can add my own weapon types.

 

 

Also, I've been trying to add Custom Capitol Ship names.

I don't want to have to use the TEC ship names, (or Advent, or Vassari) I want NEW ship names (Piratey onse)

 

Their is a line in the Player entity files that seems to define the names of the Capitol ships something like "CapitolShipNameTech" (I think, that is probably wrong)

But again, I do not know where that leads.

 

So, in short, I need to know how to add new weapons, and new capitol ship names. Can anyone help?

 

3,788 views 5 replies
Reply #1 Top

Here you go....this is the entire list of capital ship names for tec if you wish to change any!

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH00"

      Value "TDN Khronis"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH01"

      Value "TDN Aegia"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH02"

      Value "TDN Revoria"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH03"

      Value "TDN Golgonev"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH04"

      Value "TDN Behemov"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH05"

      Value "TDN Kolossus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH06"

      Value "TDN Titunev"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH07"

      Value "TDN Illusturia"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH08"

      Value "TDN Magnius"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH09"

      Value "TDN Ithica"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH10"

      Value "TDN Ultimus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH11"

      Value "TDN Mobius"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH12"

      Value "TDN Karamazov"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH13"

      Value "TDN Solonis"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH14"

      Value "TDN Kinesia"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH15"

      Value "TDN Vigilus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH16"

      Value "TDN Krasev"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH17"

      Value "TDN Achronus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH18"

      Value "TDN Proteus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH19"

      Value "TDN Krosus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH20"

      Value "TDN Logonis"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH21"

      Value "TDN Peresov"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH22"

      Value "TDN Aceron"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH23"

      Value "TDN Numenia"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH24"

      Value "TDN Lazarus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH25"

      Value "TDN Aotoris"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH26"

      Value "TDN Argonis"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH27"

      Value "TDN Metorum"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH28"

      Value "TDN Megunev"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH29"

      Value "TDN Stratius"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH30"

      Value "TDN Calisto"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH31"

      Value "TDN Alteus"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH32"

      Value "TDN Novick"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH33"

      Value "TDN Vanifax"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH34"

      Value "TDN Frasaris"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH35"

      Value "TDN Ramado"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH36"

      Value "TDN Bravick"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH37"

      Value "TDN Zayedis"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH38"

      Value "TDN Milosz"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH39"

      Value "TDN Nostros"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH40"

      Value "TDN Berenos"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH41"

      Value "TDN Tasckird"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH42"

      Value "TDN Akayko"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH43"

      Value "TDN Secundo"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH44"

      Value "TDN Phenro"

StringInfo

      ID "IDS_CAPITALSHIPNAME_TECH45"

      Value "TDN Mercano"

To find them simply, take one of the ids lines.. IE  IDS_CAPITALSHIPNAME_TECH45, open up your string file in notepad or word..press ctrl+f (search option), control paste the line and their you have it...you just found the cap ship list in less than 10 seconds :)!

As for weapons.unfrotunately. I dont know how! But I do know Entrenchement added new types like sonic,etc...! might wanna check those out.

Reply #2 Top

grr....

I undersand that.

I don't want to use Tech capitol ship names,

I don't want to change tech capitol ship names

 

I want to add NEW captital ship names, for a NEW race, BUT, I don't know how to get my new race to use these new names.

 

Sry if I am coming across as cross, I'm not doing so well today.

Reply #3 Top

No problem at all it is I that wants to apologise for missunderstanding your op!

to answer the new question, you would have to use those exact lines, but change Capitalshipnametech1-47 into Capitalshipname"your race"1-47. (not forgetting to add 1-47 to the total string count) and then got into each of your capitals and set their name reference as capitalshipname"your race". Ie, go inside any base file and change the race name in the file for your own :)!

Normally that should more than do the trick for fixed names!

 

If you want random names like various capital ship names that change at each new one..that I dont know yet! and Ill look into it :)

Hope it helped

Reply #4 Top

I want to add NEW captital ship names, for a NEW race, BUT, I don't know how to get my new race to use these new names.

As far as I know, nobody's been able to do this. Myself included. It seems there are only the 3 lists for the default races, there's no way to create additional names lists and link them with a new race.

Now, I am trying to do a few things.

First off, I need to add a few new types of weapons.

Not "Missile" "Beam" or "Projectile" type weapons

but like

"Phase Missile" "Laser" "Psi Laser" ect...

I understand the particle side of weapons, but thier is a line "LinkedWeaponType" I think it is, and I need to know where that goes so I can add my own weapon types.

You can't really add new ones here either. Most of it is just for internal use. LinkedWeaponType I believe just links the research that can improve these weapons to the actual weapons. So you still have a bunch to use and you can change their names in the strings file.. but can't add new types.

 

Reply #5 Top

Thanks for the info.

Maby I will bug a developer.

 

That seriously bums be out if I can't change that stuff.

I don't really care about adding a new type, the current types will work, but I want to change the name.

Without changeing the name for the orignial.

Which is really creating a new type......

Anyway, thanks for the info