Missions/mbases.ini - contains information about NPC's on bases, including their names, whom they are etc, rumours (via ids numbers), secrets, bribes on offer, whether the NPC's/ The BASE give out missions, and the level of those missions
missions/npcships.ini - contains information about the ships that the NPC's fly, linked directly towards the loadouts.ini file, and also the faction_prop.ini file. Basically - npcships.ini file links these files together for the faction_prop.ini file to use as "encounters" and stuff: Also holds the npc ships difficulty level.
Shiparch.ini
Loadouts.ini (or loadouts_special.ini etc)
pilots_population.ini
formations.ini
shipclass.ini
The others interlink kinda
missions/Empathy.ini file - contains info about how the factions react to YOU when u do mission for a faction etc, and shoot them/please them, as well as how all toehr factions respond to you doing it for one faction etc.
Missions/faction_props.ini file - contains info about the formations, names, voices, legallity, scanning of cargo as contraband/wanting it, ships to fly etc, and the factions names, how they are reffered to (voices) and more. EXTREMEMLY closely linked to NPCships.ini
missions/lootprops.ini - contains info about the drop rates of stuff by npcs
missions/news.ini - contains the ids links to text for bases as news items.
missions/ptough.ini - money and level area
missions/formations.ini - formations and their "design" - basicalyl the ships positions in formations, and where the player joins them
random missions folder:
rmlootinfo.ini - stuff dropped by npc's when killed in random misions
diff2money.ini - mission (random) payouts to difficulty levels
Killablesolars.ini - types of missions given out by the NPC factions. The ones with faction name appearing in the lines for them are giving that mission type. Don't worry if you don't understand, you gotta learn to walk before doing a marathon!
The rest you needn't worry about at this time. Its not important
Cockpits folder - contains all cockpits for ships - basically contains the turret cam info, and rotation speed etc.
Thats more than enough for 99% of modders.
To make systems, your universe folder contains the systems folders. each system has its own folder, along with the system file inside that folder.
So:
Universe/systems/li01/li01.ini ;contains information about liberty system New York
Universe/sytems/Rh01/Rh01.ini contains all systems inofmation for new berlin.
Okay, inside these folders (systems folders) they have a bases folder, whre the file for bases are contained. These files only contain links to the "rooms" of the base, which are contained inthe rooms folder (inside bases folder). The rooms foler contains links to the backgrounds, music played, character position (by points on the CMP for base) and other things. It also contains the links for the buttons inside the base etc.
Going backwards, the audio/sounds.ini contains the links to sound files (sound effects) for the game. The music.ini file contains the music links.
The FX folder contains the files that deal with the effects of stuff. The main effects.ini file deals with the weapons, wormholes etc etc etc.
Beam effects are the actual stuff SEEN in the game by the guns, but you MUST have them referenced inthe effects.ini file to work.
explosions.ini file is also in here, and obviously contains links to the effects for different types of explosions used in the game.
Edited by - Chips on 3/30/2004 11:44:12 AM