Jump to content

Track IR 3 Pro no VE.


Recommended Posts

Does anyone know where I can find a good profile for FC? The one that came with the driver is too fast for my taste. Also are there any specific things that should be setup through the *.lua's regarding views? ( i.e. things that need/should be en/disabled)

 

Thanks

13900KF NVD4090 32RAM G2

Link to comment
Share on other sites

Yeah, definitely create one yourself to get exactly what you want. It's simply a matter of changing speeds per band.

 

As far as lua tweaks, I recommend playing around with the viewing angle limits.

head movement limits:

Cockpit camera angle limits are in the server.lua file in the Lock On\Config\View folder. The relevant code, about halfway down is:

-- Camera angle limits {horizontal angle max, vertical angle min, vertical angle max}

CameraAngleLimits = {}

CameraAngleLimits[PlaneIndex.iSu_27] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_33] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_25] = {95.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iSu_39] = {110.0, -80.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29] = {140.0, -75.0, 90.0}

CameraAngleLimits[PlaneIndex.iMiG_29K] = {140.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iA_10] = {140.0, -65.0, 90.0}

CameraAngleLimits[PlaneIndex.iF_15] = {160.0, -80.0, 90.0}

 

Note that I have change the F-15's horizontal angle from 140 to 160 for testing purposes. This allows me to see past the center of the seat when I twist all the way around.

 

default head elevation angle:

Index 13 in snapviews.lua

 

max and min zoom angles:

Can't remember where this one is.

SimHQ Technology Editor

TSH member

Link to comment
Share on other sites

Come on... you could at least TRY to create a profile yourself before asking for help... Creating a TrackIR profile isn't that hard.... it should take you only a couple of minutes.

 

 

I probably could, but you see changing, loading FC, try, changing, loading FC, try,...shall I keep going, or do you see where this is heading? Sometimes asking can be easier than TRYing to make my own since I just received it yesterday, and would rather play than piss around with profiles.

 

Everyone else, thanks for the heads up. :)

 

 

Cheers

13900KF NVD4090 32RAM G2

Link to comment
Share on other sites

Hello Natural Point, you're just the man I wanted to see.

 

Can you please tell me how much shipping would be to Bangkok, Thailand for when I

 

1. only Flaming Cliffs

2. Both TrackIR and Flaming Cliffs

 

I have TIR 1 but I want the 3. Thanks in advance.

 

And for those that will siggest I get the download version. IT's gonna take 20+ hours to complete and I want a CD.

ED have been taking my money since 1995. :P

Link to comment
Share on other sites

I probably could, but you see changing, loading FC, try, changing, loading FC, try,...shall I keep going, or do you see where this is heading? Sometimes asking can be easier than TRYing to make my own since I just received it yesterday, and would rather play than piss around with profiles.

Alright, here's a starting point (TrackIR2, unit ~20 inches from tracking dots):

X and Y axes identical

Edit Point - Speed

0 - 0

2 - 0

5 - 2

10 - 5

20 - 8

30 - 10

40 - 13

50 - 17

 

And, to fill in previously missing info, max and min zoom angles can be adjusted in view.lua

-- Camera view angle limits {view angle min, view angle max}.

CameraViewAngleLimits = {}

CameraViewAngleLimits[PlaneIndex.iSu_27] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iSu_33] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iSu_25] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iSu_39] = {10.0, 140.0}

CameraViewAngleLimits[PlaneIndex.iMiG_29] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iMiG_29K] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iA_10] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iF_15] = {20.0, 120.0}

  • Like 1

SimHQ Technology Editor

TSH member

Link to comment
Share on other sites

Hello Natural Point, you're just the man I wanted to see.

 

Can you please tell me how much shipping would be to Bangkok, Thailand for when I

 

1. only Flaming Cliffs

2. Both TrackIR and Flaming Cliffs

 

I have TIR 1 but I want the 3. Thanks in advance.

 

And for those that will siggest I get the download version. IT's gonna take 20+ hours to complete and I want a CD.

 

If you turn the clock back 1 year. I will bring all that to Bangkok for you. Thailand is such a holy place, even the characters look holy.

Link to comment
Share on other sites

heh...

 

If u come to Thailand today or soon, I'll take u to this nice place called 'Carribean.' It's a member ship only club and boy oh boy. It's huge, loud and lots of girls. heheh I took a friend from the U.S. that came to visit Thailand with his gf... He wanted to leave gf. :D

ED have been taking my money since 1995. :P

Link to comment
Share on other sites

Alright, here's a starting point (TrackIR2, unit ~20 inches from tracking dots):

X and Y axes identical

Edit Point - Speed

0 - 0

2 - 0

5 - 2

10 - 5

20 - 8

30 - 10

40 - 13

50 - 17

 

And, to fill in previously missing info, max and min zoom angles can be adjusted in view.lua

 

These work quite well Joe, thanks again.

13900KF NVD4090 32RAM G2

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...