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

    • Ocenaudio 3.19.3 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.3 changelog: Fixes issues with MP4 files with more than 8 channels Fixes incorrect VBR detection for some CBR MP3 files Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Really? Use a better search engine https://www.google.com/search?...ourceid=chrome&ie=UTF-8
  • Recent Achievements

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

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      144
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      75
  • Tell a friend

    Love Neowin? Tell a friend!