Page 188 of 235 |
|
Posted: Mon, 4th Apr 2011 19:34 Post subject: |
|
 |
man what terrible multiplayer. Everyone is invisible all the fucking time and you stand no chance.
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 19:40 Post subject: |
|
 |
JBeckman wrote: | http://akamai.cdn.ea.com/eadownloads/u/f/eagames/crysis/patches/Crysis_2_final_1.2h2_Patch.exe
Not that it's needed since the game will auto-update if you use the launcher but.  |
JB do you have a legit copy? After I extracted the patch1.pak I noticed the file text_patch_strings_english.xml which contains a few interesting lines such as:
menu_btn_options_motionblur = MOTION BLUR
menu_tooltip_options_motionblur = ADJUST THE AMOUNT OF VISUAL BLUR WHEN TURNING
menu_btn_options_fieldofview = FIELD OF VIEW
menu_tooltip_options_fieldofview = ADJUST THE IN-GAME FIELD OF VIEW (FOV)
So did they add motion blur and field of view settings in the options menu or what? I don't own the game to check for myself..
TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"
~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~
http://www.youtube.com/watch?v=CHTUOgYNRzY
|
|
Back to top |
|
 |
JBeckman
VIP Member
Posts: 34972
Location: Sweden
|
Posted: Mon, 4th Apr 2011 19:49 Post subject: |
|
 |
No there's no changes minus the toggle crouch button.
I compared the DumpCommandVars dump to my previous one as well and some MP related changes can be seen but the description is gibberish so I can't say for sure what they do, there's a new command for stretching the HUD over multiple monitors as well but otherwise nothing was changed aside from two VOIP values for Gamespy whatever they might do.
variable: hud_canvas_width_adjustment
type: float
current: 1
help: MP only. Multiplies the width of the HUD's virtual canvas in cases where it may overlap monitor boundaries in multi-monitor setups. Not that, before this multiplier is applied, the HUD clamps itself to a 16:9 res.
variable: net_gamespy_voip_enable DUMPTODISK
type: int
current: 1
help: Toggles whether GameSpy VOIP enabled or not
variable: net_gamespy_voip_playback_volume DUMPTODISK
type: float
current: 0.75
help: GameSpy VOIP playback volume
(First one is new, these two were just changed.)
EDIT: Oh right, sys_PakPriority = 0 is sys_PakPriority = 2 now so it'll read .PAK data only and not unpacked data.
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 19:52 Post subject: |
|
 |
That's weird.. Why did they update these motion blur and field of view strings then....
Good news about the updated pak security levels, that will stop casual cheating.
Bad news are that on the official forums they claim the Nanocatalyst bug isn't fixed 
TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"
~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~
http://www.youtube.com/watch?v=CHTUOgYNRzY
|
|
Back to top |
|
 |
JBeckman
VIP Member
Posts: 34972
Location: Sweden
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
chiv
Posts: 27530
Location: Behind You...
|
Posted: Mon, 4th Apr 2011 20:29 Post subject: |
|
 |
ok thats 20 minutes
where the fuck is that 1.2 crack?
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 20:49 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 20:49 Post subject: |
|
 |
chiv wrote: | ok thats 20 minutes
where the fuck is that 1.2 crack? |
Lol
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 20:54 Post subject: |
|
 |
took them a while to bring out 1.1 i hope we dont have to wait as long for 1.2
|
|
Back to top |
|
 |
chiv
Posts: 27530
Location: Behind You...
|
Posted: Mon, 4th Apr 2011 20:57 Post subject: |
|
 |
given that it sounds like crytek didnt really DO shit... like usual... id imagine it'll get cracked as soon as someone gives enough of a fuck to do it.
so this could take a while...
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 21:18 Post subject: |
|
 |
I know I'm not supposed to give a shit about story in this game, but the story is so bad. It's basically some guy talking to you asking you to kill shit. You don't ask why, you don't ask why the fuck should I and you don't even give a shit. I feel like a puppet just going trhough levels killing shit. I don't feel any incentive to go on. When a game like Bulletstorm has a more compelling story, something is very wrong. The tunnel areas suck so much, dark linear levels with no atmosphere.
I don't know, maybe I'm at the worst point, but it keeps getitng worse and more boring. I can't stealth kill the damn aliens, so that fun is gone. I can't watch the beatiful scenery, there is none. etc.
Last edited by Mister_s on Mon, 4th Apr 2011 21:23; edited 2 times in total
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2011 21:19 Post subject: |
|
 |
hell it's not like the multiplayer is so awesome without all the cheaters and shit
u can just slap the 1.1 crack and play sp if u want
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 05:48 Post subject: |
|
 |
