Page 86 of 848
Posted: Sat, 23rd Jul 2011 04:24 Post subject:
So I took a look at EA's Origin and WTF is this?
On BF3's page it says 39.99 Euro including VAT, then on the order page it says 49.99...
49.99 Euro? Fuck that, at that price I might as well buy it locally. |: "I think Call of Duty resonates because it's believable and relatable," Sledgehammer Games cofounder Michael Condrey says.
Believable and relatable...Yep, sounds like Call of Duty
Back to top
fisk
Posts: 9145
Location: Von Oben
Posted: Sat, 23rd Jul 2011 07:08 Post subject:
After seeing the MP from the alpha, I just have to say that it just seems like a graphic upgrade & new maps for BC2.
I'm not that impressed tbh. Yes, yes I'm back.
Somewhat.
Back to top
Posted: Sat, 23rd Jul 2011 07:34 Post subject:
Back to top
Back to top
Posted: Sat, 23rd Jul 2011 08:02 Post subject:
VIDEO
GamerSpawn Paris Trailer Analysis
p.s: they missed something little i believe which is 4:50 laser coming from enemy weapon to our players face
Back to top
sTo0z
[Moderator] Babysitter
Posts: 7449
Location: USA
Posted: Sat, 23rd Jul 2011 08:06 Post subject:
lol makes me want to install battlefield 2 again... does that game still have the bullshit "dolphin diving" going on?
BF1942 is still my favorite though.. maybe I'll go all the way back to that. ;p Are the EA servers still up?
Back to top
Back to top
Back to top
Back to top
Back to top
Ankh
Posts: 23342
Location: Trelleborg
Back to top
Sin317
Banned
Posts: 24322
Location: Geneva
Posted: Sat, 23rd Jul 2011 09:40 Post subject:
who cares about windows xp support lol ????
Back to top
Back to top
W123
Posts: 2505
Location: USA
Posted: Sat, 23rd Jul 2011 10:30 Post subject:
Sin317 wrote: who cares about windows xp support lol ????
retards.
Back to top
Posted: Sat, 23rd Jul 2011 10:30 Post subject:
so where is best place to preorder? preferably legit and digital
Back to top
Posted: Sat, 23rd Jul 2011 10:53 Post subject:
W123 wrote: Sin317 wrote: who cares about windows xp support lol ????
retards.
AMERIKA fuck yeah
Back to top
Posted: Sat, 23rd Jul 2011 11:04 Post subject:
Last edited by Interinactive on Tue, 5th Oct 2021 04:55; edited 1 time in total
Back to top
W123
Posts: 2505
Location: USA
Posted: Sat, 23rd Jul 2011 11:27 Post subject:
like i said, retards. XP sucks these 'merican balls
Back to top
tonizito
VIP Member
Posts: 51411
Location: Portugal, the shithole of Europe.
Posted: Sat, 23rd Jul 2011 11:31 Post subject:
Dunno what's your problem with that comparison, facebook integrashun > all of those old and useless features. boundle (thoughts on cracking AITD) wrote: i guess thouth if without a legit key the installation was rolling back we are all fucking then
Back to top
Posted: Sat, 23rd Jul 2011 11:34 Post subject:
I don't remember the DLC in BF2 being free until much later after it was released.
Back to top
W123
Posts: 2505
Location: USA
Posted: Sat, 23rd Jul 2011 11:54 Post subject:
You would be correct. They didn't make it free until a buncha patches
Back to top
Teniak
Posts: 2602
Location: Tic Tac
Posted: Sat, 23rd Jul 2011 11:57 Post subject:
Arukardo wrote: Anyone know where I can find config files?
yup , there is a config fille called initfs_Win32 on the main folder ( + Info_Win32_Retail.BuildSettings ) Lots of (funny)stuff like >>> :
Spoiler:
const char* g_username="dicemonkey";
-----
function getCpuQuality(cpuCount, cpuSpeed)
return (cpuSpeed-1.2)*(cpuCount-1)
end
-- 2 cores, 3.0 gHz : 1.8
-- 2 cores, 3.6 gHz : 2.4
-- 4 cores, 2.0 gHz : 2.4
-- 4 cores, 3.2 gHz : 6
-- 8 cores, 1.8 gHz : 4.2
-- 8 cores, 3.2 gHz : 14!! awesome
-- physics
if cpuQuality < 4 then
settings['PhysicsQuality'] = 0.0
else
settings['PhysicsQuality'] = 1.0
end
-- animations
if cpuQuality < 4 then
settings['AnimationQuality'] = 0.0
else
settings['AnimationQuality'] = 1.0
end
-- mesh
if gpuQuality < 2 then
settings['MeshQuality'] = 0.5
elseif gpuQuality < 2.5 then
settings['MeshQuality'] = 1.0
elseif gpuQuality < 3 then
settings['MeshQuality'] = 1.2
else
settings['MeshQuality'] = 1.6
end
-- textures
if adapterName == "Xenon" or adapterName == "PS3" then
settings['TextureQuality'] = 1.0
elseif availableGpuMemory <= 512*1024*1024 then
settings['TextureQuality'] = 0.0
elseif availableGpuMemory <= 768*1024*1024 then
settings['TextureQuality'] = 1.0
elseif availableGpuMemory <= 1024*1024*1024 then
settings['TextureQuality'] = 2.0
else
settings['TextureQuality'] = 3.0
and some stuff like :
if (currentPlatform == "xenon" or currentPlatform == "ps3") then
My Youtube Channel - - Last edited by Teniak on Sat, 23rd Jul 2011 12:05; edited 1 time in total
Back to top
Back to top
Back to top
Back to top
Posted: Sat, 23rd Jul 2011 12:53 Post subject:
Back to top
tonizito
VIP Member
Posts: 51411
Location: Portugal, the shithole of Europe.
Posted: Sat, 23rd Jul 2011 13:05 Post subject:
Nice, now all console derpas will finally be able to show the world their skill. boundle (thoughts on cracking AITD) wrote: i guess thouth if without a legit key the installation was rolling back we are all fucking then
Back to top
Posted: Sat, 23rd Jul 2011 13:10 Post subject:
Last edited by Interinactive on Tue, 5th Oct 2021 04:55; edited 1 time in total
Back to top
Back to top
Posted: Sat, 23rd Jul 2011 13:16 Post subject:
Teniak wrote: Arukardo wrote: Anyone know where I can find config files?
yup , there is a config fille called initfs_Win32 on the main folder ( + Info_Win32_Retail.BuildSettings ) Lots of (funny)stuff like >>> :
Spoiler:
const char* g_username="dicemonkey";
-----
function getCpuQuality(cpuCount, cpuSpeed)
return (cpuSpeed-1.2)*(cpuCount-1)
end
-- 2 cores, 3.0 gHz : 1.8
-- 2 cores, 3.6 gHz : 2.4
-- 4 cores, 2.0 gHz : 2.4
-- 4 cores, 3.2 gHz : 6
-- 8 cores, 1.8 gHz : 4.2
-- 8 cores, 3.2 gHz : 14!! awesome
-- physics
if cpuQuality < 4 then
settings['PhysicsQuality'] = 0.0
else
settings['PhysicsQuality'] = 1.0
end
-- animations
if cpuQuality < 4 then
settings['AnimationQuality'] = 0.0
else
settings['AnimationQuality'] = 1.0
end
-- mesh
if gpuQuality < 2 then
settings['MeshQuality'] = 0.5
elseif gpuQuality < 2.5 then
settings['MeshQuality'] = 1.0
elseif gpuQuality < 3 then
settings['MeshQuality'] = 1.2
else
settings['MeshQuality'] = 1.6
end
-- textures
if adapterName == "Xenon" or adapterName == "PS3" then
settings['TextureQuality'] = 1.0
elseif availableGpuMemory <= 512*1024*1024 then
settings['TextureQuality'] = 0.0
elseif availableGpuMemory <= 768*1024*1024 then
settings['TextureQuality'] = 1.0
elseif availableGpuMemory <= 1024*1024*1024 then
settings['TextureQuality'] = 2.0
else
settings['TextureQuality'] = 3.0
and some stuff like :
if (currentPlatform == "xenon" or currentPlatform == "ps3") then
Yeah, I found that, but I was hoping something like BC2 config file.
Back to top
Page 86 of 848
All times are GMT + 1 Hour