weaveR Posted September 20, 2013 Author Share Posted September 20, 2013 Oh I wanted FunkyFr3sh's hotkeys does that mean it's okay to copy and paste hotkeys from RA? Wouldn't that mean you would have invalid entry for things such as queing? Link to comment Share on other sites More sharing options...
Iran Posted September 20, 2013 Share Posted September 20, 2013 Open the INI file and change the assigned key. You can find a list of key values here: http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx convert the hexadecimal number (the number starting with '0x') to decimal then put it in the INI under the right key name. Link to comment Share on other sites More sharing options...
weaveR Posted September 20, 2013 Author Share Posted September 20, 2013 Here's FunkyFr3sh's hotkeys if anyones interested. [WinHotkeys] KeySidebarToggle=9 KeyScatter=88 KeyStop=83 KeyGuard=71 KeyNext=78 KeyBase=72 KeyResign=35 KeyAlliance=65 KeyBookmark1=120 KeyBookmark2=32 KeyBookmark3=82 KeyBookmark4=87 KeyRepairToggle=84 KeySellToggle=90 KeyMapToggle=86 KeySidebarUp=68 KeySidebarDown=70 KeyTeam1=49 KeyTeam2=50 KeyTeam3=51 KeyTeam4=52 KeyTeam5=53 KeyTeam6=54 KeyTeam7=55 KeyTeam8=56 KeyTeam9=57 KeyTeam10=48 KeyForceMove1=18 KeyForceMove2=18 KeyForceAttack1=17 KeyForceAttack2=17 KeySelect1=16 KeySelect2=16 KeyScrollLeft=37 KeyScrollRight=39 KeyScrollUp=38 KeyScrollDown=40 KeySelectView=69 Edit: Forgot to change some keys also found a few bugs - KeyMapToggle=86 dosen't work and multiplayer dosen't work anymore there is no connecting screen just main menu. Link to comment Share on other sites More sharing options...
Iran Posted September 20, 2013 Share Posted September 20, 2013 I added code to support the map toggle key, like RA95 has. It defaults to the 'U' key: https://dl.dropboxusercontent.com/u/21865790/cnc95_hotkeys.exe Link to comment Share on other sites More sharing options...
weaveR Posted September 20, 2013 Author Share Posted September 20, 2013 I added code to support the map toggle key, like RA95 has. It defaults to the 'U' key: https://dl.dropboxusercontent.com/u/21865790/cnc95_hotkeys.exe Cool works great. Edit: Multiplayer doesn't work again and could you add "end" as resign? KeyResign=35 Link to comment Share on other sites More sharing options...
Iran Posted September 21, 2013 Share Posted September 21, 2013 "End" as resign works for me, do you have numlock off/on? Ask Funky about spawner support. Link to comment Share on other sites More sharing options...
weaveR Posted September 21, 2013 Author Share Posted September 21, 2013 I have numlock on to get it working I had to add "KeyResign=35" to conquer.ini. Also your .exe doesn't work online. Link to comment Share on other sites More sharing options...
Iran Posted September 21, 2013 Share Posted September 21, 2013 "I have numlock on to get it working I had to add "KeyResign=35" to conquer.ini." Yes that's the idea, you configure the hotkeys in conquer.ini. "Also your .exe doesn't work online." I know, bug hifi or FunkyFr3sh about that. Link to comment Share on other sites More sharing options...
Iran Posted September 26, 2013 Share Posted September 26, 2013 There's a bug that causes holding Ctrl while pressing some certain alphabetical keys to register as the same internal key value as holding Ctrl while pressingone of the f1-12 keys. It's from 1.06c and I'm not sure if it's a Westwood bug or added by 1.06c. For example in 1.06c holding ctrl+x gives the same effect as holding ctrl+f9. Link to comment Share on other sites More sharing options...
Nyerguds Posted September 28, 2013 Share Posted September 28, 2013 I'll check it out on 1.04. Never modified that though; heck, don't even know how the game handles F-keys. Link to comment Share on other sites More sharing options...
Iran Posted September 28, 2013 Share Posted September 28, 2013 I checked Keyboard_Process() and it uses the virtual keycode for the F-keys. It does some modifications to for certain keys to support capital and non-capital letters as ASCII. For example F3 has virtual key value 0x72, the letter 'r' has ASCII code 0x72 and the capital letter 'R' has the value 0x52. For some reason pressing ctrl+R key gives 0x72. Link to comment Share on other sites More sharing options...
Nyerguds Posted September 28, 2013 Share Posted September 28, 2013 Hah. Reminds me of the problems I had with arrow keys in my Dune II editor. It turned out that actually, special function keys sent TWO codes; a 00 and THEN their code, which was what differentiated the two. Had to write special code to catch the second "keypress" in case such a 00 was detected. Link to comment Share on other sites More sharing options...
Iran Posted September 28, 2013 Share Posted September 28, 2013 I have to fix the caps lock issue RiseOfBane reported but other than those two bugs the code works. Not sure if I'll look into the ctrl+x issue I mentioned. It's vital for being able to use certain hotkeys properly but I don't have time to look into it. Link to comment Share on other sites More sharing options...
weaveR Posted January 3, 2014 Author Share Posted January 3, 2014 Can /install custom-hotkeys be fixed pls? Link to comment Share on other sites More sharing options...
FunkyFr3sh Posted January 3, 2014 Share Posted January 3, 2014 its not needed anymore, everyone got the working file now Link to comment Share on other sites More sharing options...
weaveR Posted January 3, 2014 Author Share Posted January 3, 2014 its not needed anymore, everyone got the working file now Not me link pls? Link to comment Share on other sites More sharing options...
FunkyFr3sh Posted January 3, 2014 Share Posted January 3, 2014 you got it too, but you have to add the hotkeys to the .ini file on your own now [WinHotkeys] KeySidebarToggle=9 KeyScatter=88 KeyStop=83 KeyGuard=71 KeyNext=78 KeyBase=72 KeyResign=35 KeyAlliance=65 KeyBookmark1=86 KeyBookmark2=32 KeyBookmark3=82 KeyBookmark4=87 KeyRepairToggle=84 KeySellToggle=89 KeyMapToggle=86 KeySidebarUp=68 KeySidebarDown=70 KeyTeam1=49 KeyTeam2=50 KeyTeam3=51 KeyTeam4=52 KeyTeam5=53 KeyTeam6=54 KeyTeam7=55 KeyTeam8=56 KeyTeam9=57 KeyTeam10=48 KeyForceMove1=18 KeyForceMove2=18 KeyForceAttack1=17 KeyForceAttack2=17 KeySelect1=16 KeySelect2=16 KeyScrollLeft=37 KeyScrollRight=39 KeyScrollUp=38 KeyScrollDown=40 KeySelectView=69 you probably need to switch Y and Z cause i got a qwertz keyboard Link to comment Share on other sites More sharing options...
weaveR Posted January 4, 2014 Author Share Posted January 4, 2014 Thanks what are your bookmark buttons again? I know there's "W" and "R" but I can't remember the other ones it's been a while... Link to comment Share on other sites More sharing options...
FunkyFr3sh Posted January 4, 2014 Share Posted January 4, 2014 w r v space Link to comment Share on other sites More sharing options...
weaveR Posted April 29, 2014 Author Share Posted April 29, 2014 FunkyFr3sh's hotkeys seem to be pretty logical to me only thing I changed was sell I made that "Z". Not sure what Funky made his sell button. Link to comment Share on other sites More sharing options...
Jacko Posted April 29, 2014 Share Posted April 29, 2014 Best thing to do imo is set space to repair. So fast Link to comment Share on other sites More sharing options...
weaveR Posted April 30, 2014 Author Share Posted April 30, 2014 I use space for a bookmark and "T" for repair which is right next to "R" which I use as another bookmark so it's fast for me too to use "T" for repair because I can press it quickly So beats the shit out of trying to hit the repair button quickly and missing it then wondering why your building isn't repairing then BOOM lol Link to comment Share on other sites More sharing options...
FunkyFr3sh Posted January 4, 2015 Share Posted January 4, 2015 Time to bump an super old thread I updated ccconfig, get it here: http://funkyfr3sh.cncnet.org/files/td/CCConfig.exe Link to comment Share on other sites More sharing options...
fir3w0rx Posted January 4, 2015 Share Posted January 4, 2015 [*]Does the auto-update automatically download this? [*]What are the changes? Link to comment Share on other sites More sharing options...
cn2mc Posted January 4, 2015 Share Posted January 4, 2015 Nice, no need to explain to people how to set them and where to look up DEC values for their keys. 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