the anti-cheat measures look like dis after 1.2
Spoiler: | Code: | <AntiCheatConfig>
<!-- List of cheat types and what actions to take when server detects suspicious activity -->
<Cheat type="WeaponDamage">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="1.1" param="1" />
</Action>
<Action value="Kick">
<Condition operator="GreaterThan" value="1.5" param="1" />
</Action>-->
</Cheat>
<Cheat type="WeaponNotReloaded">
<Action value="Log"/>
</Cheat>
<Cheat type="HitLocationMismatch">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="0.1" param="1"/>
</Action>
<Action value="Kick">
<Condition operator="GreaterThan" value="10" param="1"/>
</Action>-->
</Cheat>
<Cheat type="MeleeRange">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="0.5" param="1"/>
</Action>
<Action value="Kick">
<Condition operator="GreaterThan" value="2" param="1"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="10" param="1"/>
</Action>-->
</Cheat>
<Cheat type="FireRate">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="1.1" param="1"/>
</Action>
<Action value="Kick">
<Condition operator="GreaterThan" value="1.5" param="1"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="2" param="1"/>
</Action>-->
</Cheat>
<Cheat type="HitRate">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="1.1" param="1"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="1.3" param="1"/>
</Action>-->
</Cheat>
<Cheat type="PlayerSpeed">
<Action value="Log"/>
<!--<Action value="Ban">
<Condition operator="GreaterThan" value="85" />
</Action>-->
</Cheat>
<Cheat type="TeamPerk_UsingIncorrectForLevel">
<Action value="Log"/>
</Cheat>
<Cheat type="TeamPerk_KillStreakTooSmall">
<Action value="Log"/>
</Cheat>
<Cheat type="TeamPerk_UsingMultipleTimeInLife">
<Action value="Log"/>
</Cheat>
<Cheat type="PlayerPerks_CountWrong">
<Action value="Log"/>
</Cheat>
<Cheat type="PlayerPerks_ChangingMidLife">
<Action value="Log"/>
</Cheat>
<Cheat type="RewardPerks_CountTooHigh">
<Action value="Log"/>
</Cheat>
<Cheat type="FatalityBonus_CountWrong">
<Action value="Log"/>
</Cheat>
<Cheat type="FatalityBonus_KillStreakTooHigh">
<Action value="Log"/>
</Cheat>
<Cheat type="FatalityBonus_DeathStreakTooLow">
<Action value="Log"/>
</Cheat>
<Cheat type="FileDataProbe">
<Action value="Log"/>
<Action value="Kick"/>
</Cheat>
<Cheat type="CvarDataProbe">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="DataProbeTimeout">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="HitShotOwnerMismatch">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="HitShotIdMismatch">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="MultipleEntityHits">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="MissingShotId">
<Action value="Log"/>
<!-- <Action value="Kick"/> -->
</Cheat>
<Cheat type="ValidHitInfo">
<Action value="Log"/>
</Cheat>
<Cheat type="Headshots_ConcurrentHits">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="25" param="1"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="50" param="1"/>
</Action>-->
</Cheat>
<Cheat type="Headshots_RatioTooHigh">
<Action value="Log"/>
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="0.45" param="1"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="0.75" param="1"/>
</Action>-->
<!--<Action value="Infraction" severity="10">
<Condition operator="GreaterThan" value="999" param="2"/>
</Action>
<Action value="Ban">
<Condition operator="GreaterThan" value="999" param="2"/>
</Action>-->
</Cheat>
<!-- Actions to take when overall number of cheat infractions reach a given threshhold -->
<Global decay_rate="10">
<Action value="Kick" threshhold="25" />
</Global>
<!-- hashing support methods 0 to <5 -->
<DataProbe hash_method="0">
<Asset ext="pak" weight="2"/>
<Asset ext="dds" weight="10"/>
<Asset ext="cgf" weight="10"/>
<Asset ext="cga" weight="2"/>
<Asset ext="caf" weight="2"/>
<Asset ext="xml" weight="10"/>
<Asset ext="lua" weight="10"/>
<Asset ext="other" weight="2"/>
</DataProbe>
</AntiCheatConfig> | |
This forum deserves a better troll, and I am gonna give it to'em....
|
|
Back to top |
|
 |
NeHoMaR
Posts: 855
Location: In my house.
|
Posted: Tue, 5th Apr 2011 07:55 Post subject: |
|
 |
Do you need now a legit serial to play MP? with 1.2 update?
I used to be a knee like you. Then I took an adventurer in the arrow.
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 08:52 Post subject: |
|
 |
finished the game yesterday... complete meh... I'm uninstalling it and never looking back...
"Quantum mechanics is actually, contrary to it's reputation, unbeliveably simple, once you take the physics out."
Scott Aaronson chiv wrote: | thats true you know. newton didnt discover gravity. the apple told him about it, and then he killed it. the core was never found. |
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 10:31 Post subject: |
|
 |
@mister_s: If you can't stealth kill the aliens, then you are doing something wrong Or you try to stealth kill the bigger ones 
|
|
Back to top |
|
 |
xExtreme
Posts: 5811
Location: 43 6C 75 6A 2D 4E 61 70 6F 63 61
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 11:24 Post subject: |
|
 |
Ha.. my favorite levels were definitely the alien-only night levels. And they looked mind blowing to me.. more impressive than the day ones..
TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"
~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~
http://www.youtube.com/watch?v=CHTUOgYNRzY
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 11:58 Post subject: |
|
 |
Last edited by Yondaime on Mon, 2nd Dec 2024 15:47; edited 1 time in total
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 12:08 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 12:55 Post subject: |
|
 |
Please show me one single game that has comparable graphics to Crysis 2. Especially the lighting in the night levels and most of the reflections look fantastic.
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 12:56 Post subject: |
|
 |
maul_inc wrote: | consolitis wrote: | Ha.. my favorite levels were definitely the alien-only night levels. And they looked mind blowing to me.. more impressive than the day ones.. |
Mindblowing??? I guess it doesn't take to much to blow your mind  |
Not at all. Night lighting is a whole "generation" ahead of the night lighting in other games, Crysis 1 included. If you're wondering which aspects of CryEngine's visuals Crytek improved in the sequel that's definitely #1.
TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"
~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~
http://www.youtube.com/watch?v=CHTUOgYNRzY
Last edited by consolitis on Tue, 5th Apr 2011 12:57; edited 1 time in total
|
|
Back to top |
|
 |
|
Posted: Tue, 5th Apr 2011 12:56 Post subject: |
|
 |
Btw which level is the one where you fight those big mech for the first time? You walk into a cafe and it blasts a big hole into it.
|
|
Back to top |
|
 |
Page 188 of 235 |
All times are GMT + 1 Hour |