- UID
- 2702
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2007-5-18 00:09:06
|
显示全部楼层
我把我改过的贴一下,帮忙看下哪出问题了。。:Q 注:以下都是复制了一份在最底下修改的。
在DATA/equipment下的
weapon_equip.ini
[Munition]
nickname = ballgun_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 10000
energy_damage = 5000
weapon_type = W_Laser01
one_shot_sound = ball
munition_hit_effect = li_laser_01_impact
const_effect = ballgun_proj
lifetime = 0.8
force_gun_ori = false
mass = 1
volume = 0.0
[Gun]
nickname = ballgun
ids_name = 263357
ids_info = 264357
DA_archetype = equipment\models\weapons\ballgun.cmp
material_library = equipment\models\ballgun.mat
HP_child = HPConnect
hit_pts = 400
explosion_resistance = 1.0
debris_type = debris_normal
parent_impulse = 20
child_impulse = 80
volume = 0.0
mass = 10
hp_gun_type = hp_gun_special_1
damage_per_fire = 0
power_usage = 10000
refire_delay = 2
muzzle_velocity = 500
use_animation = Sc_fire
toughness = 1.3
flash_particle_name = li_laser_01_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = ballgun_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 2000
weapon_good.ini
[Good]
nickname = ballgun
equipment = ballgun
category = equipment
price = 50
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 263357
ids_info = 264357
shop_archetype = equipment\models\weapons\ballgun.cmp
material_library = equipment\models\ballgun.mat
market_misc.ini
MarketGood = ballgun, 0, -1, 10, 10, 0, 1
在DATA\FX 文件夹下的:
beam_effects.ini
[BeamSpear]
nickname = ballgun_beam
tip_length = 55
tail_length = 99
head_width = 20
core_width = 10
tip_color = 91, 67, 233
core_color = 236, 227, 64
outter_color = 255, 128, 0
tail_color = 255, 0, 0
head_brightness = 1
trail_brightness = 1
head_texture = ball
trail_texture = thin
flash_size = 10
effects.ini
[Effect]
nickname = ballgun_proj
effect_type = EFT_WEAPON_PROJ
vis_beam = ballgun_beam
Data\Fx\WEAPONS下的
weapons_ale.ini
[VisEffect]
nickname = ballgun_proj
alchemy = fx\weapons\li_plasma_01.ale
effect_crc = -154178588
textures = fx\planetflare.txm
textures = fx\sarma.txm
textures = fx\standardeffects.txm
textures = fx\miningship.txm
textures = fx\hexagon.txm
textures = fx\lightbeam.txm
textures = fx\planetflare.txm
[ 本帖最后由 GR44 于 2007-5-18 00:10 编辑 ] |
|