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

Freelancer Level editing

The general place to discuss MOD''ing Freelancer!

Post Sat Feb 03, 2007 5:10 pm

Freelancer Level editing

http://groups.google.com/group/Freelanc ... k/?msg=new

Does anybody know how to edit the level in freelancer.
what file contains the info. what is needed to open/extract/edit the file and how to do it.

I have managed to understand and edit the ships attributes, wepon price and attributes, quantity's, quality's

However i cannot figure out how to change the level necessary to buy a weapon or the level that i play at. to purchase a weapon.

Can anybody help
Regards Asid
[email protected]

Post Sat Feb 03, 2007 5:37 pm

First of all welcome to the TLR editing forum.

You'll be happy to know that to edit the level required to buy things is actually very straightforward. This is from SDK:
MarketGood = fc_ou_gun01_mark01, 6, -1, 10, 10, 0, 1
MarketGood = fc_ou_gun01_mark02, 10, 0, 10, 10, 0, 1
MarketGood = fc_ou_gun01_mark03, 16, 0.200000, 10, 10, 0, 1
MarketGood = fc_ou_gun01_mark04, 26, 0.500000, 10, 10, 0, 1
MarketGood = fc_ou_gun01_mark05, 30, 0.750000, 10, 10, 0, 1

In this one:
MarketGood = fc_ou_gun01_mark01, 6, -1, 10, 10, 0, 1
.. the 6 value is the level required
.. the -1 value is reputation required with the equipment dealer. All reputations go from -0.9 (very hostile) to 0.9 (very friendly), the highest you can get to is a theoretical 0.9 each way, its best to set the maximum just below if you wanted to change these.
.. the rest are values to set the good to be sold and fix the trade in price.

Return to Freelancer General Editing Forum