Announcement

Collapse
No announcement yet.

a stable autoexec.cfg...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • a stable autoexec.cfg...

    Anyone have a stable autoexec.cfg for use of a extreme 3d pro joystick in darkplaces-sdl quake..? Mine just won't work right for some reason..
    I love using it... Any help out there..?
    lentmain (a newby..)

  • #2
    If no one here can help you, I believe Hypno who plays on the RuneQuake server (connect quake.shmack.net:26000) uses a joystick so perhaps she might be able to point you in the right direction.

    Hope this helps

    Monty
    Mr.Burns
    "Helping to keep this community friendly, helpful, and clean of spammers since 2006"
    WWW: Quake Terminus , QuakeVoid You Tube: QuakeVoid
    Servers: Quake.shmack.net, damage.servequake.com

    News: JCR's excellent ctsj_jcr map is being ported to OOT

    Comment


    • #3
      If you get really stuck, you could use a program like joy2key, It lets you remap keyboard & mouse controls to your joystick.

      Also you could use Xpadder or PGP but you have to pay for them.

      I know the Xb360 pad works great (with minimal mucking about) as I use it sometimes with Darkplaces.



      ...
      Username : Atomic Robokid on Steam

      Please check out my Quake made things:

      https://www.indiedb.com/games/run-over
      https://adam-freeman.itch.io/hazard
      https://adam-freeman.itch.io/diver
      https://adam-freeman.itch.io/beyond

      Comment


      • #4
        Code:
        // Joystick test stuff. 
        joy_enable 1
        joy_active 1
        joyadvanced 1
        joyadvaxisx 3
        joyadvaxisy 1
        joyadvancedupdate
        +mlook
        
        //my custom binds
        bind joy7 "pause;play misc/menu2.wav"
        bind joy8 "menu_load;play misc/menu3.wav"
        bind joy9 "save quick;bf"

        These are more advanced options.

        Code:
        // Joystick test stuff. 
        joy_enable 1
        joy_active 1
        joyadvanced 1
        joy_axisside 0
        joy_axisforward 1
        joy_axisup 2
        joy_axisyaw 3
        joy_axispitch 5
        joy_sensitivityside 1
        joy_sensitivityforward -1
        joy_sensitivityup -1
        joy_sensitivityyaw -1
        joy_sensitivitypitch -1
        joy_deadzoneside 0
        joy_deadzoneforward 0
        joy_deadzoneup 0
        joy_deadzoneyaw 0
        joy_deadzonepitch 0
        joyadvaxisx 3
        joyadvaxisy 1
        joyadvancedupdate
        +mlook
        //my custom binds
        bind joy7 "pause;play misc/menu2.wav"
        bind joy8 "menu_load;play misc/menu3.wav"
        bind joy9 "save quick;bf"
        I was able to use the above with my joystick and it worked out of the box. Could you explain more about what isn't working correctly? The rest of the binds you can do in game if you want and then go into your config.cfg and copy them over to your autoexec.cfg
        Last edited by PrimalLove; 09-10-2014, 01:30 PM.

        Comment


        • #5
          your coding works great.... thanks alot... i owe you a pizza...................
          lentmain

          Comment


          • #6
            @lentmain

            No problem! I see you are new so welcome to Quakeone.com! Keep on Quakin. And drop by HERE to introduce yourself.

            Comment

            Working...
            X