The Incredible Hulk, some gameplay from the first mission of the game running on nVidia GeForce 8600M GT. ————————————————– Operating System : Microsoft® Windows® 2000/XP Processor : 2.0 Gigahertz Intel/AMD CPU with SSE Instruction support Memory : 512MB RAM Optical Drive : 8x Speed DVD-ROM drive (1200KB/sec sustained transfer rate) and latest drivers Disk Space : 1.8 GB Sound Card : 100% DirectX® 9.0c compatible 16-bit sound card and latest drivers Input Devices : 100% Windows® 2000/XP compatible mouse, keyboard and latest drivers. XInput based controllers. DirectX : DirectX® 9.0c for Microsoft® Windows® 2000/XP. DirectX® 9.0L for Windows Vista. Graphics Card : Hardware accelerated video card with pixel and vertex shader version 2.0 support. 128MB of Video Memory with the latest drivers. Must be 100% DirectX® 9.0c compatible. ————————————————– Another crap game from SEGA for PC. Just like Iron Man for PC. **** you SEGA!
0:20 how the hell do you fall from that?
the PS2 version is just ported to the PC and the ps2 version has worse graphics
@TheSmartMonk IT”S fucking suckssssssssssssssss
oh come on this is Playstation 2 Graphic!
CRAP!
Really awesome gameplay the graphic could be better thou i mean compared to other games those graphics are shit the designers were being lazy at thi spoint
LOL im downloading it and i have a
ATI RADEON 4870HD lol
i can even play fallout 3 with max graphics and in full speed lol i hope this works
this game is fucking horrible
this game is not shit just about that it has lame grafics. this game is one of the best hulk games on pc just for gameplay. its awesome for me.
i need quickest reply why when i play this on pc when u have to press space bar mine stays 1 play no mater how fast i press it its bugging me shit now!
My God, the collition and damage system is TERRIBLE!! and in a game where your main character is mr “HULK SMAAASH!”, that´s unforgivable!
That helicopter seemd made of plastic dammit!
yes I bought the game …. right after I installed it I just thaught it was creepy -.- and with MARIO 4ever graphics -.- so I just quited it right away 0-.- didn’t like it AT ALL -.- I returned it ..
no you should buy lower….. OMG
I ownd this with my XFX GTX 260 1GB =)
Any crappy graphics card can run this :/
lol -.-
u son of a bitch haha
yup I got nvdia 9800 1gb memory do you think it will play good?
plizz tell me what i should use to record a gameplay video
CAn you sub me back ? and can i be your friend
So what’s the problem with it?
ASUS LCD 22″ Wide TFT (PG221H)
that’s mine
Yes, but GTX 295 is almost 2 time more expensive than a PS3.
And some games look better on PC and some on Consoles.
Still, i hate consoles!
>:-)
What monitor do you have now?
Crytek did that.
Check out the new CryEngine 3.0
<html>
<head>
<script>
function removeOptions(selectbox)
{
selectbox.options.length = 0;
}
function addOption(selectbox, value, text )
{
var optn = document.createElement("OPTION");
optn.text = text;
optn.value = value;
selectbox.options.add(optn);
}
function Processor1()
{
brand_menu = document.getElementById("ProcBrand");
core_menu = document.getElementById("Cores");
proc_menu = document.getElementById("Proc");
if(brand_menu.value == 'Intel')
{
removeOptions(core_menu);
removeOptions(proc_menu);
addOption(proc_menu, " ", "Choose Processor");
addOption(core_menu, "I1", "Single-Core");
addOption(core_menu,"I2", "Dual-Core");
addOption(core_menu,"I4", "Quad-Core");
}
if(brand_menu.value == 'AMD')
{
removeOptions(core_menu);
removeOptions(proc_menu);
addOption(proc_menu, " ", "Choose Processor");
addOption(core_menu,"A1", "Single-Core");
addOption(core_menu,"A2", "Dual-Core");
addOption(core_menu,"A3", "Triple-Core");
addOption(core_menu,"A4", "Quad-Core");
}
}
function Processor2()
{
brand_menu = document.getElementById("ProcBrand");
core_menu = document.getElementById("Cores");
proc_menu = document.getElementById("Proc");
if(brand_menu.value == 'Intel')
{
if(core_menu.value == 'I1')
{
removeOptions(proc_menu);
addOption(proc_menu, "celd_3.0", "Celeron D 3.0GHz – $49");
addOption(proc_menu, "celd_3.2", "Celeron D 3.2GHz – $79");
addOption(proc_menu, "celd_3.4", "Celeron D 3.6GHz – $84");
}
else if(core_menu.value == 'I2')
{
removeOptions(proc_menu);
addOption(proc_menu, "coredual_3.0", "Core 2 Duo 3.0GHz – $183");
addOption(proc_menu, "coredual_3.1", "Core 2 Duo 3.1GHz – $266");
addOption(proc_menu, "coredual_3.3", "Core 2 Duo 3.2GHz – $266");
}
else if(core_menu.value == 'I4')
{
removeOptions(proc_menu);
addOption(proc_menu, "corequad_2.6", "Core 2 Quad 2.6GHz – $316");
addOption(proc_menu, "corequad_2.8", "Core 2 Quad 2.8GHz – $316");
addOption(proc_menu, "corequad_3.0", "Core 2 Quad 3.0GHz – $530");
}
}//end Intel Brands
else if(brand_menu.value == 'AMD')
{
if(core_menu.value == 'A1')
{
removeOptions(proc_menu);
addOption(proc_menu, "semp_2.3", "AMD Sempron™ 2.3GHz – $30");
addOption(proc_menu, "athl_2.7", "AMD Athlon™ 2.7GHz – $36");
}
else if(core_menu.value == 'A2')
{
removeOptions(proc_menu);
addOption(proc_menu, "athldual_3.0", "AMD Athlon™ X2 Dual-Core 3.0GHz – $76");
addOption(proc_menu, "athldual_2.6", "AMD Athlon™ X2 Dual-Core 2.6GHz – $66");
}
else if(core_menu.value == 'A3')
{
removeOptions(proc_menu);
addOption(proc_menu, "phentriple_2.4", "AMD Phenom™ X3 Triple-Core 2.4GHz – $124");
addOption(proc_menu, "phentriple_2.3", "AMD Phenom™ II X4 2.3GHz – $104");
}
else if(core_menu.value == 'A4')
{
removeOptions(proc_menu);
addOption(proc_menu, "phenquad_2.6", "AMD Phenom™ X4 Quad-Core 2.6GHz – $174");
addOption(proc_menu, "phenquad_2.4", "AMD Phenom™ X4 Quad-Core 2.4GHz – $154");
addOption(proc_menu, "optquad_2.3", "AMD Opteron™ Quad-Core 2.3GHz – $209");
}
}//end AMD brands
}
</script>
</head>
<body>
<form name="drop_list">
<select id="ProcBrand" name="ProcBrand" onchange="Processor1()">
<option value="#" selected disabled>Choose a Brand</option>
<option value="AMD">AMD</option>
<option value="Intel">Intel</option>
</select>
<select id="Cores" name="Cores" onchange="Processor2()">
<option disabled selected>Choose Number of Cores</option>
</select>
<select id="Proc">
<option disabled selected>Choose Processor</option>
</select>
</form>
</body>
</html>

Do you have some sort of option in this game to change the graphics ? The view distance in the game on my PC is horrible …and the textures look bad to …and I have a fairly decent PC but I dunno how to change the graphics to better…Can anyone help ? Is there some sort of trick,patch,mod,secret option for this ? Pls Reply … Thanks