Recommended Posts

Well, they are perfectionists with their games, and I'd wager that they haven't gotten it working to their delight just yet. All in due time ;)

They have it working in Half-Life 2: Episode Two and Portal. It uses the same version of the Source engine as Team Fortress 2. Actually, I think Team Fortress 2's version is slightly more up to date. Nonetheless, there shouldn't be any reason not to add it.

The L4D engine (Protocol 37, TF2/OB is P14) has a proper multicore implementation and from what it seems a slew of other improvements ontop of that.

However they won't just transition everything over to P37 because it would mean everyone sub-DX9 gets dropped. (Buggers should upgrade) I get the feeling it was intended for the Scout-pack, but some sort of showstopper came up and FUBAR'd everything at the last minute.

http://store.steampowered.com/hwsurvey/

According to the STEAM Hardware Suvey in January, a mere 13% of STEAM users have DirectX 8 GPUs. The number is dropping by the day. Heck, there are more people with DirectX 10 GPUs on Windows XP alone then DirectX 8 GPUs on Windows XP and Windows Vista. Scalable multi-core support in Team Fortress 2 will mean better performance for people with multi-core processors. That will benefit 63.65% of STEAM users. I know Valve likes to do things that cater to the majority of users. But seriously, people with outdated video cards need to upgrade. It's holding the beautiful yet aging Source engine back.

Last night I was going up against a scout and he used the sandman against me. I dashed to the left before he hit the ball and I saw it go to my right, yet I was stunned. After a few more instances of getting stunned and seeing people getting stunned, I think the hitting range of it is too broad.

Or it could just be the poor netcode. This game is notorious for letting things that completely missed you, or were completely out of range(gogo 50ft. away melee) hit you.

Well, you guys gotta understand. It's not easy to add support for a full blown scalable multi core update to an engine as big as Source. Hell, it's not easy period.

Something of that difficulty takes quite a while to fully design, develop, and test.

Multi-core support already exists in the game, it's just broken. See mat_queue_mode 2. It may take "quite a while" to add multi-core support to something that has never had it, But i see no reason why it would take the same "quite a while" to simply fix code that already exists. Fixing anything is much simpler than making new.

Hmm, didn't know multi-core was already in other versions of the source engine. And actually, it generally takes longer to debug and fix code then it does to write new code. I do dev work for a living. New code is generally easier to put in depending on complexity while fixing some bugs can make you want to shoot yourself and take weeks to finish. Most dev work is spent fixing bugs.

I've got a problem though. TF2 NEVER saves my options. Every time I shut the game down and reopen it, my settings get reverted. How the hell do I fix this?

Edited by Xilo
Well, anyone can take out an unassisted sentry when out of its range. Scouts are about as effective at that role as enemy engineers.

I'm not talkin out of range, I'm talking right around the corner......if you can hit any part of the sentry you can kill it if no engy is there......

Or it could just be the poor netcode. This game is notorious for letting things that completely missed you, or were completely out of range(gogo 50ft. away melee) hit you.

Thats actually Lag compensation....a "feature" not poor coding.....in short, the server temporarily "rewinds" the action to see if someone with higher latency would have hit someone with lower latency with there shot........this is why you can get killed after getting behind a wall by a sniper, on their end they actually did hit you, so the server rewards them by killing you. From what I can tell this is also on melee weapons (or at least use to be on backstabs), and is where the "facestabs" came from.....the person (on their end) stabbed you in the back, but because of their latency compared to you they appeared to be infront of you at the time of the backstab.

I've got a problem though. TF2 NEVER saves my options. Every time I shut the game down and reopen it, my settings get reverted. How the hell do I fix this?

Are you running Vista/7 and do you have it installed in the standard Program Files directory? If so, try running the game as admin or reinstalling it out of the standard directory.

Thats actually Lag compensation....a "feature" not poor coding.....in short, the server temporarily "rewinds" the action to see if someone with higher latency would have hit someone with lower latency with there shot........this is why you can get killed after getting behind a wall by a sniper, on their end they actually did hit you, so the server rewards them by killing you. From what I can tell this is also on melee weapons (or at least use to be on backstabs), and is where the "facestabs" came from.....the person (on their end) stabbed you in the back, but because of their latency compared to you they appeared to be infront of you at the time of the backstab.

Yes, i know what it's called. Ping(or lag) compensation is one of my most hated "features" in any game. The main problem is that in any case, regardless of ping, it's stupidly inaccurate. The same things(ex. thru-wall sniper shot) that happen vs. someone with a 300 ping, still happen vs. someone with a 20 ping. Even when i ping the same 20ms or less myself. Quite frankly, ping compensation shouldn't exist period. Games without it always feel so much better. And If you can't play on servers in your own country/continent(or upgrade from dialup), your gameplay deserves to suffer because of your bad choice, not others. Learning how to lead shots wont kill someone(it's rather easy infact).

Also, on the facestabs... it's not entirely due to the netcode. The backstab code itself has always been sketchy. As i've been killed by a facestab called backstab before when the spy was in front of me the whole time, never behind my back. I've seen the same thing on others too.

Also, on the facestabs... it's not entirely due to the netcode. The backstab code itself has always been sketchy. As i've been killed by a facestab called backstab before when the spy was in front of me the whole time, never behind my back. I've seen the same thing on others too.

I've had it happen to me, saw the whole spy backstab animation in front of me yet i got backstabbed ><

I'm not talkin out of range, I'm talking right around the corner......if you can hit any part of the sentry you can kill it if no engy is there......

Thats actually Lag compensation....a "feature" not poor coding.....in short, the server temporarily "rewinds" the action to see if someone with higher latency would have hit someone with lower latency with there shot........this is why you can get killed after getting behind a wall by a sniper, on their end they actually did hit you, so the server rewards them by killing you. From what I can tell this is also on melee weapons (or at least use to be on backstabs), and is where the "facestabs" came from.....the person (on their end) stabbed you in the back, but because of their latency compared to you they appeared to be infront of you at the time of the backstab.

Are you running Vista/7 and do you have it installed in the standard Program Files directory? If so, try running the game as admin or reinstalling it out of the standard directory.

No, I'm on Windows XP and I'm running as admin user. I also keep all my games on another drive.

Edit: Did a validation and it seems to have fixed it.

Edited by Xilo
Yes, i know what it's called. Ping(or lag) compensation is one of my most hated "features" in any game. The main problem is that in any case, regardless of ping, it's stupidly inaccurate. The same things(ex. thru-wall sniper shot) that happen vs. someone with a 300 ping, still happen vs. someone with a 20 ping. Even when i ping the same 20ms or less myself. Quite frankly, ping compensation shouldn't exist period. Games without it always feel so much better. And If you can't play on servers in your own country/continent(or upgrade from dialup), your gameplay deserves to suffer because of your bad choice, not others. Learning how to lead shots wont kill someone(it's rather easy infact).

Also, on the facestabs... it's not entirely due to the netcode. The backstab code itself has always been sketchy. As i've been killed by a facestab called backstab before when the spy was in front of me the whole time, never behind my back. I've seen the same thing on others too.

I completely agree.....I had a good friend years ago when dial-up was just starting to die in gaming and he got so good at leading his shots in CS that he was actually a very high-end player (top 20 or so in tournies). He actually hated when he switched to DSL because he was not use to the lack of lag, so he had to adapt to not leading his shots near as much.

I can see why they want lag compensation as it helps everyone be on a similar level because those with lag actually hit targets that, without the lag, they would have never hit....and I agree in saying that it is a terrible feature, but its a little late in the Source engine's lifespan to even try to change that entire system. :p

My guess is Spy.

Agreed since from what I can tell they have always updated the least-played class at the time.......before the scout update was out spy was the next on the list after scout.

Then again maybe the faster backstab animation and tweaks to the disguises (equipping different weapons) will move the spy further up the list.

http://store.steampowered.com/hwsurvey/

According to the STEAM Hardware Suvey in January, a mere 13% of STEAM users have DirectX 8 GPUs. The number is dropping by the day. Heck, there are more people with DirectX 10 GPUs on Windows XP alone then DirectX 8 GPUs on Windows XP and Windows Vista. Scalable multi-core support in Team Fortress 2 will mean better performance for people with multi-core processors. That will benefit 63.65% of STEAM users. I know Valve likes to do things that cater to the majority of users. But seriously, people with outdated video cards need to upgrade. It's holding the beautiful yet aging Source engine back.

Well, it would have helped the majority of Steam users for quite a while actually, so that really doesn't mean it's going to happen. They've been saying they're going to do it for about 2 years now.

I completely agree.....I had a good friend years ago when dial-up was just starting to die in gaming and he got so good at leading his shots in CS that he was actually a very high-end player (top 20 or so in tournies). He actually hated when he switched to DSL because he was not use to the lack of lag, so he had to adapt to not leading his shots near as much.

I can see why they want lag compensation as it helps everyone be on a similar level because those with lag actually hit targets that, without the lag, they would have never hit....and I agree in saying that it is a terrible feature, but its a little late in the Source engine's lifespan to even try to change that entire system. :p

I was kinda like that back in ut2003/early ut2004. I was still suck on dialup then due to my fathers stupid refusal to upgrade(ugh) and i managed to become quite good with it as well. I was kinda backwards of your friend though, i was already good with a 120-180 ping and didn't have a problem adjusting to it being ~30 now.

Any ideas of which character they will be updating next?

Personally i want to see the sniper updated next. I'd like to see what they come up with for him. That and maybe soldier. My luck though, they'll pick the classes i rarely play, spy or engie.

HL2: EP2, Portal and TF2 already have multi-core code, but it's limited to Particle Systems only (as in, that's stable enough to be enabled, everything else is disabled, but it's there).

Left 4 Dead has an updated Source engine with even better multi-core support, Valve are back-porting those changes to the older Source engine (i.e. TF2), This is going to take time and they only said they were doing it a month or two ago.

I'll be happy as long as they're working on it.

Yeah I'm happy they're working on it but I'm still hoping it will be out soon. I still get slowdown when there are large numbers of players. mat_queue_mode 2 had a very positive effect but it's just not stable enough unfortunately.

Yeah I'm happy they're working on it but I'm still hoping it will be out soon. I still get slowdown when there are large numbers of players. mat_queue_mode 2 had a very positive effect but it's just not stable enough unfortunately.

Porting Team Fortress 2 to the Source engine used in Left 4 Dead is my dream come true. Not only would Team Fortress 2 look better, it would play better.

Here's a list of what's missing:

  • Scalable multi-core support
  • "Extended HDR" (based on high precision floating point calculations)
  • Improved particle system
  • Physics based animations

This topic is now closed to further replies.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!