Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3] 4   Go Down

Author Topic: 6DOF UP 3.0  (Read 10079 times)

0 Members and 1 Guest are viewing this topic.

mexell

  • member
  • Offline Offline
  • Posts: 6
Re: 6DOF UP 3.0
« Reply #24 on: June 14, 2011, 05:35:36 PM »

Hello

Please Folks help 6dof Lookaround Users.....

Logged

mikeadel

  • Birdawg
  • member
  • Offline Offline
  • Posts: 8
    • This is where Pics and info about my Cockpit Chair can be found. Special projects page
Re: 6DOF UP 3.0
« Reply #25 on: June 15, 2011, 12:57:12 PM »

I just got an Track Ir5 with pro clip. I have UP 3.0 rc2, Tack Ir is working except for leaning in and out to zoom. It working in the Track Ir setup screen tho. Any ideas?
enable 6dof in selector and jsgme
Logged

Flying H

  • member
  • Offline Offline
  • Posts: 1339
  • "And you can fly, high as a kite if you want to..
Re: 6DOF UP 3.0
« Reply #26 on: June 15, 2011, 01:28:07 PM »

ctrl+F1 [(gunsight view on/off) I think]
Logged
And you can fly, high as a kite, if you want to.........

GAE_Chape

  • Modder
  • member
  • Offline Offline
  • Posts: 121
Re: 6DOF UP 3.0
« Reply #27 on: June 25, 2011, 11:26:26 PM »

I found a solution to replace the 6DOF lookaround.
 The idea is to manage the parameters of the real trackir with the parameters of the mouse.
 For that use the GLOVEPIE http://glovepie.org/glovepie_download.php.
 Once installed, place this Scrip.
 I'm still developing but in principle it works.


Quote
//GAE_Chape
 FakeTrackIR.yaw = Mouse.CursorPosX
 FakeTrackIR.pitch = - Mouse.CursorPosY

if mouse.MiddleButton then begin {
 FakeTrackIR.yaw = 0
 FakeTrackIR.pitch = 0
 FakeTrackIR.roll = 0
 FakeTrackIR.x = 0
 FakeTrackIR.y = 0
 FakeTrackIR.z = 0
 Mouse.DirectInputX = 0
 Mouse.DirectInputY = 0
 Mouse.CursorPosX = 0
 Mouse.CursorPosY = 0
} end

if mouse.LeftButton then begin{
 Var.a = EnsureRange(Mouse.DirectInputX, -1100, 1100)
 FakeTrackIR.x = Var.a * 15
 Var.b = EnsureRange(Mouse.DirectInputY, -1400, 1100)
 FakeTrackIR.y = - Var.b * 15
} end

if mouse.RightButton then begin{
 Var.c = EnsureRange(Mouse.DirectInputY, -3000, 3000)
 FakeTrackIR.z = - Var.c * 15
} end

Then give it to RUN

 Remember to turn around as if we have the true tarckir (conf.ini tarckiruse = 1)
 And 6DOF / TrackIr Enabled (active)


 My English is very bad.
 Sorry about that.
 If someone helps me to translate, I will thank you.

 Hugs.!
Logged

santobr

  • Modder
  • member
  • Offline Offline
  • Posts: 1349
  • Senta a Pua!
    • F
Re: 6DOF UP 3.0
« Reply #28 on: June 26, 2011, 09:51:51 AM »

You can do it directly using NewView: ;)
http://www.newview.hruks.com/index_en.php


santobr.
Logged

GAE_Chape

  • Modder
  • member
  • Offline Offline
  • Posts: 121
Re: 6DOF UP 3.0
« Reply #29 on: June 26, 2011, 08:37:02 PM »

You can do it directly using NewView: ;)
http://www.newview.hruks.com/index_en.php


santobr.

Where I can find the ini?, Allowing us to use the mouse as the 6DOF lookaround

Or should I create it?
Logged

santobr

  • Modder
  • member
  • Offline Offline
  • Posts: 1349
  • Senta a Pua!
    • F
Re: 6DOF UP 3.0
« Reply #30 on: June 26, 2011, 09:16:39 PM »

I suppose you are talking about the conf.ini, you will find it in IL-2 main folder.
You need to change this:
[rts]
trackIRUse=1  (from zero to 1)

Oh, sorry guys, my fault, I don't know if NewView software will do it for your mouse, I think it's only for the hat switch. :-[ :P


santobr.
Logged

GAE_Chape

  • Modder
  • member
  • Offline Offline
  • Posts: 121
Re: 6DOF UP 3.0
« Reply #31 on: June 29, 2011, 07:52:14 PM »

I suppose you are talking about the conf.ini, you will find it in IL-2 main folder.
You need to change this:
[rts]
trackIRUse=1  (from zero to 1)

Oh, sorry guys, my fault, I don't know if NewView software will do it for your mouse, I think it's only for the hat switch. :-[ :P


santobr.

LOL i Know where find the conf.ini.

I talk about .ini for NEWVIEW let me use the mouse.

I turned around to everywhere and I can not move the pilot with the mouse.

I think the newview not allow us to simulate the lookaround
Logged

mexell

  • member
  • Offline Offline
  • Posts: 6
Re: 6DOF UP 3.0
« Reply #32 on: July 01, 2011, 03:56:59 PM »

Great Chape!!!

Works here.. good....

But lack the movement to forward and Backward..... but its a beggining :)
Logged

mexell

  • member
  • Offline Offline
  • Posts: 6
Re: 6DOF UP 3.0
« Reply #33 on: August 02, 2011, 04:14:05 PM »

No more improvements about this question?

GAE_Chape or another one?
Logged

FANATIC MODDER

  • Modder
  • member
  • Offline Offline
  • Posts: 807
Re: 6DOF UP 3.0
« Reply #34 on: October 31, 2011, 09:50:51 AM »

Horrible. I never liked track IR not intended to ever use it. This is really a mess.
Logged

LuseKofte

  • member
  • Offline Offline
  • Posts: 6937
Re: 6DOF UP 3.0
« Reply #35 on: November 01, 2011, 02:31:37 AM »

I have used TrackIr for 1 year, without it I would not do Sim at all.
Logged
Pages: 1 2 [3] 4   Go Up
 

Page created in 0.035 seconds with 26 queries.