cant charge fusion

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

cant charge fusion

Post by Battlebot »

im a devoted mouser and all of a sudden now, i cant charge my fusion or zoom in with md. so it makes me sad....

anyone know of a solution?
User avatar
CDN_Merlin
DBB_Master
DBB_Master
Posts: 9750
Joined: Thu Nov 05, 1998 12:01 pm
Location: Capital Of Canada

Post by CDN_Merlin »

Mouse works in all other apps/games?

Try different mouse.
Check button configs.
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4688
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

Sounds like your FPS changed to over 100-120. Cap it at 100
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

hhow does one cap framerate
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4688
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

add -framerate 100 to your command line parameters in teh setup tab of the launcher.
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

erm, still not seein where to put the command line...
User avatar
d3jake
DBB Admiral
DBB Admiral
Posts: 1075
Joined: Tue Dec 21, 2004 10:08 am
Location: Minnesota, USA

Post by d3jake »

When you put in your D3 CD, it brings up the launcher, when it does, go into Setup, then on the right most tab, at the bottom there should be a space that says \"Command Ling Parameters\", and in that blank, add -framecap 100
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

ah got it ty...now to see if it works
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

still no go.... :(
User avatar
fliptw
DBB DemiGod
DBB DemiGod
Posts: 6458
Joined: Sat Oct 24, 1998 2:01 am
Location: Calgary Alberta Canada

Post by fliptw »

get a slower machine.

or try capping it to like 50.
XeonJr
DBB Ace
DBB Ace
Posts: 376
Joined: Wed Jun 19, 2002 2:01 am
Location: brisy

Post by XeonJr »

Map a keyboard function to you mouse fire button.
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

download and install this http://www.geocities.com/deonvdw/Docs/PPJoyMain.htm
then this
http://geocities.com/carl_a_kenner/pie.html

cut paste this code into PIE and have it running while you are playing D3:

Code: Select all

ppjoy.digital0 = mouse.LeftButton
or just load up the whole MouseJoystick.PIE file and have that running. Or hell... write your own.

ps: PIE also works with voice activation, you could set up up to just scream \"FUSION!!\" at it ^_^

Code: Select all

one = said(\"laser\") or said(\"lasers\") or said(\"super lasers\") or said(\"one\")
two = said(\"vulcan\") or said(\"vauss\") or said(\"rail gun\")or said(\"mass driver\") or said(\"two\")
three = said(\"microwave\") or said(\"napalm\") or said(\"fire\") or said(\"flame thrower\") or said(\"three\")
four = said(\"EMD\") or said(\"homer\") or said(\"plasma\") or said(\"green blobs\") or said(\"four\")
five = said(\"fusion\") or said(\"barneys\") or said(\"omega\") or said(\"five\")

say(\"Sorry Dave, i can't do that\") = said(\"open the pod doors hal\") or said(\"open the bay doors hal\")
say(\"Yes Dave?\") = said(\"Hal?\")
haha, i'm havin fun with this
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

i dont get it
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

oh wait, you don't need PPjoy afterall. All you need is PIE http://geocities.com/carl_a_kenner/pie.html .

Code: Select all

RightCtrl = mouse.LeftButton
- just grab PIE (it's small)
- paste that one line of code i just quoted into it, then
- click RUN.
- Then run descent3 and try your mouse-fusion. (PIE will be running it's constantly script in the background while you play descent3)
- (when you are done, press stop)

PIE is \"Programmable Input Emulator\" - it can make any input device emulate any other input device. What that one line of code is doing is pressing (and holding) the Right CTRL button everytime you press the left mouse button. It will keep doing this while it's running, so click stop on PIE after you're finished playing descent.
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

didnt work
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

Do you want help or not?

give me more than 2/3 word replys
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

sorry man, i was just in a shitty mood when i replied...

but um, i opened the program, put in the program you wrote, hit run, played d3, but still got the same result, as if i never had the program in the first place. i tried just pressing the control button anyway instead of the mouse to see if it worked, and fusion charges fine

so im stumped.
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

Turn on vsynch?
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

i tried just pressing the control button anyway instead of the mouse to see if it worked, and fusion charges fine
which CTRL, left or right?

the PIE script i gave to you emulates the RIGHT CTRL. but if you use the Left CTRL - then change it. You get what i mean yes? Use either:

Code: Select all

RightCtrl = mouse.LeftButton
or

Code: Select all

LeftCtrl = mouse.LeftButton
also you may want to edit your controls - delete your mouse fire setting. (hit Ctrl C while it's selected)

run the pie script and try again.
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

i dunno, doesnt seem pie is working at all... is there anything else i need to put in the program to make it work?
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

i was editing my post while you replied.

While PIE is \"running\" it's script, it works in everything until you \"stop\" it. ie: it will even work in notepad.

I'll walk you through it if you have an instant message program
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

yea my aim sn is chunkyrobot78

and it doesnt work with either control button...
User avatar
Grendel
3d Pro Master
3d Pro Master
Posts: 4390
Joined: Mon Oct 28, 2002 3:01 am
Location: Corvallis OR, USA

Post by Grendel »

Let's see.. Quoted from this post:
psionik wrote:If you have experienced:

Vauss firing from one side
AB stuttering
Fusion rapid fire or no/unreliable charge
Rapid fire MD

And you have to cap your fps to make it stop...
You no longer have to do that, or do any binding of mouse buttons to keys with special software, although this software works right over top of that with no problems for those you with 5 button or more mice. There is a program called PPJoy
(hehe) that will install a virtual joystick driver, and by running the accompanying PPJoyMouse and leaving it up you can emulate joystick button presses with your mouse.

After you Add the virtual stick using the control panel for ppjoy you have to click modify on the same panel and set the mappings for it, I set mine to have two axes, 3 buttons, and 1 hat. I do this because the driver looks for axes and a hat and if you dont have them there in the setup giving null input then it sees them as being cranked and screws up your attempts to map functions in game by mapping them all to POVUP as soon as you hit enter. Also the joystick driver fights with the mouse in the control setup screen so you have to click it a few times to get it to register with btn1, btn2, etc. but once it's done it's done. Furthermore, during the mapping setup it maps the mouse buttons to digital0-digital2 in order by default - the trick is that there is no button0 on a stick so the workaround is to switch the order.

mouse button 1 (primary weapon) = digital1
mouse button 2 (secondary weapon) = digital0
mouse button 3 (afterburner for me) = digital2

The point is to have digital0 on the mouse button that fires secondaries as they do not need to charge and so are unaffected by the framerate bug.

Make sure you run ppjoymouse before d3 and that d3 sees the joystick in the launcher setup, and you should be good to go.

Why is this better than X program that you already use? I don't know, but it rocks for me.

Don't forget to uncap :]
User avatar
roid
DBB Master
DBB Master
Posts: 9990
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

Battlebot wrote:and it doesnt work with either control button...
know what? i am in no mood for your lack of clarity.

(pixies in my brain stealin my seretonins! = grr @ everybody)
User avatar
Duper
DBB Master
DBB Master
Posts: 9214
Joined: Thu Nov 22, 2001 3:01 am
Location: Beaverton, Oregon USA

Post by Duper »

um..

just try un-installing your mouse and it's drivers.

Reboot.

Install both again.

reboot.

If it continues then. I would suggest reinstalling descent. If this happened suddenly, it suggests that something corrupted.
(assuming you didn't install anything new prior to this.

Also, do a thorough virus sweep. Use several different programs if you can.

Try the reinstall first though.
User avatar
Burlyman
DBB Admiral
DBB Admiral
Posts: 1275
Joined: Sun Oct 16, 2005 5:47 pm
Location: right behind you

Post by Burlyman »

heh...

I don't use PIE. It never worked on my computer. Try using PPJoy, set up a virtual joystick with at least 3 buttons and 1 hat switch. Then run PPJoyMouse in the background. There is a thread somewhere here on the DBB, but I can't search for it right now.
--Neo, the fourth greatest pilot in the universe
User avatar
Battlebot
DBB Captain
DBB Captain
Posts: 510
Joined: Sun Jun 22, 2003 2:01 am
Location: Texas

Post by Battlebot »

it works now, just reinstalled drivers for my mouse and keyboard and it works nicely now...thanks for the help guys
Post Reply