Jump to content

Keybind commands


Drakous79

Recommended Posts

  • Replies 194
  • Created
  • Last Reply

Top Posters In This Topic

Okay, I can confirm keybind commands are working with EW.

 

Put this at the end of DefaultInput.ini:

[XComGame.XComTacticalInput]
.Bindings=(Name="F12", Command="exec tactical.txt")
[Engine.PlayerInput]
.Bindings=(Name="F12", Command="exec strategy.txt")

Create tactical.txt and strategy.txt files in XCom-Enemy-Unknown\XEW\Binaries\ and put commands into them. Then press F12 in the game.

 

Detailed info in Wiki's article Keybind Commands - XCOM:EU 2012.

 

http://i.imgur.com/LNMFpnD.jpg

 

Btw GiveResource Meld 321.

 

Happy testing :smile:

Link to comment
Share on other sites

ToggleDebugCamera seems to be tied to IsRetailGame check, which enables or disables Developer's Shell. The check could be switched by editing the game's executable and that is something we have not done for EW yet.

 

I'll post if I find how to switch it.

Link to comment
Share on other sites

Monkeybreadman, for Toggledebugcamera you will have to edit XComEW.exe

 

Get some hex editor like HxD, backup the executable, open it in the editor, search and replace (CTRL+R in HxD, Datatype Hex-values):

 

Search: 44 24 08 C7 00 01 00 00 00 C2 08 00 8B 4C 24 08 C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC

Replace: 44 24 08 C7 00 00 00 00 00 C2 08 00 8B 4C 24 08 C7 01 00 00 00 00 C2 08 00 CC CC CC CC CC CC CC

 

Save, enjoy. If things go weird, use backup of the executable.

 

 

Astagar I know only about GiveXP 100, where 100 is an integer of how much to give.

Link to comment
Share on other sites

Is there any way to manipulate soldiers stats with those commands ?

 

 

Monkeybreadman, for Toggledebugcamera you will have to edit XComEW.exe

 

Get some hex editor like HxD, backup the executable, open it in the editor, search and replace (CTRL+R in HxD, Datatype Hex-values):

 

Search: 44 24 08 C7 00 01 00 00 00 C2 08 00 8B 4C 24 08 C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC

Replace: 44 24 08 C7 00 00 00 00 00 C2 08 00 8B 4C 24 08 C7 01 00 00 00 00 C2 08 00 CC CC CC CC CC CC CC

 

Save, enjoy. If things go weird, use backup of the executable.

 

 

Astagar I know only about GiveXP 100, where 100 is an integer of how much to give.

Thanks :blush:

Link to comment
Share on other sites

Monkeybreadman, for Toggledebugcamera you will have to edit XComEW.exe

 

Get some hex editor like HxD, backup the executable, open it in the editor, search and replace (CTRL+R in HxD, Datatype Hex-values):

 

Search: 44 24 08 C7 00 01 00 00 00 C2 08 00 8B 4C 24 08 C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC

Replace: 44 24 08 C7 00 00 00 00 00 C2 08 00 8B 4C 24 08 C7 01 00 00 00 00 C2 08 00 CC CC CC CC CC CC CC

 

Save, enjoy. If things go weird, use backup of the executable.

 

 

Astagar I know only about GiveXP 100, where 100 is an integer of how much to give.

 

Drakous thankyou so much, it works. You may well have just made my weekend.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...