Thu Nov 27, 2003 6:04 pm by Chips
I am making NPC ships and the crashes are getting to me:
Okay - here goes.
When making ships for NPC's - we will start on fighters.
First - the ship has to be in the shiparch.ini correct? Good.
Next - You need a loadout of the ship in the loadouts.ini - follow the same methodology as the others, giving it your own nickname.
next - add this to the NPCships.ini file - as done in the others, finally plonk it in the faction_props.ini file as well (see other threads about this)
Okay - I crash whenever i am in a system. It can be many systems or not. It is NOT always the same location for crashes, it varies, and sometimes i can land sometimes i cannot.
Now this is stereotypical NPC crashes. Anything where you can get into the system, and see it, but crash all over the place = NPC's - so some poeple miss the obvious.
Rule:
1) Don't take any of them out of the faction_prop.ini file unless you really know what you are doing okay? Best to just add yours in there.
2) MAKE SURE you have them correctly labelled. So it says npcship = the nickname of the entry in npcships.ini (both these files are in the missions folder by the way).
3) MAKE SURE the archetype in both instances is the EXACT name of the ship in the shiparch.ini file okay??!!
4) make SURE the loadouts name is correct.
5) Make SURE the loadout corresponds to the ships hardpoints. Don't try giving it 200 lights or something stupid okay? ALso - make sure you give it an engine, powerplant and scanner at least! I mean, i forgot the engine once, couldn't stop laughing as all the corsairs sat in space without moving. Very comical stuff....hehe
6) Make SURE you have got the difficulty levels correct, and the type of ship correct okay?
Simple errors:
Copying the loadout from the goods.ini file instead to save time. Please remember to rename it to [loadout instead of leaving it as [good, also remember that in the loadouts.ini it is archetype - not ship, or hull or something. It should be the nickname, the archetype (ship nickname from shiparch.ini) and then the equip = lines.
Other probs - incorrect difficulty levels. Heck - make it d5 then make the nickname include it too, as well as the last line in the npcship.ini file. Why? Cause it keeps it simple, and uncomplicated. Specially when making multiple loadouts for different difficulty levels.
Checklist:
Shiparch.ini entry.
Loadouts.ini entry - same as other ones but tailor made to your ship, and also make sure the archetype is the shiparch.ini nickname for the ship.
NPCships.ini - now make sure the loadout is for your ship, that the archetype is the shiparch.ini nickname, that the shipclass is fighter, the level is the level you want, and that the npc_class = lawful, class_fighter, d7 line varies for lawful/unlawful for your good guys/pirate line.
Next - make sure the nickname of this part corresponds to the entry name for the faction_prop.ini file - like this:
I have the starblazer, i have a loadout for it (cannot be arsed to put it in here though) here are the others.
[NPCShipArch
nickname = starblazer_fighter_d5
level = d5
loadout = starblazer_loadout
ship_archetype = starblazer
state_graph = FIGHTER
pilot = pilot_company_hard
npc_class = lawful, class_fighter, d5
[NPCShipArch
nickname = starblazer_fighter_d7
level = d7
loadout = starblazer_loadout01
ship_archetype = starblazer
state_graph = FIGHTER
pilot = pilot_company_hard
npc_class = lawful, class_fighter, d7
And the faction_prop.ini file is:
npc_ship = starblazer_fighter_d5
npc_ship = co_alg_ge_fighter2_d6
npc_ship = co_alg_ge_fighter2_d7
npc_ship = starblazer_fighter_d7
I also add lines into the mshipprops too - this is incase i shove them into the missions later and i forget to do it!! Simple eh?
[mShipProps
archetype_id = starblazer
prop = can_use_berths
Dunno why i added this part really. I thought of others, but stuff like commodities, weapons, and even ships don't have that many crashes at all - they are mainly typos, whereas with systems you have a FLE that makes incorrect things for you, and a load of tutorials that are full of mistakes that newbs won't notice. Heck - there are hundreds of things causing crashes in systems, whereas everything else is much much simpler! lol. Hence why i haven't written about anything else - there aint much to write about. NPC ships can be buggy, but only if you forget or simply mis=spell something.
Everythign else is near plain sailing - so i won't add anything to this thread as - well, its not difficult to debug problems yourself. Only systems really stumps people! lol
Chips