Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
I know, this sounds noobish
The general place to discuss MOD''ing Freelancer!
10 posts
• Page 1 of 1
But what exactly determines the range of a weapon in the weapon_equip.ini file? I know the muzzle velocity determines the speed at which the energy projectile travels. My problem is, I have a wicked looking gun, but it goes about two feet, then stops. Of course, I'm exaggerating, but it seriously only goes about 1000m and I'm in a capship, so that doesn't seem very far. I'm wanting this baby to go till it's out of sight! Does it have anything to do with the LODranges? I figured, since those are located under the actual gun portion of the weapon, and not the munition part, that that has to do with the visibility at which the actual turret is viewable. I'm lost. Like a sheep. Please help. !_!
I know that now. Apparently, the problem lies in the graphic used (li_cruiser_maingun). I don't believe the actual fx file or whatever can be seen that far away. It's strange. Does this have something to do with the LODrange? I figured those values were for the actual turret, not the projectile. Also, the shot goes for as long as I want it to, it just disappears a second after it's fired, and it looks quite awkward.
Edited by - xenogear_0001 on 03-07-2003 18:15:02
Edited by - xenogear_0001 on 03-07-2003 18:15:02
Another thing to look out for is the effect_types.ini. If your gun effect is linked to an effect type in the effect.ini look it up in the effect types. For example:
This is in your weapon equip ini.
const_effect = br_gunboat_maingun
Look for it in the effects ini. You should find this:
[Effect
nickname = br_gunboat_maingun
effect_type = EFT_WEAPON_LARGE_PROJ
vis_effect = br_gunboat_maingun
vis_generic = br_gunboat_maingun
In your effect types, this is the corresponding section:
[EffectType
nickname = EFT_WEAPON_LARGE_PROJ
priority = 1.000000
generic_priority = 1.000000
lod_type = EFT_LOD_LARGE
radius = 100.000000
visibility = EXIST_OFFSCREEN
update = CULL_UPDATE
run_time = -1
pbubble = 12000, 12000
The pbubble more or less depicts how far you can see it.
This is in your weapon equip ini.
const_effect = br_gunboat_maingun
Look for it in the effects ini. You should find this:
[Effect
nickname = br_gunboat_maingun
effect_type = EFT_WEAPON_LARGE_PROJ
vis_effect = br_gunboat_maingun
vis_generic = br_gunboat_maingun
In your effect types, this is the corresponding section:
[EffectType
nickname = EFT_WEAPON_LARGE_PROJ
priority = 1.000000
generic_priority = 1.000000
lod_type = EFT_LOD_LARGE
radius = 100.000000
visibility = EXIST_OFFSCREEN
update = CULL_UPDATE
run_time = -1
pbubble = 12000, 12000
The pbubble more or less depicts how far you can see it.
10 posts
• Page 1 of 1
Return to Freelancer General Editing Forum