![]() |

|
|||||||
| Go to: | Battlefield | | | C&C | | | Dead Space | | | FIFA Series | | | Mirror's Edge | | | Need for Speed | | | Spore | | | The Sims |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1251 (permalink) | |
|
Rookie
|
Quote:
Further, I assume they are 'trying' to stop the blatent spoofing and abuse of stats... Since this stats abuse relates to hacks/hacked server that they don't control, if they have stuck in a fix then the only way to test this is out in the wild. |
|
|
|
|
|
|
#1252 (permalink) | |
|
Rookie
Join Date: Aug 2006
Posts: 342
|
Quote:
|
|
|
|
|
|
|
#1253 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
|
|
|
|
|
|
|
#1256 (permalink) |
|
Rookie
Join Date: Feb 2006
Posts: 373
|
This is a beta, it is not a stable release. I wish the general public would see the word beta and not think "oh it's stable and ready for mass use!!". Beta's mean bugs, glitches, graphical issues, other GUI issues and so forth. Please note that.
Remember this: It's not stable until you see the 1.5 final/stable announcement on the BF2 homepage. |
|
|
|
|
|
#1257 (permalink) | |
|
Forum Regular
Join Date: Nov 2008
Posts: 637
|
Quote:
__________________
![]() FREE BOOSTERS ![]() |
|
|
|
|
|
|
#1259 (permalink) |
|
Hi, I'm New!
Join Date: Apr 2009
Posts: 1
|
I have read on some websites that the new 1.5 Patch has already been hacked. I have been playing the BF games since Vietnam and some of the exploits I have seen lately is just horrible. I am glad that some of the issues have been fixed. I just hope that what ever those hackers and griefers are coming up with will not be as bad as the CTD's our servers has experienced over the last year. I can handle aimbots and such but to be CTD'ed every time they want to clear a server is just not cool and unfair to the BF Community.
|
|
|
|
|
|
#1261 (permalink) |
|
Rookie
Join Date: Apr 2009
Posts: 90
|
The reason people complain is the whole point of releasing the beta for tests, and if no one complains and says it's all fine, they will release the final version ****ed. I hope EA sorts most of the problems out, especially the falcon controls
|
|
|
|
|
|
#1262 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
Greetings Insanityyyy |
|
|
|
|
|
|
#1264 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
My posts are to long to fit in one post, therefore I will link you to them. Beta Patch v1.5 Feed Back Beta Patch v1.5 Feed Back Beta Patch v1.5 Feed Back Greetings Insanityyyy |
|
|
|
|
|
|
#1265 (permalink) | |
|
Rookie
Join Date: Sep 2005
Posts: 82
|
Quote:
I have the soldier not Showng in the BF2HQ and server info. But for some reasons am not getting any Graphics card Glitches like some on this forum. BFG 7300 video card. |
|
|
|
|
|
|
#1266 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
I belive that these graphic bugs are caused by new cards using new drivers that isn't supported by Battlefield 2, therefor older graphic cards won't have these problems. Greetings Insanityyyy |
|
|
|
|
|
|
#1268 (permalink) | |
|
Rookie
Join Date: Sep 2005
Posts: 82
|
Quote:
![]() Here's the Area in Question http://img13.imageshack.us/my.php?image=screen016.png Greetings Acid343211 Last edited by acid343211; 25-04-2009 at 05:55 AM.. |
|
|
|
|
|
|
#1269 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
![]() I just make dragshots, so I don't have any snipingspots, but I could guess that it's a good one untill people start looking there because they know that snipers like that snipingspot. Greetings Insanityyyy |
|
|
|
|
|
|
#1270 (permalink) |
|
Forum Regular
Join Date: Jul 2006
Posts: 926
|
Yeah, you do dont you? Dragshotting + clayspamming, I got it
![]() Tbh thats the fact - dragshotting and clayspamming is the only thing everyone that everyone does this days. Nobody is using the sniper kit as it should be used anymore, and nobody uses the claymores as the should be used anymore (defending ladders and so on). And when you say you like dragshots, I guess you are one of those who wants dolphin diving back (0.3) and also C4 chucking back, old GL back etc.. And I guess you also want the claymores to remain unchanged and overpowered?
Last edited by JGrasli; 25-04-2009 at 06:41 PM.. |
|
|
|
|
|
#1271 (permalink) | |
|
Forum Regular
Join Date: Nov 2008
Posts: 637
|
Quote:
But the people that come here and post "*** DICE THE BETA DOESNT WORK, OMG THERE ARE GLITCHES WHY ARE THERE GLITCHES THE GAME IS RUINED" etc etc, are not helping and don't understand that there is going to be problems; its a beta.
__________________
![]() FREE BOOSTERS ![]() |
|
|
|
|
|
|
#1272 (permalink) |
|
Hi, I'm New!
|
I'm the author of Widescreen Fixer.
![]() Widescreen Fixer - imk.cx It would be great to see a functional FOV for widescreen in the final release. The game uses 1.1 as a default FOV for BF2. If you do not want to change the engine behavior from horizontal FOV to vertical FOV, you can do something like below: Code:
// imk.cx
#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
// default game field of view
double fieldOfView = 1.1;
// default game aspect-ratio
double defaultX = 640;
double defaultY = 480;
double gameAspect = defaultX/defaultY;
// user's selected resolution
// use this to figure out new aspect-ratio
double resX = 1280;
double resY = 720;
double newAspect = resX/resY;
cout << "Field of view before: " << fieldOfView << endl;
__asm
{
finit
fldpi
push 180
fild DWORD PTR [esp]
fdivp st(1),st
fld fieldOfView
fmulp st(1),st
push 2
fild DWORD PTR [esp]
fdivp st(1),st
fptan
fstp st
fld newAspect
fld gameAspect
fdivp st(1),st
fmulp st(1),st
fld1
fpatan
push 2
fild DWORD PTR [esp]
fmulp st(1),st
push 180
fild DWORD PTR [esp]
fldpi
fdivp st(1),st
fmulp st(1),st
fstp fieldOfView
add esp,16
}
cout << "Field of view after: " << fieldOfView << endl;
return 0;
}
Depending on how the camera and fov are setup, you might want to use MMX/SSE, or write it in C/C++ and let the compiler decide. |
|
|
|
|
|
#1273 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
About the dolphin diving, if you've read my other posts I wrote with captial letters that I did not want them to bring back the dolphin diving. And about the clays I said that they should decrease the detection raidius and blast raidius. About the GL (a.k.a Nubetube) and C4, I don't even use those kits! I only do sniper and medic sometimes if I can't play sniper because extreme nadespam or unbalanced teams. Because then medics are needed to keep the team alive. So please don't think of me as an clayspamming noob sniper! Here's the proof that I'm almost only using the sniper kit: BF2Stats.net - Battlefield 2 Player Stats - Master Sergeant Insanityyyy (Note that this is my sniping account that I started abit after I started doing dragshots) |
|
|
|
|
|
|
#1274 (permalink) |
|
Forum Regular
Join Date: Jul 2006
Posts: 926
|
Ok. But you DO dragshots, thats not how the sniper should be used either. I mean, some people go in close combat dragshotting and no-scoping and kill people easier than using a normal Assault rifle.. :S
So you want the 0.7 delay for dolphin diving? Thank you! ![]() And the GL should not be called "noobtube" in BF2, its not. Call it noobtube in the earlier versions, and call it noobtube in CoD (it requires no skill in CoD), but in BF2 its perfect - a Grenade Launcher. |
|
|
|
|
|
#1275 (permalink) | |
|
Forum Guru
Join Date: Apr 2009
Location: Skellefteå, Sweden
Gender: Male
Posts: 1,032
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
© 2008 Electronic Arts Inc. All Rights Reserved | Privacy Policy - UPDATED | Terms of Service | Pegi Info
Electronic Arts Limited, Onslow House, Onslow Street, Guildford, Surrey, GU1 4TN United Kingdom
Registered in England and Wales; Registered Number: 2057591