Operation Flashpoint Dragon Rising OFDR Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Does anyone have the toggle aiming mod?

4 posters

Go down

Does anyone have the toggle aiming mod? Empty Does anyone have the toggle aiming mod?

Post by stevenfang1997 Sat 08 Oct 2016, 18:48

Hi there. I'm really not quite used to use the hold-button aiming in the DR. So does any of you have the toggle aiming mod?

stevenfang1997

Points : 6
Reputation : 1
Join date : 2016-10-03

Back to top Go down

Does anyone have the toggle aiming mod? Empty Re: Does anyone have the toggle aiming mod?

Post by TheGeneral Fri 21 Oct 2016, 09:30

Non such available that I know of sorry
TheGeneral
TheGeneral
Admin

Points : 780
Reputation : 35
Join date : 2012-12-15

http://maniacaldog.wix.com/keepdralive

Back to top Go down

Does anyone have the toggle aiming mod? Empty Re: Does anyone have the toggle aiming mod?

Post by tvig0r0us Sun 23 Oct 2016, 02:18

Mdog wrote:Non such available that I know of sorry
I think there actually was a mod to toggle aim, but I haven't seen it around since the old cm forum. AFAIK it was Templar that developed the mod, which was a configuration setting in one of the .xml files. I personally never had or used it, but the one place I can think of that it might still be found is the forum archive that was posted long ago by John Stevens. I'm sure it's out there somewhere, but best of luck finding it.

Cheers Very Happy
tvig0r0us
tvig0r0us
Admin

Location : Nky
Points : 266
Reputation : 29
Join date : 2013-10-16

http://www.moddb.com/members/tvig0r0us

Back to top Go down

Does anyone have the toggle aiming mod? Empty Re: Does anyone have the toggle aiming mod?

Post by TemplarGFX Mon 02 Jan 2017, 11:39

I tried redoing this, but I couldn't get it to work.  So I am thinking it was via Glovepie rather than an XML file

Download this
http://www.mediafire.com/file/312i1odjc3w8vb4/OFDR%2BTrackIR%2BFreelook%2BEmulation.rar


Paste this at the top of the OFDR.PIE file

Code:
if mouse.RightButton then
  if var.aim == 0 then
    var.aim = 1;
  else
    var.aim = 0;
  end
end

if var.aim == 1 then
  mouse.RightButton = 1;
else
  mouse.RightButton = 0;
end

this could use improvement

TemplarGFX
Veteran

Points : 159
Reputation : 18
Join date : 2013-02-20

Back to top Go down

Does anyone have the toggle aiming mod? Empty Re: Does anyone have the toggle aiming mod?

Post by tvig0r0us Tue 03 Jan 2017, 23:21

TemplarGFX wrote:I tried redoing this, but I couldn't get it to work.  So I am thinking it was via Glovepie rather than an XML file

Download this
http://www.mediafire.com/file/312i1odjc3w8vb4/OFDR%2BTrackIR%2BFreelook%2BEmulation.rar


Paste this at the top of the OFDR.PIE file

Code:
if mouse.RightButton then
  if var.aim == 0 then
    var.aim = 1;
  else
    var.aim = 0;
  end
end

if var.aim == 1 then
  mouse.RightButton = 1;
else
  mouse.RightButton = 0;
end

this could use improvement
Yeah... I'm pretty foggy on what I remember for this. I could have sworn it was an xml mod to one of the control mapping files that you had posted, but if you don't remember it I could be dead wrong. GlovePie looks like as good a solution as any though.

--tvig
tvig0r0us
tvig0r0us
Admin

Location : Nky
Points : 266
Reputation : 29
Join date : 2013-10-16

http://www.moddb.com/members/tvig0r0us

Back to top Go down

Does anyone have the toggle aiming mod? Empty Re: Does anyone have the toggle aiming mod?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum