| View previous topic :: View next topic |
| Author |
Message |
8BitBrain New Member
Joined: 12 Jan 2011 Posts: 12 GB64-Points: 12
|
Posted: Thu Jan 20, 2011 9:32 am Post subject: CCS64 Default Settings |
|
|
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 |
|
| Back to top |
|
 |
.mad. Outstanding Member


Joined: 19 Jun 2005 Posts: 984 GB64-Points: 2764 Location: Lancashire, England
|
Posted: Thu Jan 20, 2011 2:40 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|