Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Anyway, thank you for the help and thank you even more for the setup, works great!
Highlights:
{LINK REMOVED}http://s000.tinyupload.com/?file_id=04077169420856261666
Alt. 1 bindings: My current choice.
Alt. 2 bindings (only differences from Alt 1). This has Left Stick press bound to Sprint, like in Crysis 2/3:
NOTES: Make sure you have the cl_crouchToggle=1 in system.cfg in the Crysis folder (also included in zip). Zoom (ADS) cannot be made hold only. Unbinding binoculars from B Button is also impossible.
Have fun.
Perfect Consumer i wouldn't be opposed to trying to improve it more like you mentioned, but my knowledge in this area is actually relatively limited. what did you have in mind?
STEP 1. Make a copy of "actionmaps" XML document file and place it in a different folder
location, as a backup. In Case we make any errors in XML document which we are going to be modifying. In case of errors replace modify XML file with the XML backup file to make game into original configuration state.
STEP 2. Go to C:\Users\[your username]\Documents\My Games\Crysis\Profiles\default[or profile you use] "actionmaps" open this with notepad. Once you are done playing withXML file exit and save changes. Next run game to test if changes worked.
Look for this lines and change them:
------------------------------------------------------------------------------------------------------------------
[--------------------Find this Original line---------------------V--------------------]
</action>
<action name="hud_buy_weapons" onPress="1">
<key name="p"/>
<key name="xi_dpad_right"/> <----Cut this line
[--------------------New Modify line---------------------V--------------------]
</action>
<action name="nextitem" onPress="1">
<key name="mwheel_up"/>
<key name="xi_dpad_right"/> <----Paste line here
------------------------------------------------------------------------------------------------------------------
[--------------------Find this Original line---------------------V--------------------]
</action>
<action name="previtem" onPress="1">
<key name="mwheel_down"/>
<key name="xi_dpad_right"/> <----We are changing this line
</action>
Change this -----^ top line into this -----v bottom line
<action name="previtem" onPress="1">
<key name="mwheel_down"/>
<key name="xi_dpad_left"/> <---- Changed Line
------------------------------------------------------------------------------------------------------------------
[--------------------Find this Original line---------------------V--------------------]
</action>
<action name="crouch" onPress="1" onRelease="1"> <----We are changing this line
<key name="lctrl"/>
<key name="xi_thumbl"/>
Change this -----^ top line into this -----v bottom line
</action>
<action name="crouch" onPress="1"> <---- Changed Line
<key name="lctrl"/>
<key name="xi_thumbl"/>
------------------------------------------------------------------------------------------------------------------
[--------------------Find this Original line---------------------V--------------------]
</action>
<action name="hud_weapon_mod" onPress="1">
<key name="c"/>
<key name="xi_dpad_down"/> <----Cut this line
[--------------------New Modify line---------------------V--------------------]
</action>
<action name="prone" onPress="1">
<key name="z"/>
<key name="xi_dpad_down"/> <----Paste line here
------------------------------------------------------------------------------------------------------------------
Warning: If you are not sure how to edit file correctly. DO NOT TRY THIS. All I did was change crouch button as Toggle. Right pad to next weapon and Left pad to previous weapon. And Down pad as prone Toggle.
so, double click crouch to cloak? or the other way around?