Create New Ships?
from
Sins Forums
Hi there, I'm trying to create new ships, unfortunately I'm getting mini dumps. Here the steps I took...
1) I copied "CAPITALSHIP_TECHBATTLESHIP.entity" to "CAPITALSHIP_TECHBATTLECRUISER.entity"
2) In my new battlecruiser file, I changed the NameStringID and DescriptionStringID
3) add the new strings to string\english.str
4) edit playertech.entity changed the "capitalShipInfo" count from 5 to 6
and add entityDefName "CAPITALSHIP_TECHBATTLECRUISER"
5) try in game
Basically after I build the capitalship factory, I select capitalship icon, and then it core dumps. Now if I remove one of the other ships, it will show up, but it still core dumps. I'm assuming my problem is dealing with my new entity file. Anyone got ideas what else needs to be changed to just clone of another ship?
1) I copied "CAPITALSHIP_TECHBATTLESHIP.entity" to "CAPITALSHIP_TECHBATTLECRUISER.entity"
2) In my new battlecruiser file, I changed the NameStringID and DescriptionStringID
3) add the new strings to string\english.str
4) edit playertech.entity changed the "capitalShipInfo" count from 5 to 6
and add entityDefName "CAPITALSHIP_TECHBATTLECRUISER"
5) try in game
Basically after I build the capitalship factory, I select capitalship icon, and then it core dumps. Now if I remove one of the other ships, it will show up, but it still core dumps. I'm assuming my problem is dealing with my new entity file. Anyone got ideas what else needs to be changed to just clone of another ship?