xana Posted March 29, 2010 Share Posted March 29, 2010 Hello, I want to use this mod : Take Cover V2 , a great mod But the keys are make for QWERTY keyboard and I'm french, so I use an AZERTY keyboard, like this : How can I modify this to use the A and E keys on my keyboard ? Thanks for all Link to comment Share on other sites More sharing options...
Dutchy3010 Posted March 29, 2010 Share Posted March 29, 2010 1. Download SannyBuilder -> http://sannybuilder.com/ 2. Download the mod 3. Open CoverL.cs 4. Look for opcode "0AB0: key_pressed 69". 69 is "E", if you want to change this key, you have to change this number. 5. Compile it to your CLEO directory. 6. Open CoverR.cs 7.. Look for opcode "0AB0: key_pressed 81". 81 is "Q". You might want to change this key, change this number. If you want it to be an A, you have to use "65". 8. Compile it to your CLEO directory. If you ever want to change something to another number and you don't know which number you have to use, you can look in the SannyBuilder help files: Help > Contents > SCM Documentation > Keypress Numbers. If you can't find it there, you can look at Help > Contents > Cleo 3 Code Library > Virtual Key Codes. BTW, you aren't allowed to distribute those files if you don't have permission. DYOM - Create, play, share! Link to comment Share on other sites More sharing options...
Gramps Posted May 16, 2010 Share Posted May 16, 2010 1. Download SannyBuilder -> http://sannybuilder.com/2. Download the mod 3. Open CoverL.cs 4. Look for opcode "0AB0: key_pressed 69". 69 is "E", if you want to change this key, you have to change this number. 5. Compile it to your CLEO directory. 6. Open CoverR.cs 7.. Look for opcode "0AB0: key_pressed 81". 81 is "Q". You might want to change this key, change this number. If you want it to be an A, you have to use "65". 8. Compile it to your CLEO directory. If you ever want to change something to another number and you don't know which number you have to use, you can look in the SannyBuilder help files: Help > Contents > SCM Documentation > Keypress Numbers. If you can't find it there, you can look at Help > Contents > Cleo 3 Code Library > Virtual Key Codes. BTW, you aren't allowed to distribute those files if you don't have permission. And how would I go about doing this when using a XBOX Controller for PC? There are quite a few cleo mods i haven't installed (that I would like to) but haven't because I do not want to be using the keyboard at all to be playing my games. Thanks Dutchy ! Link to comment Share on other sites More sharing options...
spaceeinstein Posted May 16, 2010 Share Posted May 16, 2010 It's probably better to use opcode 00E1. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now