why'd you put my name in your OP
Account Details | |
---|---|
SteamID64 | 76561198374045865 |
SteamID3 | [U:1:413780137] |
SteamID32 | STEAM_0:1:206890068 |
Country | Pirate |
Signed Up | March 20, 2020 |
Last Posted | August 22, 2024 at 1:24 PM |
Posts | 309 (0.2 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 5.2 |
Windows Sensitivity | no |
Raw Input | yes |
DPI |
no |
Resolution |
1024 768 |
Refresh Rate |
120 |
Hardware Peripherals | |
---|---|
Mouse | no |
Keyboard | yes |
Mousepad | no |
Headphones | no |
Monitor | yes |
-limitvsconst doesn't accept any arguments like that, it just limits to no more than 256 if set, otherwise doesn't limit
also -gl_texclientstorage on osx will crash the game if batched texture creates and destroys are enabled (which they should be)
16:9 if fps is a non issue
You can do that already if you spend a bit of time to figure out how
Maybe it's changed now but I remember I had to disable normal mge for chilly mge to work about a year ago
I am sorry to derail the thread like this,, but I tried signing up for fyg's e-dating service on that site and it's not working? help?
If it's a managed server then I would assume it's already set up so that the server is allowed to write to everything in the tf folder. If you have ftp access, check whether the demo files exist on disk or not. If you have shell access, you can check permissions with 'ls -l' or 'stat' and change permissions with 'chmod'.
ubiquiti and mikrotik routers are good from my experience
maxzcould anyone please tell me how to make my netgraph look like the link below:
https://youtu.be/adpxTgNi4xs?t=351
The netgraph font is controlled by the DefaultFixedOutline definition in resource/sourcescheme.res. If your hud doesn't have that, you can paste in something like this as a start and then edit it.
The 5 different sections are for different resolutions, so if you only play on one res you really only need to edit the one whose "yres" includes your vertical res (eg. edit the 4th section if you play on 1080p).
It's hard to tell what font that is in the video but it definitely looks like outline is off and antialias is probably on. The font itself might just be arial, but if not just try other fonts I guess.
The cvar net_graphheight can be changed to move the netgraph up like in the video, try something like net_graphheight 100.
fun rule of thumb AimIsADick: if someone like you knows about it, it's patched
also the write up says it's been patched in csgo and tf2, and that steam invites for other games will show a confirmation dialog when passed abnormal launch flags
Valve fixed this 6 months ago in tf2: https://i.imgur.com/XbI1hPU.png, would post the link but you actually already posted it lol
It's a very very foolish mindset to assume that there aren't bugs leading to rce in any software, let alone a c++ codebase from 2004, with old versions of 3rd party libraries, that valve has been adding to in the way that they have.
This specific bug in XZip has been found and patched, there are undoubtedly many more similar bugs in other parts of Source/tf2, and you should assume the same for nearly any software.
Curl error 26 means the file couldn't be opened, which usually would happen when the file doesn't exist.
I believe the demos.tf plugin doesn't record demos but only uploads them, so if you don't have something like the recordSTV plugin that could explain it.
If you do have recordSTV or similar, it might be that the user you're running the server under doesn't have write permission to the folder the demos should be saved in and they're not getting saved. chmod +w would add that on linux, no clue if windows even has filesystem permissions.