What you should be using is
Freelancer SDK v1.3
Freelancer SDK is set of decompressed ini files(over 1200) from the original game of Freelancer, you can use this package to make your mod making life easier since it contains fixes for all the major errors in the original source. It also fixes the errors caused from decompression, using bini.
You can add nomad encounters in any of the systems files (which are located in DATA\UNIVERSE\SYSTEMS) so long as you add these 3 lines unless of coarse their already there.
[EncounterParameters;<---left facing bracket goes here.
nickname = area_nomads
filename = missions\encounters\area_nomads.ini
And these lines at the zone you want the encounter to occur.
faction_weight = fc_n_grp, 10
encounter = area_nomads, 19, 1.000000
faction = fc_n_grp, 1.000000
For more encounters at the same location you just add entries for more.
encounter = area_nomads, 19, 1.000000
faction = fc_n_grp, 1.000000
encounter = area_nomads, 19, 0.890000
faction = fc_n_grp, 1.000000
encounter = area_nomads, 19, 0.760000
faction = fc_n_grp, 1.000000
encounter = area_nomads, 19, 0.670000
faction = fc_n_grp, 1.000000
The four entries above will produce 16 nomads at the location of your choice.
Edited by - bakedpotato on 15-12-2003 13:10:18