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

Chaging levels required for weapons

Here you find the different tutorials on editing and MODing Freelancer

Post Tue Jun 17, 2003 9:47 pm

Chaging levels required for weapons

just add a how do i? at the beggining of the topic...
ive read a load of posts sum getting me closer but i still have no clue ho to change the level you need for certain weapons, e.g sunslayer requires lvl 30 before it can be purchased, can sumone plz tell me how i can reduce this plz?

Post Wed Jun 18, 2003 12:15 am

Assuming general knowledge of Bini etc (check tutorials)

In data/equipment/market_misc.ini the blocks are arranged in bases, eg Li01_01 is Manhatten

[BaseGood
base = Li01_01_base
MarketGood = li_gun01_mark01, 0, -1, 10, 10, 0, 1
MarketGood = li_gun01_mark02, 0, -0.200000, 10, 10, 0, 1
MarketGood = li_gun01_mark03, 2, 0.100000, 10, 10, 0, 1

... the first number after the item name is the level required to buy the item. You must be level 2 to buy the mark03 liberty gun.

The second number is the reputation required. If it's -1 you can buy the item if you are hostile with the base (although you won't be able to dock - basically if it's -1 you can always buy the item)

There are other good posts listing all the weapon names elsewhere. Sunslayer line is:
MarketGood = torpedo01_mark02, 30, -1, 10, 10, 0, 1
Change the 30 to whatever you like.

Post Wed Jun 18, 2003 3:11 pm

thnx man
cant believe it was so simple v_v now i just feel stupid >_<

Return to Freelancer Editing Tutorial Forum