Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Im trying to get Zinc to run with GameEx all is working now except I cannot get it to point to my controller config...

Im using winterblasts input addon and I used ZincFE to set up the controller buttons...once set I then made...

ZINC.CFG to add in GameEx Config so that It will launch all options with --use-config-file=zinc.cfg

With in Zinc.cfg I have....

-----

;default setup

--sound-filter-enable=yes

--renderer=c:\zinc\d3d_renderer.znc

--controller=c:\zinc\pcfg\controller.znc

--use-controller-cfg-file=c:\zinc\pcfg\controller.cfg

-----

nothing will work it just hangs then goes back to GameEx...if I run command line or with ZINCFe it works fine...

If I remove the line --use-controller-cfg-file=c:\zinc\pcfg\controller.cfg it loads but does not have my buttons set up....really frustrating does anyone know what I could be doing wrong?

And yes I noticed I spelled Zinc wrong in the topic whoops =P

Posted

I tried using a Zinc.cfg file and it didn't work for me either. I just specified the options in the GameEx configuration instead. I use this setup and it works fine for me:

For the GameEx configuration I use these options:

UseZinc=True

ZincEXE=ZiNc.exe

ZincPath=C:\Zinc

ZincOptions=--renderer=C:\Zinc\renderer.znc --use-renderer-cfg-file=C:\Zinc\renderer.cfg --controller=.\controller.znc --use-controller-cfg-file=.\controller.cfg

Here is my renderer.cfg file:

; ogl/d3d renderer settings

XSize = 640 ; Window/fullscreen X size

YSize = 480 ; Window/fullscreen Y size

FullScreen = 1 ; Fullscreen mode: 0/1

ColorDepth = 32 ; Fullscreen color depth: 16/32

ScanLines = 0 ; Scanlines: 0=none, 1=black, 2=bright

Filtering = 0 ; Texture filtering: 0-3 (filtering causes glitches!)

Blending = 1 ; Enhanced color blend: ogl: 0/1; D3D: 0-2

Dithering = 0 ; Dithering: 0/1 (only needed in 16 bit color depths)

ShowFPS = 0 ; FPS display on startup: 0/1

FrameLimitation = 1 ; Frame limit: 0/1

FrameSkipping = 0 ; Frame skip: 0/1

FramerateDetection = 1 ; Auto framerate detection: 0/1

FramerateManual = 100 ; Manual framerate: 0-1000

TextureType = 3 ; Textures: 0=card's default, 1=4 bit, 2=5bit, 3=8bit

TextureCaching = 2 ; Caching type: 0-3, def=2, mode 3 is not available on most cards

EnableKeys = 1 ; Enable renderer keys: 0/1, def=1 (enables keys for the fps menu/pause)

FastExcel = 0 ; Speed hack for SF 'excel' modes. Will cause glitches if enabled!

Here is my controller.cfg file (it is mapped to the keys I use so it might not be of any use to you)

[general]

noerrror=1

output=C:\Zinc\ControllerError.log

[all]

test=k2b

services=k1b

[player1]

useMM=1

coin=k06

start=k02

up=kc8

down=kd0

right=kcd

left=kcb

btn1=k2c

btn2=k2d

btn3=k2e

btn4=k34

btn5=k39

btn6=k33

btn9=k35

btn10=k34

btn11=k39

btn12=k33

btn13=k2c

[player2]

useMM=1

coin=k07

start=k03

up=k13

down=k21

right=k22

left=k20

btn1=k17

btn2=k25

btn3=k24

btn4=k1f

btn5=k10

btn6=k11

btn9=k1e

btn10=k1f

btn11=k10

btn12=k11

btn13=k17

Guest
This topic is now closed to further replies.
×
×
  • Create New...