Hammer3246 Posted June 16, 2005 Posted June 16, 2005 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
BullDog Posted June 16, 2005 Posted June 16, 2005 http://forums.ubi.com/eve/ubb.x/a/tpc/f/38610606/m/1631020033 ATI Manta (Sapphire PC-A9RD580) Opteron 170 @ 2.91Ghz Mushkin XP4000 2*1G @264Mhz(3-3-2-6) HIS X1900XTX IceQ3 TrackIR3 Pro
Invicta Posted June 16, 2005 Posted June 16, 2005 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.
Joe Posted June 16, 2005 Posted June 16, 2005 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
Hammer3246 Posted June 16, 2005 Author Posted June 16, 2005 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
NaturalPoint - Jason Posted June 16, 2005 Posted June 16, 2005 Oh my. http://www.naturalpoint.com/trackir/04-community/community-profiles.html Jason http://www.naturalpoint.com and http://www.trackir.com
leafer Posted June 17, 2005 Posted June 17, 2005 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
Joe Posted June 17, 2005 Posted June 17, 2005 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} 1 SimHQ Technology Editor TSH member
BOPrey Posted June 17, 2005 Posted June 17, 2005 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.
leafer Posted June 17, 2005 Posted June 17, 2005 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
Hammer3246 Posted June 17, 2005 Author Posted June 17, 2005 Oh my. http://www.naturalpoint.com/trackir/04-community/community-profiles.html Jason These are for Track IR 2 (LOMAC) and the older drivers. 13900KF NVD4090 32RAM G2
Hammer3246 Posted June 17, 2005 Author Posted June 17, 2005 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
Recommended Posts