• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery Development Discovery Mod General Discussion Discovery Mod Balance
« Previous 1 … 6 7 8 9 10 … 55 Next »
Battleship Flak turrets: Feature or a Bug?

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (2): 1 2 Next »
Battleship Flak turrets: Feature or a Bug?
Offline sindroms
02-03-2016, 07:50 AM, (This post was last modified: 02-03-2016, 08:03 AM by sindroms.)
#1
Member
Posts: 9,434
Threads: 985
Joined: Feb 2008

And no, the answer is not "yes" before you ask.



Okay, as you noticed I've started fricking around with modding FL again and one of the topics that I ended up digging up from years back was me questioning how flak turrets work. So we have large capital ships that have their turrets so goddamn wide apart that secondaries cannot hit things much smaller than a gunboat up close, allowing anything but the fattest bombers to do the whole Strafe-Down-Plus-Roll thing with their noses scraping the battleship's hull and the cap not being able to do much about it. If you've ever seen a certain Asco flying around in Liberty, wrecking lib carriers from 200m range, you know what I mean.


[+]Basic Flak Turret
[Motor]
nickname = rh_battleship_flak_turret01_motor
lifetime = 2
accel = 25
delay = 0

[Explosion]
nickname = rh_battleship_flak_turret01_explosion
effect = zoner_flak_impact
lifetime = 0, 0
process = disappear
strength = 100
radius = 125
hull_damage = 9100
energy_damage = 0
impulse = 5000

[Munition]
nickname = rh_battleship_flak_turret01_ammo
explosion_arch = rh_battleship_flak_turret01_explosion
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
one_shot_sound = fire_capship
const_effect = rh_flakcannon01_proj
detonation_dist = 75
lifetime = 3.0
Motor = rh_battleship_flak_turret01_motor
force_gun_ori = false
HP_trail_parent = HPExhaust
seeker = DUMB
seeker_range = 1100
seeker_fov_deg = 35
max_angular_velocity = 0.0
DA_archetype = equipment\models\weapons\li_rad_missile.3db
material_library = equipment\models\li_equip.mat
mass = 1
volume = 0.000100

[Gun]
nickname = rh_battleship_flak_turret01
ids_name = 500939
ids_info = 500940
DA_archetype = equipment\models\turret\z_bs_flak.cmp
material_library = equipment\models\z_turret.mat
HP_child = HPConnect
hit_pts = 140000
explosion_resistance = 0.330000
debris_type = debris_turret_small
parent_impulse = 20
child_impulse = 80
volume = 5.000000
mass = 10
hp_gun_type = hp_turret_special_10
damage_per_fire = 0
power_usage = 310000
refire_delay = 1
muzzle_velocity = 300
toughness = 20
flash_particle_name = rh_flakcannon01_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = rh_battleship_flak_turret01_ammo
separation_explosion = sever_debris
auto_turret = true
turn_rate = 180
lootable = false
^
So for the people who are not into modding, it is basically like this. Flak turrets are essentially dumbfire missiles like the Cannonball with an obscenely large detonation distance (75), which is how far from an entitiy the missile is triggered from. For comparison, your sidewinder missile has a detonation distance of 2. This allows them to have the ''flak'' effect, aka not necessarily having to hit the ship in order to deal damage. This is what, in theory, makes it dangerous to get close to large ships using it. And of course they have an "impulse" setting of 5000 - that is the part that is responsible for flaks bumping torpedoes out of the way.

This is the problem I have with this weapon right now:



As you can see, it does not matter how many flak turrets you have, you deal damage only from the first flak that hits the target.
And this is the line to blame:

hit_pts = 2

^ That is the ''health'' of the projectile. The same way every other missile has health. This is why, for example, you can kill missiles with a CDs' explosion range and not, say, torpdoes. The former has less Health.

Now this is how they would work if their health was buffed:



Oops.
Not exactly ideal, no. As you can see the first one blows up and now instead of detonating the rest before they reach the target, it sends the other flaks in random directions just like they would do a torpedo.
Now we just need to buff the projectile's ''mass'' to fix that.

mass = 100000






There we go, fixed. Can we have this a thing, please?

[+]Flak Fix
[Motor]
nickname = rh_battleship_flak_turret01_motor
lifetime = 2
accel = 25
delay = 0

[Explosion]
nickname = rh_battleship_flak_turret01_explosion
effect = zoner_flak_impact
lifetime = 0, 0
process = disappear
strength = 100
radius = 125
hull_damage = 9100
energy_damage = 0
impulse = 5000

[Munition]
nickname = rh_battleship_flak_turret01_ammo
explosion_arch = rh_battleship_flak_turret01_explosion
hp_type = hp_gun
requires_ammo = false
hit_pts = 50000
one_shot_sound = fire_capship
const_effect = rh_flakcannon01_proj
detonation_dist = 75
lifetime = 3.0
Motor = rh_battleship_flak_turret01_motor
force_gun_ori = false
HP_trail_parent = HPExhaust
seeker = DUMB
seeker_range = 1100
seeker_fov_deg = 35
max_angular_velocity = 0.0
DA_archetype = equipment\models\weapons\li_rad_missile.3db
material_library = equipment\models\li_equip.mat
mass = 100000
volume = 0.000100

