Thread: [REL] Rockets mod
View Single Post
Old 01-08-17, 09:53 PM   #42
Kendras
Stowaway
 
Posts: n/a
Downloads:
Uploads:
cool

Finished work on the Swordfish !

* .dat file : changed all bombs nodes, resized the helix and changed its texture and speed of rotation, modified a bit the 3D model (wheels' position, motor and glasses), improved slightly the texture of the airplane, changed the pilot's 3D models (P01) using the library file provided with the Dauntless airplane.
* .cfg and .eqp files : changed all the loadout definitions
* .zon file : reworked all the collision and types zones
* .sim file : still have to check MG nodes, but another day.



What you can sea on the pic is the basic loadout in end of 1944 - 1945.

 
Code:
; basic loadout (3 depth bombs)

[Equipment 1]
NodeName=B01
LinkName=NULL

[Equipment 2]
NodeName=B02
LinkName=NULL

[Equipment 3]
NodeName=B03
LinkName=NULL
StartDate=19380101
EndDate=19430901

[Equipment 4]
NodeName=B03
LinkName=3.5''AR_gun
StartDate=19430902
EndDate=19440601

[Equipment 5]
NodeName=B03
LinkName=5''AR_gun
StartDate=19440602
EndDate=19451231

[Equipment 6]
NodeName=B04
LinkName=AirDepthCharge
StartDate=19380101
EndDate=19440601

[Equipment 7]
NodeName=B04
LinkName=NULL
StartDate=19440602
EndDate=19451231

[Equipment 8]
NodeName=B05
LinkName=AirDepthCharge

[Equipment 9]
NodeName=T01
LinkName=3.5''AR_rack
StartDate=19430902
EndDate=19440601

[Equipment 10]
NodeName=T01
LinkName=5''AR_rack
StartDate=19440602
EndDate=19451231

[Equipment 11]
NodeName=P01
LinkName=Pilot_Plane_Kendras


; 6x100Kg Bombs

[Equipment 12]
NodeName=B01
LinkName=Bomb100Kg
Loadout=6x100Kg Bombs

[Equipment 13]
NodeName=B02
LinkName=Bomb100Kg
Loadout=6x100Kg Bombs

[Equipment 14]
NodeName=B03
LinkName=Bomb100Kg
Loadout=6x100Kg Bombs

[Equipment 15]
NodeName=B04
LinkName=NULL
Loadout=6x100Kg Bombs

[Equipment 16]
NodeName=B05
LinkName=NULL
Loadout=6x100Kg Bombs

[Equipment 17]
NodeName=P01
LinkName=Pilot_Plane_Kendras
Loadout=6x100Kg Bombs


; 1x500Kg Bomb

[Equipment 18]
NodeName=B01
LinkName=NULL
Loadout=1x500Kg Bomb

[Equipment 19]
NodeName=B02
LinkName=NULL
Loadout=1x500Kg Bomb

[Equipment 20]
NodeName=B03
LinkName=NULL
Loadout=1x500Kg Bomb

[Equipment 21]
NodeName=B04
LinkName=Bomb500Kg
Loadout=1x500Kg Bomb

[Equipment 22]
NodeName=B05
LinkName=NULL
Loadout=1x500Kg Bomb

[Equipment 23]
NodeName=P01
LinkName=Pilot_Plane_Kendras
Loadout=1x500Kg Bomb


; 2x100Kg Bombs + 2x4 Rockets

[Equipment 24]
NodeName=B01
LinkName=Bomb100Kg
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 25]
NodeName=B02
LinkName=Bomb100Kg
StartDate=19380101
EndDate=19430901
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 26]
NodeName=B02
LinkName=NULL
StartDate=19430902
EndDate=19451231
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 27]
NodeName=B03
LinkName=Bomb100Kg
StartDate=19380101
EndDate=19430901
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 28]
NodeName=B03
LinkName=3.5''AR_gun
StartDate=19430902
EndDate=19440601
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 29]
NodeName=B03
LinkName=5''AR_gun
StartDate=19440602
EndDate=19451231
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 30]
NodeName=B04
LinkName=NULL
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 31]
NodeName=B05
LinkName=NULL
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 32]
NodeName=T01
LinkName=3.5''AR_rack
StartDate=19430902
EndDate=19440601
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 33]
NodeName=T01
LinkName=5''AR_rack
StartDate=19440602
EndDate=19451231
Loadout=2x100Kg Bombs + 2x4 Rockets

[Equipment 34]
NodeName=P01
LinkName=Pilot_Plane_Kendras
Loadout=2x100Kg Bombs + 2x4 Rockets


During a test with three Me262 attacking together with salvos of R4M rockets :

  Reply With Quote