Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Adding the blood dragon (ship) to stations

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

Post Tue Jun 07, 2005 3:16 am

Adding the blood dragon (ship) to stations

I just need to know how to add the blood dragons version on the dragon to a station. Could someone tell me how to or point me to someone who can. Thanx in advanced.

Post Tue Jun 07, 2005 12:09 pm

Download and install the SDK 1.5,this will make editting the ini files much easier.

Head to here:-Program Files\Microsoft Games\Freelancer\DATA\EQUIPMENT

Open the "Goods.ini" file with a text editor(notepad or wordpad),copy and paste this entry to the bottom of the file:-

[Good
nickname = bl_dragon
category = shiphull
ship = ku_dragon
price = 63200
ids_name = 12006
item_icon = Equipment\models\commodities\nn_icons\ku_elite.3db

[Good
nickname = bl_drag_package
category = ship
hull = bl_dragon
addon = ge_ke_engine_01, internal, 1
addon = ku_elite_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = shield01_mark04_hf, HpShield01, 1
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = SlowSmallGreen, HpRunningLight01, 1
addon = SlowSmallGreen, HpRunningLight02, 1
addon = SlowSmallGreen, HpRunningLight03, 1
addon = SlowSmallGreen, HpRunningLight04, 1
addon = SlowSmallGreen, HpRunningLight05, 1
addon = SlowSmallGreen, HpRunningLight06, 1
addon = SlowSmallGreen, HpRunningLight07, 1
addon = SlowSmallGreen, HpRunningLight08, 1
addon = SlowSmallGreen, HpRunningLight09, 1
addon = SlowSmallGreen, HpRunningLight10, 1
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1

Where you see "[Good" <-always add a closing square bracket to the end of it as this site doesn't diplay them.Now "save as"never use just "save" when editting,change the file type to all files and save,you'll get told this file already exists click yes.

We'll add the ship to Manhatten,you can change it youself later.

Open the "market_ships.ini" and search for "base = Li01_01_base",below this are entries like this:-

marketgood = gf2_package, 4, -1, 1, 1, 0, 1, 1

change this entry to this

marketgood = gf2_package, 4, -1, 0, 0, 1, 1, 1

Add this to the end of the list before the next [BaseGood

marketgood = bl_drag_package, 0, -1, 1, 1, 0, 1, 1

Now "save as" again,the dragon is now up for sale at Manhatten.

Enjoy.


**shuffles of with a new headache**

Post Tue Jun 07, 2005 12:16 pm

Edited by - The_Corsair on 6/7/2005 1:16:39 PM

Return to Freelancer Modding for Beginners Forum