Page 2 of 3

Posted: Sat Jul 02, 2011 1:28 am
by hardmanm
Thanks MAD for the screenshots, it looks really good with them added.

Re: Zinc Gamebase

Posted: Sat Mar 27, 2021 9:37 am
by Fox Mulder
@Seiya

https://1337x.to/torrent/552559/Zinc-Gamebase/
Download 6,2% :(
Torrent is dead, please reupload
Thanks :)

Re: Zinc Gamebase

Posted: Sat Mar 27, 2021 3:42 pm
by .mad.

Re: Zinc Gamebase

Posted: Sat Mar 27, 2021 8:22 pm
by Fox Mulder
Thanks .mad. :)

Re: Zinc Gamebase

Posted: Sun Mar 28, 2021 10:42 am
by Seiya
if you downloaded Zinc by .mad you can ignore my PM.

Re: Zinc Gamebase

Posted: Wed Mar 31, 2021 10:54 am
by manguan
Hi .mad.
Any chance of full screen and xbox 360 gamepad play?
Thanks.

Re: Zinc Gamebase

Posted: Thu May 27, 2021 6:49 pm
by .mad.
manguan wrote:
Wed Mar 31, 2021 10:54 am
Any chance of full screen and xbox 360 gamepad play?
for full screen edit the renderer.cfg in the "zinc" folder.


for controller.
run ZiNcGUI.exe
click setup controller.
edit the buttons for your pad.
save the config name "manguan.cfg".

add this to top of script
ADD_CLP( --use-controller-cfg-file=manguan.cfg)

Re: Zinc Gamebase

Posted: Fri May 28, 2021 5:36 am
by manguan
Thank you .mad.

Re: Zinc Gamebase

Posted: Fri May 28, 2021 12:17 pm
by manguan
Full screen works...

But wheh I add controller line to the script the games don't launch... :oops:

Re: Zinc Gamebase

Posted: Fri May 28, 2021 2:10 pm
by danuota
Gamebase games don't start for me. If i launch ZincGui out of Gamebase obviously yes.

Re: Zinc Gamebase

Posted: Fri May 28, 2021 2:44 pm
by .mad.
It must need to be in the correct place to work.

Try adding controller line here (before renderer).
ElseIf Key_name CONTAINS (71||Heaven's Gate||hvnsgate)
Add_CLP(71 --use-controller-cfg-file=manguan.cfg --use-renderer-cfg-file=renderer.cfg --renderer=d3d_renderer.znc)

or here (before run emulator)

ADD_CLP( --use-controller-cfg-file=manguan.cfg)

End IF
Run_Emulator()

Re: Zinc Gamebase

Posted: Fri May 28, 2021 3:17 pm
by manguan
First case: game doesn't start.
Second case: game starts but joystick doesn't work.

What I can't see is manguan.cfg file...

Re: Zinc Gamebase

Posted: Sat May 29, 2021 9:48 am
by .mad.
manguan wrote:
Fri May 28, 2021 3:17 pm
Second case: game starts but joystick doesn't work.

What I can't see is manguan.cfg file...
ok, i have done some looking into this problem.
seems there are 4 types of game /controller key configs that need setting up.
; ZN1 : 6 btns
; S11 : 11 btns + 2 special btn
; KN1 : 2 btns
; RZ : 3 btns

also there is slightly updated "controller.znc".

This sample script attached is working with my setup.
copy all .cfg files to c:\gamebase\zinc (same folder as zinc.exe)

*if you configure 2 joypads and only have 1 attached to the PC.
it fails to load rom with error.

Re: Zinc Gamebase

Posted: Sun May 30, 2021 1:06 pm
by manguan
Thanks .mad., but I have no luck...

I create ZN1.cfg layout with ZiNcGUI.exe, launch any game and joystick works. But it doesn't when I launch the game from Zinc GB.

Do I have to do any additional configuration?

EDIT:
Joystick do works launching games in GB. I didn't realize because buttons change. For example, coin button is 4-Axis push button and not Back one...

Re: Zinc Gamebase

Posted: Sun May 30, 2021 2:05 pm
by manguan
Playing vertical-screen games in fullscreen, the screen becomes horizontal.
Any fix for that?