Need help!

Having technical difficulties with Supermodel? Last-minute wardrobe malfunction? Get help here.
Forum rules
Keep it classy!

  • No ROM requests or links.
  • Do not ask to be a play tester.
  • Do not ask about release dates.
  • No drama!

Need help!

Postby Hunk_4TH » Mon Nov 21, 2011 6:21 pm

Hey guys!

This may be a dumb question. But I can't seem to get force feedback to work at all using my 360 pad. I'm using a wireless one if that matters? I know force feedback works great on the model 2 emu with this pad. anywho I read in the read me that I had to open up the supermodel config file and set force feedback from 0 to 1 in order to enable it. However I don't have that option at all in my config file just global settings for my controller. I also tried "supermodel daytona2.zip -force-feedback but I get the following errors.

Error: Could not open 'daytona2.zip'
Error:Failed to load romset.

I also unzipped the files and used hashcalc to check the crc32 on the "drive boards"? and they matched with those in the read me. Any idea? These roms work as I run them perfectly via Hyperspin frontend. Just no feedback. I'm just so baffled with this :cry:
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Re: Need help!

Postby orimarc » Mon Nov 21, 2011 6:53 pm

Have you tried adding

Code: Select all
ForceFeedback = 1

at the config file? Remember that the config file only has the "basics" and you have to add the rest (it doesn't come with game-specific configs, for example)
User avatar
orimarc
 
Posts: 115
Joined: Tue Sep 27, 2011 9:17 am

Re: Need help!

Postby Hunk_4TH » Mon Nov 21, 2011 7:13 pm

Hey thanks for replying.

Hmm I figured that file also help other things? I read the read me again but still not sure how to enable this :(

Code: Select all
;
; Supermodel Configuration File
;

[ Global ]

ForceFeedback = 1
XInputConstForceThreshold = 30
XInputConstForceMax = 100
XInputVibrateMax = 100

InputStart1 = "JOY1_BUTTON8"
InputStart2 = "NONE"
InputCoin1 = "KEY_5"
InputCoin2 = "NONE"
InputServiceA = "KEY_F5"
InputServiceB = "NONE"
InputTestA = "KEY_9"
InputTestB = "NONE"
InputJoyUp = "JOY1_YAXIS_NEG"
InputJoyDown = "JOY1_YAXIS_POS"
InputJoyLeft = "JOY1_XAXIS_NEG"
InputJoyRight = "JOY1_XAXIS_POS"
InputJoyUp2 = "NONE"
InputJoyDown2 = "NONE"
InputJoyLeft2 = "NONE"
InputJoyRight2 = "NONE"
InputPunch = "JOY1_BUTTON3"
InputKick = "JOY1_BUTTON4"
InputGuard = "JOY1_BUTTON1"
InputEscape = "JOY1_BUTTON2"
InputPunch2 = "NONE"
InputKick2 = "NONE"
InputGuard2 = "NONE"
InputEscape2 = "NONE"
InputShift = "NONE"
InputBeat = "NONE"
InputCharge = "NONE"
InputJump = "NONE"
InputShortPass = "NONE"
InputLongPass = "NONE"
InputShoot = "NONE"
InputShortPass2 = "NONE"
InputLongPass2 = "NONE"
InputShoot2 = "NONE"
InputSteeringLeft = "JOY1_XAXIS_NEG"
InputSteeringRight = "JOY1_XAXIS_POS"
InputSteering = "NONE"
InputAccelerator = "JOY1_RZAXIS_POS"
InputBrake = "JOY1_ZAXIS_POS"
InputGearShift1 = "JOY1_RYAXIS_NEG"
InputGearShift2 = "JOY1_RYAXIS_POS"
InputGearShift3 = "JOY1_RXAXIS_NEG"
InputGearShift4 = "JOY1_RXAXIS_POS"
InputGearShiftN = "JOY1_POV1_LEFT"
InputGearShiftUp = "JOY1_POV1_UP"
InputGearShiftDown = "JOY1_POV1_DOWN"
InputVR1 = "JOY1_BUTTON3"
InputVR2 = "JOY1_BUTTON4"
InputVR3 = "JOY1_BUTTON1"
InputVR4 = "JOY1_BUTTON2"
InputViewChange = "KEY_P+JOY1_BUTTON10"
InputHandBrake = "JOY1_BUTTON6"
InputTwinJoyTurnLeft = "NONE"
InputTwinJoyTurnRight = "NONE"
InputTwinJoyForward = "NONE"
InputTwinJoyReverse = "NONE"
InputTwinJoyStrafeLeft = "NONE"
InputTwinJoyStrafeRight = "NONE"
InputTwinJoyJump = "NONE"
InputTwinJoyCrouch = "NONE"
InputTwinJoyLeft1 = "NONE"
InputTwinJoyLeft2 = "NONE"
InputTwinJoyRight1 = "NONE"
InputTwinJoyRight2 = "NONE"
InputTwinJoyUp1 = "NONE"
InputTwinJoyUp2 = "NONE"
InputTwinJoyDown1 = "NONE"
InputTwinJoyDown2 = "NONE"
InputTwinJoyShot1 = "NONE"
InputTwinJoyShot2 = "NONE"
InputTwinJoyTurbo1 = "NONE"
InputTwinJoyTurbo2 = "NONE"
InputAnalogJoyLeft = "JOY1_XAXIS_NEG"
InputAnalogJoyRight = "JOY1_XAXIS_POS"
InputAnalogJoyUp = "JOY1_YAXIS_NEG"
InputAnalogJoyDown = "JOY1_YAXIS_POS"
InputAnalogJoyX = "JOY1_XAXIS_INV"
InputAnalogJoyY = "NONE"
InputAnalogJoyTrigger = "NONE"
InputAnalogJoyEvent = "NONE"
InputGunLeft = "NONE"
InputGunRight = "NONE"
InputGunUp = "NONE"
InputGunDown = "NONE"
InputGunX = "NONE"
InputGunY = "NONE"
InputTrigger = "NONE"
InputOffscreen = "NONE"
InputAutoTrigger = 0
InputGunLeft2 = "NONE"
InputGunRight2 = "NONE"
InputGunUp2 = "NONE"
InputGunDown2 = "NONE"
InputGunX2 = "NONE"
InputGunY2 = "NONE"
InputTrigger2 = "NONE"
InputOffscreen2 = "NONE"
InputAutoTrigger2 = 0

DirectInputConstForceMax=100
DirectInputSelfCenterMax=100
DirectInputVibrateMax=100
DirectInputFrictionMax=100
XInputConstForceThreshold=35
XInputConstForceMax=100
XInputVibrateMax=100
There's my edited config file still no luck.
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Re: Need help!

Postby Bart » Mon Nov 21, 2011 7:59 pm

Make sure you are using XInput. Use the '-input-system=xinput' command line option.
User avatar
Bart
Site Admin
 
Posts: 3086
Joined: Thu Sep 01, 2011 2:13 pm
Location: Reno, Nevada

Re: Need help!

Postby Hunk_4TH » Mon Nov 21, 2011 8:02 pm

I tried that like so supermodel daytona2.zip -input-system=xinput and it says Error: Could not open 'daytona2.zip'
Error:Failed to load romset. Though the roms are good as they run perfectly fine launching via Hyperspin frontend They also work through a few of the supermodel frontends. Not sure whats going on :(
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Re: Need help!

Postby Bart » Mon Nov 21, 2011 9:52 pm

Hyperspin probably has them stored somewhere else.
User avatar
Bart
Site Admin
 
Posts: 3086
Joined: Thu Sep 01, 2011 2:13 pm
Location: Reno, Nevada

Re: Need help!

Postby Hunk_4TH » Mon Nov 21, 2011 10:18 pm

Nah, the roms path in Hyperspin is set to the roms folder in my Model 3 folder. Hmm I got it run in the command line now. But still no feedback :(
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Re: Need help!

Postby Bart » Mon Nov 21, 2011 10:59 pm

Paste your error.log here.
User avatar
Bart
Site Admin
 
Posts: 3086
Joined: Thu Sep 01, 2011 2:13 pm
Location: Reno, Nevada

Re: Need help!

Postby Hunk_4TH » Mon Nov 21, 2011 11:12 pm

Code: Select all
Supermodel v0.2a Error Log
--------------------------

Started as:
   argv[0] = supermodel
   argv[1] = -res=1024,768
   argv[2] = -ppc-frequency=41
   argv[3] = -input-system=xinput
   argv[4] = -force-feedback
   argv[5] = .\roms\dayto2pe.zip

OpenGL information:
                   Vendor: ATI Technologies Inc.
                 Renderer: ATI Radeon HD 4600 Series
                  Version: 3.3.11161 Compatibility Profile Context
 Shading Language Version: 3.30
Maximum Vertex Array Size: 2147483647 vertices
     Maximum Texture Size: 8192 texels
Maximum Vertex Attributes: 29
  Maximum Vertex Uniforms: 16384

Program settings:
   XResolution               = 1024
   YResolution               = 768
   FullScreen                = 0
   Throttle                  = 1
   ShowFrameRate             = 0
   InputSystem               = xinput
   FlipStereo                = 0
   DirectInputConstForceMax  = 100
   DirectInputSelfCenterMax  = 100
   DirectInputFrictionMax    = 100
   DirectInputVibrateMax     = 100
   XInputConstForceThreshold = 30
   XInputConstForceMax       = 100
   XInputVibrateMax          = 100
   MultiThreaded             = 1
   PowerPCFrequency          = 41
   EmulateSound              = 1
   EmulateDSB                = 1
   SoundVolume               = 100
   MusicVolume               = 100
   ForceFeedback             = 1
   VertexShader              =
   FragmentShader            =

Audio device information:
    Frequency: 44100
     Channels: 2
Sample Format: 32784

Static vertex buffer size: 61.42 MB
Dynamic vertex buffer size: 5.62 MB
Program terminated normally.
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Re: Need help!

Postby Hunk_4TH » Tue Nov 22, 2011 7:12 am

I seemed to have gotten it to work. I deleted my Super model files and redownloaded/copied them over and then put the force feedback settings into the config file again and bam it worked. Thanks Bart for such an awesome emulator! I've been playing the crap out of Daytona 2 Power Edition lately :)
User avatar
Hunk_4TH
 
Posts: 21
Joined: Tue Oct 11, 2011 2:14 pm

Next

Return to The Fitting Room

Who is online

Users browsing this forum: No registered users and 1 guest

cron