Tue Feb 03, 2004 7:56 pm by humble
A little late, but in case anyone searches for this in the future.
To globally modify all NPC ships to use Bots,Bats, or Both...
I personally prefer setting all Pilots to use Both, then going through the npcship.ini and loadouts.ini and specify the quantity of bots/bats accordingly.
OPEN : data\missions\pilots_population.ini
FIND
[Pilot
nickname = light_fighter_default
In that Block, find this line near the bottom
repair_id = repair_fighter_never
READ BEFORE DOING ANYTHING
Valid Entries Are:
repair_id = repair_fighter_both ; Will use both Bots and Bats
repair_id = repair_fighter_hull ; Will only use Bots
repair_id = repair_fighter_never ; Wont use either
Note:
To completely update every NPC pilot to use bots, and bats, verify the repair_id = repair_fighter_both , under each of the below pilot nicknames. The rest of the pilots, pick up inherit properties from these.
nickname = light_fighter_default
nickname = gunboat_default
nickname = pilot_military_easy
nickname = pilot_police_easy
nickname = pilot_bh_easy
nickname = pilot_xenos_easy
nickname = pilot_outcast_easy
nickname = pilot_corsair_easy
nickname = pilot_company_easy
nickname = pilot_pirate_easy
nickname = freighter_easy
nickname = transport_easiest
nickname = pilot_lrogue_easy
NEXT -> OPEN -> \data\ships\loadouts.ini
READ BEFORE DOING ANYTHING
Note: msn_nicknames , are Single Player Mission based Ship Loadouts.
Only do the below steps if you want to modify SP NPCs as well.
Find
nickname = msn_playerloadout
Add at the bottom of that section
cargo = ge_s_battery_01, 10 ; Quantity Ten Batterys or adjust accordingly
cargo = ge_s_repair_01, 10 ; Quantity Ten Nanobots or adjust accordingly
Note:
To completely update every NPC pilot to use bots, and bats, not only does the pilots have to be capable of using them, but whatever ship that pilot is flying, needs to have some cargo of bots/bats to use....
This is by no means a complete step by step tutorial, but if you understand what i'm saying, you should be capable of modifying every pilot/ship for every NPC to use exactly what you want for repairing themselves.
humbleThC
The humble Crew
Edited by - humble on 2/3/2004 8:02:36 PM