hi 4Shades
Is there a option where i could change how tough the factory plates are?
let say if 250kg bomb hits the small plate in the center, how much damage does it make and could i change that?
thx
gec
Factory plates damage setting
Moderator: SEOW Developers
-
- Posts: 2220
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 55
- Joined: Wed 04 Nov 2009 3:00 pm
I had similiar questions regarding the factory plates, perhaps a reader here may know thr answer. Why does a single bomb do different damage levels to factory plates? I can only assume that their is either a random factor or damage is calculated based on how close the bomb impacts the centre of the plate
-
- Posts: 302
- Joined: Fri 13 Apr 2007 1:13 pm
- Location: Italy
what i learned so far is that it is very important how close to the center the bomb hits. i'm even quite sure i've read something about that somewhere.
i've found a section in the ships.ini
but i'm not sure what the settings do. i'll thy to play with it a bit and see what happens
i'd like to see damage in the percentage in the way seow shows it. how can i calculate the hits and damage from eventlog to get those percentages?
i've found a section in the ships.ini
Code: Select all
// Factory Durability
[strength_Factory]
MinShotCaliber 0.203
NumShots 148
MinHitExplTNT 80
NumHitExpl 20
MinNearExplTNT 90
NumNearExpl 22
[strength_FactorySmall]
MinShotCaliber 0.203
NumShots 100
MinHitExplTNT 35
NumHitExpl 180
MinNearExplTNT 200
NumNearExpl 80
[strength_FactoryMedium]
MinShotCaliber 0.203
NumShots 180
MinHitExplTNT 45
NumHitExpl 190
MinNearExplTNT 200
NumNearExpl 100
[strength_FactoryLarge]
MinShotCaliber 0.203
NumShots 180
MinHitExplTNT 50
NumHitExpl 280
MinNearExplTNT 200
NumNearExpl 120
i'd like to see damage in the percentage in the way seow shows it. how can i calculate the hits and damage from eventlog to get those percentages?
-
- Posts: 2220
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
The eventlog shows all the information you need to do those calculations - that's why we wrote the eventlog record that way! Some format information is given in the Wiki.
These factory plates are defined in the ship class of IL-2, so they use the same damage logging code. I think the damage fraction reported in the eventlog record is cumulative, so it should always be increasing for successive damage events.
Cheers,
4S
These factory plates are defined in the ship class of IL-2, so they use the same damage logging code. I think the damage fraction reported in the eventlog record is cumulative, so it should always be increasing for successive damage events.
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 2220
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia