Recommended Posts

Hi Friends

I am planning to assemble a gaming PC for myself. Time to give my not so good Laptop some rest (with the intel HD3000), although it played out fairly well. I am looking for playing for specs that could let me play the following games on medium settings without lag:

  1. MOH warfighter
  2. Far Cry 3 (plays average on Intel HD3000)
  3. Hitman Absolution
  4. Crysis 3 (upcomming)
  5. Transformers war for cybertron
  6. Battlefield 3

Please suggest the options for following hardware in the order of cost and performance:

1 - CPU (i can go for unlocked version in case i plan to overclock it in future) - Any stronger version of i5 (probably from the new ivy bridge arch)??

2 - GPU

3 - RAM

4- MOBO

5- Cabnit +SMPS

My current laptop config:

HP probook 4530s, i7 Quad core 2360QM, 8GB DDR3, Intel HD 3000,

win7 x64

Thanks

Mark

Link to comment
https://www.neowin.net/forum/topic/1132594-help-with-assembling-a-gaming-pc/
Share on other sites

CPU: i5 3570k (?160-175 depending on where you buy it). Can easily overclock to 4.5Ghz+

GPU: If your budget stretches then GTX670 (from ?280) or 7950 (XFX model can be picked up for around ?210)

RAM: Always used Corsair Vengeance which you can get for ?35-40 (8GB)

MOBO: Asus P8Z77-V PRO is a solid mobo, expect to pay ?140-150, you can get the non pro version which doesn't support SLI for ?20-30 cheaper (it does support Crossfire though)

Above setup will easily handle the games you've provided on high/ultra @ 1080

CPU: i5 3570k (?160-175 depending on where you buy it). Can easily overclock to 4.5Ghz+

GPU: If your budget stretches then GTX670 (from ?280) or 7950 (XFX model can be picked up for around ?210)

RAM: Always used Corsair Vengeance which you can get for ?35-40 (8GB)

MOBO: Asus P8Z77-V PRO is a solid mobo, expect to pay ?140-150, you can get the non pro version which doesn't support SLI for ?20-30 cheaper (it does support Crossfire though)

Above setup will easily handle the games you've provided on high/ultra @ 1080

Good suggestion, but it all comes down to the budget really. I can vouch for the quality of the i5 - it doesn't even need overclocking, but the option is there and it overclocks pretty well.

560Ti is a good replacement if you want to save some money. One of, if not the best bang for buck card at the minute, it's the only card I want at the moment... but the difference between that and my 5850 is just not worth the increased expenditure.

Can't really go wrong with most Corsair Vengeance or G.Skill Ripjaw in my opinion, and DDR3 RAM is so cheap at the moment, you can get a lot of high quality 8GB RAM Kits for less than ?50. I think I paid ?36 for 8GB of G.Skill and ended up buying two kits because sometimes I just have no self-control. I can quit smoking, but you show me a ridiculous Tech-related deal and I'm screwed :|

Good suggestion, but it all comes down to the budget really. I can vouch for the quality of the i5 - it doesn't even need overclocking, but the option is there and it overclocks pretty well.

560Ti is a good replacement if you want to save some money. One of, if not the best bang for buck card at the minute, it's the only card I want at the moment... but the difference between that and my 5850 is just not worth the increased expenditure.

Can't really go wrong with most Corsair Vengeance or G.Skill Ripjaw in my opinion, and DDR3 RAM is so cheap at the moment, you can get a lot of high quality 8GB RAM Kits for less than ?50. I think I paid ?36 for 8GB of G.Skill and ended up buying two kits because sometimes I just have no self-control. I can quit smoking, but you show me a ridiculous Tech-related deal and I'm screwed :|

What threetonesun said, but also, you may get more responses in here if you posted this in Hardware Hangout. I would PM a mod to have it moved.

Without a price range or a monitor resolution, we can't narrow it down much.

CPU: i5 3570k (?160-175 depending on where you buy it). Can easily overclock to 4.5Ghz+

GPU: If your budget stretches then GTX670 (from ?280) or 7950 (XFX model can be picked up for around ?210)

RAM: Always used Corsair Vengeance which you can get for ?35-40 (8GB)

MOBO: Asus P8Z77-V PRO is a solid mobo, expect to pay ?140-150, you can get the non pro version which doesn't support SLI for ?20-30 cheaper (it does support Crossfire though)

Above setup will easily handle the games you've provided on high/ultra @ 1080

Thanks All for the responses guys.. Here is the deal about the budget. I on vacations in India nowadays and just discovered the best market for gadgets at best buy rates. and hence my gamer soul is reborn. So my budget would be around $500 which is ~ INR 27,000. (this can flex to +$50 if the choice is made for a more futuristic options for gaming).

NOTE:

  1. Please ignore the price of HDD in this budget as i already posses an extra one for now.
  2. Would preffer DDR5 for GPU, 256bit memory would be a bonus.

Here (www.flipkart.com) is the biggest online buying website in India where i am planing to buy this stuff (although i will do some offline comparison too). Can you please post the links according to my budget from the below links.

MOBO's

GPU's

CPU's

RAM

Also if the items/model is not on list, i can look for that in the offline market. So feel free to suggest the best within the range and i can grab it offline.

Many Thanks

Mark

This topic is now closed to further replies.
  • Posts

    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!