Tue Aug 05, 2003 6:51 am by Just Some Guy
You need to get SubXero's FreelancerMiscDataBase.xls file from the editing tools section of this forum. It has lists of all the names and numbers of all the objects in the game... Invaluable.
Then of course, while you are there, you need to get bini.exe, to render the encrypted files into text files, and should also pick up Fled-ids so you can examine the ids_name and ids_info refrences in the game and maybe even make new ones.
After decrypting the:
freelancer\data\equipment\market_commodities.ini file, you will see stuff like this...
[BaseGood ;<===this braket will not be closed here, but needs to be in the game
base = Br01_01_base
MarketGood = commodity_gold, 0, -1, 150, 500, 0, 1.080000
MarketGood = commodity_silver, 0, -1, 0, 0, 1, 1.350000
MarketGood = commodity_oxygen, 0, -1, 150, 500, 0, 0.500000
MarketGood = commodity_water, 0, -1, 150, 500, 0, 0.500000
MarketGood = commodity_diamonds, 0, -1, 150, 500, 0, 1.600000
MarketGood = commodity_food, 0, -1, 150, 500, 0, 0.689700
MarketGood = commodity_alien_artifacts, 0, -1, 0, 0, 1, 4.250000
MarketGood = commodity_luxury_food, 0, -1, 150, 500, 0, 1.200000
MarketGood = commodity_fertilizers, 0, -1, 150, 500, 0, 4
MarketGood = commodity_mox_fuel, 0, -1, 0, 0, 1, 0.500000
MarketGood = commodity_H_fuel, 0, -1, 150, 500, 0, 1.160000
MarketGood = commodity_basic_alloys, 0, -1, 150, 500, 0, 1.900000
MarketGood = commodity_construction_machinery, 0, -1, 150, 500, 0, 3.500000
MarketGood = commodity_pharm, 0, -1, 150, 500, 0, 1.473700
MarketGood = commodity_optronics, 0, -1, 150, 500, 0, 5.733300
MarketGood = commodity_consumer_goods, 0, -1, 150, 500, 0, 3.700000
MarketGood = commodity_luxury_consumer_goods, 0, -1, 150, 500, 0, 3.500000
MarketGood = commodity_engine_components, 0, -1, 150, 500, 0, 5.333300
MarketGood = commodity_cardamine, 0, -1, 0, 0, 1, 0.880000
MarketGood = commodity_sidearms, 0, -1, 150, 500, 0, 1.250000
The last numbers in the series, like 1.250000 above, is the price this goes for at this base. It is a multiple of the "average" price of the particular commodity as found in the goods.ini file, like this one for sidearms:
[Good
nickname = commodity_sidearms
msg_id_prefix = gcs_gen_commodity_sidearms
equipment = commodity_sidearms
category = commodity
price = 280
combinable = true
good_sell_price = 2.550000
bad_buy_price = 2.550000
bad_sell_price = 1
good_buy_price = 1
shop_archetype = Equipment\models\commodities\nn_icons\cwire_munitions_1.3db
item_icon = Equipment\models\commodities\nn_icons\COMMOD_lightarms.3db
jump_dist = 4
Note the price is 280 and the multiplier at the above base is 1.25 so you would pay 350 for sidearms at this base (planet New London). I really encourage you to get the FreelancerMiscDataBase I referenced above. You will not know how you lived without it while playing Freelancer. Other useful downloads are LancerThing (worth it for the map alone..!) Fled-ids, and bini.exe. Let me know how it comes out.
JustSomeGuy