You put the patch02.pak file in the same directory as your carrier.exe? That should be all it takes. For Steam that's usually
Steam\steamapps\common\Carrier Command Gaea Mission
When you press the keys do any messages appear? It should print some text to the screen (like when it does when you're under attack) saying "filled stockpile"/etc.
yea, I placed it in the proper place (otherwise it would not have worked at all)
when i clicked on ], i got a message about the stock pile, and 5000 meterials, the other 2 key presses gave me no such message.
Plus, my ~ key doesnt respond w/ the fake patch. wonder if there's something to do with the keyboard layout in windows/game, but if that was the case, you'd think a few more people would have the same issue. Im running Win7Ult 64bit, in the US w/ English (US) keyboard layout if that helps
***
edit
after downloading the new one, here's what I get:
\ = Carrier was Filled up
] = Stockpile was filled up, 5000 meterals was added
/ = all units insta-docked
[ = nothing
[Edited by SiCwan, 12/27/2012 1:20:08 PM]
You put the patch02.pak file in the same directory as your carrier.exe? That should be all it takes. For Steam that's usually
Steam\steamapps\common\Carrier Command Gaea Mission
When you press the keys do any messages appear? It should print some text to the screen (like when it does when you're under attack) saying "filled stockpile"/etc.
yea, I placed it in the proper place (otherwise it would not have worked at all)
when i clicked on ], i got a message about the stock pile, and 5000 meterials, the other 2 key presses gave me no such message.
Plus, my ~ key doesnt respond w/ the fake patch. wonder if there's something to do with the keyboard layout in windows/game, but if that was the case, you'd think a few more people would have the same issue. Im running Win7Ult 64bit, in the US w/ English (US) keyboard layout if that helps
***
edit
after downloading the new one, here's what I get:
\ = Carrier was Filled up
] = Stockpile was filled up, 5000 meterals was added
/ = all units insta-docked
[ = nothing
[Edited by SiCwan, 12/27/2012 1:20:08 PM]
That is really odd ... yes, it probably has something to do with keyboard layouts ... Here are the actual hex keycodes being used ... maybe that can help you test if another key on your keyboard matches that code.
Instant Dock - KC_SLASH - 0x35
Fill stockpile - KC_LBRACKET - 0x1a
Fill carrier - KC_RBRACKET - 0x1b
Invincibility - KC_BACKSLASH - 0x2b
BTW I have Win7 64 with US/English keyboard layout as well, so that's pretty odd.
I chose those hotkeys since I was trying to avoid conflicts with keys used in the game and avoid keys usually used by trainers (numpad). I could maybe change them to F keys.
If you have Python installed you can try changing the keys without waiting on me if you get the CarrierTools python script. You can use CarrierTools to unpack the patch02.pak file, then open scripts/ccgame.c and do a search for KC_SLASH, that should get you to the section with the modded code (around line 7647).
If you need a list of the keycodes you can unpack the data02.cc file and look in scripts/keys.h
(edit) - Quick question just to rule out a possibility, do you have any utilities/programs that remap keys or do macros or anything?
[Edited by crayo, 12/27/2012 1:54:22 PM]