Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
How to populate stations and create news?
Do you want to start editing Freelancer, but have no clue where to begin? This is the place for you to find things and talk about getting started on Freelancer Modding
8 posts
• Page 1 of 1
I know this is a really newbish question but i was wondering, how do you populate stations and create news, everywhere i looked they dont put it out easy enough
populating bases should be expained here pretty well.
Fjord
---------------------------------
Infinity TC Mod Leading Developer
Fjord
---------------------------------
Infinity TC Mod Leading Developer
hit the link again
there should be a header with "Populating Bases/Missions"
Fjord
---------------------------------
Infinity TC Mod Leading Developer
there should be a header with "Populating Bases/Missions"
Fjord
---------------------------------
Infinity TC Mod Leading Developer
Great info, thanks to your help i finally finished my small mod, it contains a poorly built, but fairly useful system for clan's it runs on other mod quite easily so im trying to make it completely accessable so it can be activated on any mod, inside the system is a planet (notdockable), 4 stations (all fully populated, however missions have not been added yet, due to me not understanding data as well)
Im going to be adding it to lancersreactor as my first newbie mod.
PS this is my very first mod so dont be surprised if it's crap
Edited by - killer9870 on 11/16/2004 12:03:15 PM
Im going to be adding it to lancersreactor as my first newbie mod.
PS this is my very first mod so dont be surprised if it's crap
Edited by - killer9870 on 11/16/2004 12:03:15 PM
you need to add the [EncounterParameters section at the top of your system ini (or at least before using the encounter.
check how it is made in existing systems.
also verify that the encounter is ok for the faction you are using. i.e. an attack encounter type dosnt make sense for a convoy and so on, you get the idea.
also verify the difficulty of the encounter - the factions must have ships defined for that difficulty or nothing will appear.
this is a very complex topic
ill try to summarize it:
- [EncounterParameters
- Faction
- encounter type should fit to faction
- difficulty for encounter
ill try to give you an example:
all from br01.ini (just cause it was the top one, lol:
[EncounterParameters
nickname = area_trade_freighter
filename = missions\encounters\area_trade_freighter.ini
encounter = area_trade_freighter, 4 , 0.220000
faction = co_be_grp, 0.400000
faction = br_m_grp, 0.400000
faction = gd_im_grp, 0.200000
the 4 is the difficulty.
verify faction_props.ini, look for the nickname of the faction (like br_p_grp), check the npc_ship lines there. the numbers at the end usually show the difficulty of the ships ( -> rank)
these are again defined in npcships.ini
all these things must be correct or the system will most probably crash. or the ships wont appear.
you see, many files are linked together in this if you look up the nicknames.
let us know if this worked.
Fjord
check how it is made in existing systems.
also verify that the encounter is ok for the faction you are using. i.e. an attack encounter type dosnt make sense for a convoy and so on, you get the idea.
also verify the difficulty of the encounter - the factions must have ships defined for that difficulty or nothing will appear.
this is a very complex topic
ill try to summarize it:
- [EncounterParameters
- Faction
- encounter type should fit to faction
- difficulty for encounter
ill try to give you an example:
all from br01.ini (just cause it was the top one, lol:
[EncounterParameters
nickname = area_trade_freighter
filename = missions\encounters\area_trade_freighter.ini
encounter = area_trade_freighter, 4 , 0.220000
faction = co_be_grp, 0.400000
faction = br_m_grp, 0.400000
faction = gd_im_grp, 0.200000
the 4 is the difficulty.
verify faction_props.ini, look for the nickname of the faction (like br_p_grp), check the npc_ship lines there. the numbers at the end usually show the difficulty of the ships ( -> rank)
these are again defined in npcships.ini
all these things must be correct or the system will most probably crash. or the ships wont appear.
you see, many files are linked together in this if you look up the nicknames.
let us know if this worked.
Fjord
8 posts
• Page 1 of 1
Return to Freelancer Modding for Beginners Forum