AutoLogin
1. Here is a script for a faster (a one-click) login into the Crysis 2 Pro - External Admin Interface 0.6.1. I think it is really usefull as long the program doesn't support profiles.
Run, C:\Downloads\c2EAI\c2EAI.exe (has to be the path to your c2EAI.exe)
sleep, 6001
Send, {ENTER}
WinWait, Crysis 2 Pro - External Admin Interface 0.6.1,
IfWinNotActive, Crysis 2 Pro - External Admin Interface 0.6.1, , WinActivate, Crysis 2 Pro - External Admin Interface 0.6.1,
WinWaitActive, Crysis 2 Pro - External Admin Interface 0.6.1,
Send, {TAB}85{TAB}114155169{TAB}64000{TAB}{TAB}64200{TAB }HTTP-Passwort{TAB}{SPACE}
How to use it? You need about 3 minutes by following these instructions:
1. Download and install AutoHotKey http://www.autohotkey.com/download/AutoHotkeyInstall.exe
2. Right click on your desktop - new - AutoHotKey Script
3. Right click on the script - Edit Script
4. Change the IP, ports and http-password according to your server -> edit the following line:
{TAB}85{TAB}114156168{TAB}64000{TAB}{TAB}64200{TAB }HTTP-password{TAB}{SPACE}
Put the complete quote with the modified line (4.) into the opened script (3.). Attention: You have to put it into an empty line!
Save and exit the script.
5. Right click on your script - Compile Script -> a .exe file originates
6. Execute the exe. The file should work on every pc as long the path to the c2EAI.exe is the same. You dont need AutoHotKey anymore, so feel free to deinstall it.
1. Here is a script for a faster (a one-click) login into the Crysis 2 Pro - External Admin Interface 0.6.1. I think it is really usefull as long the program doesn't support profiles.
Run, C:\Downloads\c2EAI\c2EAI.exe (has to be the path to your c2EAI.exe)
sleep, 6001
Send, {ENTER}
WinWait, Crysis 2 Pro - External Admin Interface 0.6.1,
IfWinNotActive, Crysis 2 Pro - External Admin Interface 0.6.1, , WinActivate, Crysis 2 Pro - External Admin Interface 0.6.1,
WinWaitActive, Crysis 2 Pro - External Admin Interface 0.6.1,
Send, {TAB}85{TAB}114155169{TAB}64000{TAB}{TAB}64200{TAB }HTTP-Passwort{TAB}{SPACE}
How to use it? You need about 3 minutes by following these instructions:
1. Download and install AutoHotKey http://www.autohotkey.com/download/AutoHotkeyInstall.exe
2. Right click on your desktop - new - AutoHotKey Script
3. Right click on the script - Edit Script
4. Change the IP, ports and http-password according to your server -> edit the following line:
{TAB}85{TAB}114156168{TAB}64000{TAB}{TAB}64200{TAB }HTTP-password{TAB}{SPACE}
Put the complete quote with the modified line (4.) into the opened script (3.). Attention: You have to put it into an empty line!
Save and exit the script.
5. Right click on your script - Compile Script -> a .exe file originates
6. Execute the exe. The file should work on every pc as long the path to the c2EAI.exe is the same. You dont need AutoHotKey anymore, so feel free to deinstall it.
LowGraphicsMod
2. The second script helps you turning on/off some of the graphical effects of the game. This might help you to improve your framerate a little bit.
It gives me about 10-30 frames, but usually my frames are on a high level, so please test if you got a low end system.
Here you got some example pics: http://fy98hijx.multipic.de/
You can use it instantly -> Download it here: https://rapidshare.com/files/3324550363/LowGraphScript.exe
Instructions:
1. Execute the file and start crysis
2. Ingame (after spawning!) you can use:
- F9 to turn colorgrading (only) off and F10 to turn it back on (makes the game brighter)
- F11 to turn off effects (see below) F12 to turn them back on (makes it faster/not very pretty)
Effects beeing modified:
e_ShadowsMaxTexRes = 128
r_TexMaxAnisotropy = 0
r_colorgrading = 0
r_UseEdgeAA = 0
r_postmsaa = 0
r_SSAO = 0
e_GI = 0
r_HDRBloomMul = 0
r_HDRBrightLevel = 0
If you want to make changes in the script feel free to edit:
WinWait, ahk_class CryENGINE,
IfWinNotActive, ahk_class CryENGINE, , WinActivate, ahk_class CryENGINE,
WinWaitActive, ahk_class CryENGINE,
*F9::
Send {^}{BACKSPACE}
sleep, 500
SendInput r_colorgrading{SPACE}={SPACE}0
sleep, 500
Send {ENTER}
sleep, 500
Send {^}
return
*F10::
Send {^}{BACKSPACE}
sleep, 500
SendInput r_colorgrading{SPACE}={SPACE}1
sleep, 500
Send {ENTER}
sleep, 500
Send {^}
return
*F11::
SendInput {^}
sleep, 400
SendInput r_TexMaxAnisotropy{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_colorgrading{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_ShadowsMaxTexRes{SPACE}={SPACE}128
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_UseEdgeAA{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_postmsaa{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_SSAO{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_GI{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_HDRBloomMul{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
Sendinput r_HDRBrightLevel{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
Send {^}
return
*F12::
SendInput {^}
sleep, 400
SendInput r_TexMaxAnisotropy{SPACE}={SPACE}8
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_colorgrading{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_ShadowsMaxTexRes{SPACE}={SPACE}512
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_UseEdgeAA{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_postmsaa{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_SSAO{SPACE}={SPACE}4
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_GI{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_HDRBloomMul{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
Sendinput r_HDRBrightLevel{SPACE}={SPACE}0.85
sleep, 100
Send {ENTER}
sleep, 100
Send {^}
return
To improve the script you can discuss some cvars here.
Feedback is welcome!
2. The second script helps you turning on/off some of the graphical effects of the game. This might help you to improve your framerate a little bit.
It gives me about 10-30 frames, but usually my frames are on a high level, so please test if you got a low end system.
Here you got some example pics: http://fy98hijx.multipic.de/
You can use it instantly -> Download it here: https://rapidshare.com/files/3324550363/LowGraphScript.exe
Instructions:
1. Execute the file and start crysis
2. Ingame (after spawning!) you can use:
- F9 to turn colorgrading (only) off and F10 to turn it back on (makes the game brighter)
- F11 to turn off effects (see below) F12 to turn them back on (makes it faster/not very pretty)
Effects beeing modified:
e_ShadowsMaxTexRes = 128
r_TexMaxAnisotropy = 0
r_colorgrading = 0
r_UseEdgeAA = 0
r_postmsaa = 0
r_SSAO = 0
e_GI = 0
r_HDRBloomMul = 0
r_HDRBrightLevel = 0
If you want to make changes in the script feel free to edit:
WinWait, ahk_class CryENGINE,
IfWinNotActive, ahk_class CryENGINE, , WinActivate, ahk_class CryENGINE,
WinWaitActive, ahk_class CryENGINE,
*F9::
Send {^}{BACKSPACE}
sleep, 500
SendInput r_colorgrading{SPACE}={SPACE}0
sleep, 500
Send {ENTER}
sleep, 500
Send {^}
return
*F10::
Send {^}{BACKSPACE}
sleep, 500
SendInput r_colorgrading{SPACE}={SPACE}1
sleep, 500
Send {ENTER}
sleep, 500
Send {^}
return
*F11::
SendInput {^}
sleep, 400
SendInput r_TexMaxAnisotropy{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_colorgrading{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_ShadowsMaxTexRes{SPACE}={SPACE}128
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_UseEdgeAA{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_postmsaa{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_SSAO{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_GI{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_HDRBloomMul{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
Sendinput r_HDRBrightLevel{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
Send {^}
return
*F12::
SendInput {^}
sleep, 400
SendInput r_TexMaxAnisotropy{SPACE}={SPACE}8
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_colorgrading{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_ShadowsMaxTexRes{SPACE}={SPACE}512
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_UseEdgeAA{SPACE}={SPACE}0
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_postmsaa{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_SSAO{SPACE}={SPACE}4
sleep, 100
Send {ENTER}
sleep, 100
SendInput e_GI{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
SendInput r_HDRBloomMul{SPACE}={SPACE}1
sleep, 100
Send {ENTER}
sleep, 100
Sendinput r_HDRBrightLevel{SPACE}={SPACE}0.85
sleep, 100
Send {ENTER}
sleep, 100
Send {^}
return
To improve the script you can discuss some cvars here.
Feedback is welcome!
-
Andrew Tarango - Posts: 3454
- Joined: Wed Oct 17, 2007 10:07 am