Tue Feb 15, 2005 8:41 am by Mace_166
If you mean take away the level restrictions on weapons, ammo and ships. There is a tutorial on the subject in the tutorials form.
To give an overview,
This is an entry in market_misc.ini, its been taken from the SDK uncompressed files.
MarketGood = gd_gm_gun01_mark04, 30, 0.500000, 10, 10, 0, 1
It refers to a GMG, Skyblast B gun. In order to change the level for it (30) you need to change to this,
MarketGood = gd_gm_gun01_mark04, 0, 0.500000, 10, 10, 0, 1
For you to change all of the entries in all of the bases for this weapon you should go into top menu of the window >edit > replace
Then highlight the first one
MarketGood = gd_gm_gun01_mark04, 30, 0.500000, 10, 10, 0, 1
change to
MarketGood = gd_gm_gun01_mark04, 0, 0.500000, 10, 10, 0, 1
then select "replace all".
I`m not gonna go into which guns have which nicknames, you are going to have to go through the guides that people have put into the tutorials forum. There are threads there that link to many pages of well written and clear tutorials. Give them a go. Good luck.