Jump to content

Recommended Posts


Very sweet, Veltro! Reminds me of a teenage love; the Fokker G.1.

 

good.gif

Edited by Muesli

Share this post


Link to post
Share on other sites

Little help needed...for some reason the guns wont cooperate..Yes they are both facing forward in 3d Studio

 

wg.jpg

 

 

// Crew ------------------------------

 

[Pilot]

SystemType=PILOT_COCKPIT

PilotModelName=WW2LuftBmrPilot

SeatID=1

SetCockpitPosition=TRUE

Position=-0.358,1.632,1.234

MinExtentPosition=-0.5,3.6,0.3

MaxExtentPosition= 0.0,3.0,1.0

SeatModelName=

SeatPosition=

CanopyNodeName=Cockpit

 

[CoPilot]

SystemType=PILOT_COCKPIT

PilotModelName=WW2LuftBmrPilot

SeatID=2

SetCockpitPosition=TRUE

Position=0.323,1.632,1.234

SeatModelName=

SeatPosition=

CanopyNodeName=Cockpit

MinExtentPosition=0.5,3.6,0.3

MaxExtentPosition= 0.0,3.0,1.0

 

 

 

[TopGunner]

SystemType=GUNNER_STATION

PilotModelName=

SeatID=3

GunnerID=1

SetCockpitPosition=FALSE

Position=0.0000,2.7821,0.9532

PitchModelNodeName=tgun1

YawModelNodeName=tgun1

GunRange=2000

PitchAngleRate=45

MaxPitch=60

MinPitch=0

DefaultPitchAngle=10

YawLimited=TRUE

YawAngleRate=45

MaxYaw=210

MinYaw=150

DefaultYawAngle=180

 

 

[RearGunner]

SystemType=GUNNER_STATION

PilotModelName=

SeatID=4

GunnerID=1

SetCockpitPosition=FALSE

Position=

PitchModelNodeName=RGun1

YawModelNodeName=RGun1

GunRange=2000

PitchAngleRate=65

MaxPitch=-20

MinPitch=-60

DefaultPitchAngle=-40

YawLimited=TRUE

YawAngleRate=65

MaxYaw=220

MinYaw=140

DefaultYawAngle=180

 

// Internal Guns ------------------

 

 

[TopGun1]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.046,3.544,1.272

TracerLoading=5

BurstAmount=25

GunnerID=3

MaxAmmo=300

 

[TopGun2]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.122,3.544,1.272

TracerLoading=5

BurstAmount=25

GunnerID=3

MaxAmmo=300

 

[rearGun1]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.044,0.993,0.455

TracerLoading=5

BurstAmount=25

GunnerID=4

MaxAmmo=400

 

[rearGun2]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.122,0.993,0.455

TracerLoading=5

BurstAmount=25

GunnerID=4

MaxAmmo=400

Share this post


Link to post
Share on other sites

I am not sure but these:

PitchModelNodeName=tgun1

YawModelNodeName=tgun1

probably have to be two different meshes

 

MontyCZ

 

Little help needed...for some reason the guns wont cooperate..Yes they are both facing forward in 3d Studio

 

wg.jpg

 

 

// Crew ------------------------------

 

[Pilot]

SystemType=PILOT_COCKPIT

PilotModelName=WW2LuftBmrPilot

SeatID=1

SetCockpitPosition=TRUE

Position=-0.358,1.632,1.234

MinExtentPosition=-0.5,3.6,0.3

MaxExtentPosition= 0.0,3.0,1.0

SeatModelName=

SeatPosition=

CanopyNodeName=Cockpit

 

[CoPilot]

SystemType=PILOT_COCKPIT

PilotModelName=WW2LuftBmrPilot

SeatID=2

SetCockpitPosition=TRUE

Position=0.323,1.632,1.234

SeatModelName=

SeatPosition=

CanopyNodeName=Cockpit

MinExtentPosition=0.5,3.6,0.3

MaxExtentPosition= 0.0,3.0,1.0

 

 

 

[TopGunner]

SystemType=GUNNER_STATION

PilotModelName=

SeatID=3

GunnerID=1

SetCockpitPosition=FALSE

Position=0.0000,2.7821,0.9532

PitchModelNodeName=tgun1

YawModelNodeName=tgun1

GunRange=2000

PitchAngleRate=45

MaxPitch=60

MinPitch=0

DefaultPitchAngle=10

YawLimited=TRUE

YawAngleRate=45

MaxYaw=210

MinYaw=150

DefaultYawAngle=180

 

 

[RearGunner]

SystemType=GUNNER_STATION

PilotModelName=

SeatID=4

GunnerID=1

SetCockpitPosition=FALSE

Position=

PitchModelNodeName=RGun1

YawModelNodeName=RGun1

GunRange=2000

PitchAngleRate=65

MaxPitch=-20

MinPitch=-60

DefaultPitchAngle=-40

YawLimited=TRUE

YawAngleRate=65

MaxYaw=220

MinYaw=140

DefaultYawAngle=180

 

// Internal Guns ------------------

 

 

[TopGun1]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.046,3.544,1.272

TracerLoading=5

BurstAmount=25

GunnerID=3

MaxAmmo=300

 

[TopGun2]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.122,3.544,1.272

TracerLoading=5

BurstAmount=25

GunnerID=3

MaxAmmo=300

 

[rearGun1]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.044,0.993,0.455

TracerLoading=5

BurstAmount=25

GunnerID=4

MaxAmmo=400

 

[rearGun2]

SystemType=FLEXIBLE_GUN

GunTypeName=7.9MM_MG17

MuzzlePosition=-0.122,0.993,0.455

TracerLoading=5

BurstAmount=25

GunnerID=4

MaxAmmo=400

Share this post


Link to post
Share on other sites

Try not using yaw amounts over 180.

 

ie

 

MaxYaw=-140

MinYaw=140

 

That's how I got it to work on the ships. Never done the airplanes though.

Share this post


Link to post
Share on other sites

Just need a fi-156 storch and we have the tandem crew.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..