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

How Break the price limit ?

The general place to discuss MOD''ing Freelancer!

Post Sun Jun 13, 2004 11:45 pm

How Break the price limit ?

Hello,
I develop my mod, and I don't know how break the price limit of 10 M$.
I have search the solution but, I don't find, so I ask your help.
How break the price limit of 10 M$ ?
Thanks

Sorry for my bad english ^^

Post Mon Jun 14, 2004 12:54 am

at Excelcia we solved this in a rather ... unusual way.
we created some shiplights that look the same as the existing ones but they cost several M cash
works up to 10M per light.

---------------------------------
Excelcia Mod Leading Developer

Post Mon Jun 14, 2004 8:41 am

Yeah, it's kind of funny to have people buy a Gunboat for 1Mil, but then have to pay 40 million for 4 running lights. =)

In order to do this, create a new entry in your light_equip.ini file with the same stats as an existing light, but just a new name, like:

[Light
nickname = DockingLightRedSmall10M
always_on = false
docking_light = true
bulb_size = 2
glow_size = 3
color = 255, 64, 64
flare_cone = 120, 90
min_color = 128, 32, 32
avg_delay = 0.500000
blink_duration = 0.500000

Then, open up your misc_good.ini file, and add in a new Good item for that light, with a price of 10Million, like this:

[Good
nickname = DockingLightRedSmall10M
equipment = DockingLightRedSmall10M
category = equipment
price = 9999999
combinable = false
material_library = equipment\models\li_equip.mat

Finally, open up your goods.ini file, and find the ship you want the change the price on. Change some of the lights to the new 10Million dollar lights (however many you want/can have on a ship) like this:

addon = DockingLightRedSmall10M, HpDockLight01, 1

Voila, you can now have prices for ships be more than 10Million =)

Post Tue Jun 15, 2004 12:18 am

It's a good idea,
Thanks for your help.

Return to Freelancer General Editing Forum