[Gun]
nickname = rh_battleship_flak_turret01
ids_name = 500939
ids_info = 500940
DA_archetype = equipment\models\turret\z_bs_flak.cmp
material_library = equipment\models\z_turret.mat
HP_child = HPConnect
hit_pts = 140000
explosion_resistance = 0.330000
debris_type = debris_turret_small
parent_impulse = 20
child_impulse = 80
volume = 5.000000
mass = 10
hp_gun_type = hp_turret_special_10
damage_per_fire = 0
power_usage = 310000
refire_delay = 1
muzzle_velocity = 300
toughness = 20
flash_particle_name = rh_flakcannon01_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = rh_battleship_flak_turret01_ammo
separation_explosion = sever_debris
auto_turret = true
turn_rate = 180
lootable = false




Can we has?


EDIT:
One concern though. This fix might need to have the damage of 9000 to be cut down a little or increase the energy drain, otherwise you will have 22 flak-turreted carriers flying around, doing ~200 000 burst fire damage.

--------------
PSA: If you have been having stutter/FPS lag on Disco where it does not run as smoothly as other games, please look at the fix here: https://discoverygc.com/forums/showthrea...pid2306502
----------
Reply  
Offline Durandal
02-03-2016, 08:00 AM,
#2
Member
Posts: 5,106
Threads: 264
Joined: Apr 2009

Yes. Yes, we can has.
Reply  
Offline Antonio
02-03-2016, 08:03 AM,
#3
PvP = RP
Posts: 3,194
Threads: 196
Joined: Nov 2009
Staff roles: Systems Lead

No reason not to be implemented. +1

[Image: BMdBL0j.png]
SNAC Montage Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Thruster SNAC
Reply  
Offline sasapinjic
02-03-2016, 11:13 AM,
#4
Member
Posts: 1,693
Threads: 32
Joined: Apr 2015

I like it .
(02-03-2016, 07:50 AM)sindroms Wrote: EDIT:
One concern though. This fix might need to have the damage of 9000 to be cut down a little or increase the energy drain, otherwise you will have 22 flak-turreted carriers flying around, doing ~200 000 burst fire damage.
^ i suggest not to decrease power , but to increase energy drain a little , so that BS with little lights slots can be effective and those with 22 slots will not be able to fire them all at once .

[Image: rRK7Pya.png]
[+]Spoiler
welcome to Loberty [Image: qmJkeAC.png][Image: 546f6d6e95.gif]
^ where you can get Freelancer ISO , in emergency

These two spoilers were too big so now they're both one ~Champ
Reply  
Offline Unlucky_Soul
02-03-2016, 04:17 PM,
#5
Member
Posts: 622
Threads: 56
Joined: Nov 2013

We should have this

[Image: oNG6Z9E.gif]
Reply  
Offline Thunderer
02-03-2016, 04:55 PM, (This post was last modified: 02-03-2016, 05:00 PM by Thunderer.)
#6
Tea Disposal Unit
Posts: 5,613
Threads: 463
Joined: Jul 2011

Having 20 flaks mounted is very thoughtless anyways. Most kills of those ships are allied fighters. I doubt this modification would do any good, but would instead nerf flaks in supposed use (by energy or damage). Battleships usually mount 2-4 and those most often reach their target at the same time, all inflicting damage. What this modification would enable is to be effective with 4 plus flaks, but I suppose more often against your allies than the enemy. You have to predict where will your allies and your enemies will be when you fire flaks, and while many battleships might start mounting them en masse after this, a considerable portion of them will just press the fire button without any forethought.

I am not sure, though. I guess it can be tested.

[Image: 396AUfe.png]
Bretonian Treaty Database Bretonian Armed Forces Recruitment Center
Bretonian Charter of Interstellar Law Bretonian Secrets Act
Reply  
Offline SnakeLancerHaven
02-03-2016, 05:21 PM,
#7
Volgograd Industrial
Posts: 2,873
Threads: 238
Joined: Feb 2012

Definitly we can has +1

[Image: ?key=dc385ef2304f0cab6f94da42bc2ff703cf5...5BS0UucG5n]
R.I.P Tabris...
Youtube - Twitch - My old Account
  Reply  
Offline Crackling
02-03-2016, 08:44 PM, (This post was last modified: 02-03-2016, 08:44 PM by Crackling.)
#8
Member
Posts: 138
Threads: 7
Joined: Sep 2014

If there could be problem about 22 flaks, can't their number somehow be limited? For example, max 6 flaks at ship.

But in my opinion, damage reduction should help, they would still be able to destroy missles, but won't do so much damage.
Reply  
Offline SnakeLancerHaven
02-03-2016, 08:58 PM,
#9
Volgograd Industrial
Posts: 2,873
Threads: 238
Joined: Feb 2012

(02-03-2016, 08:44 PM)Crackling Wrote: , damage reduction

would make them useless. Flaks are meant to be anti-snub or anti-missile/torp.

[Image: ?key=dc385ef2304f0cab6f94da42bc2ff703cf5...5BS0UucG5n]
R.I.P Tabris...
Youtube - Twitch - My old Account
  Reply  
Offline The.Outlaw.Star
02-03-2016, 09:42 PM,
#10
Member
Posts: 651
Threads: 80
Joined: Jul 2009

very nice work! thank you for your time to show us this. +1

[Image: tumblr_lyor3jybjk1qfwzeuo1_r1_500.gif]
Reply  
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode