Page 1 of 1

CCS64 Default Settings

Posted: Thu Jan 20, 2011 9:32 am
by 8BitBrain
First: THANKS all for all the help. I have the frontend working, 20,000+ games available and I couldn't have done it without you. Even my 6 year old grandson is having a great time with the old 64 games.

Q: In CCS64 is there a way to save a default for joysticks, full screen and the like? With every game I have to manually setup joystick ports and such.

Take care all and thanks again !

John in Ohio

Posted: Thu Jan 20, 2011 2:40 pm
by .mad.
all you need to do is edit the CCS64.txt in the scripts folder.

change the default to your joystick settings.

search for these lines in the script
-------------
If Control = JoyPort2
; CONTROLPORT2||1) = Joystick
; CONTROLPORT2MODE||17) = Key-Set 2 (Numpad and CTRL)

Set_CFG_Value(1||$CONTROLPORT2||1)
Set_CFG_Value(1||$CONTROLPORT2MODE||17)
-------------------------
change (17) with (0) if you are using a USB game pad.


;New settings for Control Ports in CCS64 v3.8
;
;0 = None
;1 = Joystick
;2 = Mouse
;3 = Paddles
;
;Control Port Mode
;
; 0 = PC Gameport 1
; 1 = PC Gameport 2
; 2 = PC Gameport 3
; 3 = PC Gameport 4
; 4 = PC Gameport 5
; 5 = PC Gameport 6
; 6 = PC Gameport 7
; 7 = PC Gameport 8
; 8 = PC Gameport 9
; 9 = PC Gameport 10
;10 = PC Gameport 11
;11 = PC Gameport 12
;12 = PC Gameport 13
;13 = PC Gameport 14
;14 = PC Gameport 15
;15 = PC Gameport 16
;16 = Key-Set 1
;17 = Key-Set 2
;18 = Key-Set 3
;19 = Adapter Port 1
;20 = Adapter Port 2