Mon Sep 08, 2003 2:29 pm by Chips
To make the guns buyable is easiest to do!!
First:These are the entries in the weapon_goods.ini
[Good
nickname = br_gunboat_turret01
equipment = br_gunboat_turret01
category = equipment
price = 90
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_capturret.3db
combinable = false
ids_name = 263405
ids_info = 264405
shop_archetype = equipment\models\turret\br_turret03.cmp
material_library = equipment\models\br_turret.mat
[Good
nickname = br_gunboat_turret02
equipment = br_gunboat_turret02
category = equipment
price = 90
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_capturret.3db
combinable = false
ids_name = 263406
ids_info = 264406
shop_archetype = equipment\models\turret\br_turret04.cmp
material_library = equipment\models\br_turret.mat
[Good
nickname = br_gunboat_forward_gun01
equipment = br_gunboat_forward_gun01
category = equipment
price = 1430
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_capturret.3db
combinable = false
ids_name = 263407
ids_info = 264407
shop_archetype = equipment\models\turret\br_gunboat_gun01.cmp
material_library = equipment\models\br_turret.mat
[Good
nickname = br_gunboat_missile_turret01
equipment = br_gunboat_missile_turret01
category = equipment
price = 90
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_capturret.3db
combinable = false
ids_name = 263408
ids_info = 264408
shop_archetype = equipment\models\turret\br_turret04b.cmp
material_library = equipment\models\br_turret.mat
Here you see you already have packages, price etc done for you!! EVEN the ids is there (hence how you can see the weapons on gunboats when you scan, and get theinfo!!)
Now then, to buy the things - open your market_misc.ini
EXAMPLE - London in Bretonia, base is:
[BaseGood
base = Br01_01_base
Here you will the see weapons listed, so to add the gunboat weapons, you will need to put their nickname followed by some numbers:
MarketGood = br_gunboat_turret01, 0, -1, 10, 10, 0, 1
Do the same for all turrets (they will be filthy cheap!!)
A little bit about the numbers, first number, level to buy - hereit is 0
if you put it to 20, you would need to be level 20
second number - is the rep. -1 = maximum hostile
+1 is maximum friendly
0 = neutral
So you could buy these guns EVEN if they hated you (wouldlike to see you land though first!!lol)
the two 10's i don't really know, someone like wanderer will know, i just use other guns structures for selling (ie, copy a guns one to sell a gun, copy a torp to sell another torp, copy a missile entry to sellanother missile!!)
I also assume the last two numbers are like if it sells there or not (never fiddled here to find out............if it works, why change it!!) So youdon't need to change them either!
Just choose your bases (manhat is Li01_01_base) and make the entries! Once you have done that, you can copy and paste the five entries to any other base for quick and simple selling (will take 5mins ot have them selling at every base around!)
Hope that helps