I mean, he just asked what people use. dd is what I've used many times to clone OS installs since I find the hassle-free and headache-free nature of a bit-for-bit copy to be absolutely worth wasting whatever .00001% of an ssd's life on cloning free space. You're completely right about drive sizes though, a filesystem level tool would be better and easier if the destination drive is smaller, although there is the option of resizing partitions and then copying just the partitions and table with dd instead of the full drive.
Account Details | |
---|---|
SteamID64 | 76561198374045865 |
SteamID3 | [U:1:413780137] |
SteamID32 | STEAM_0:1:206890068 |
Country | Pirate |
Signed Up | March 20, 2020 |
Last Posted | May 1, 2025 at 3:54 PM |
Posts | 310 (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 |
Have you considered changing the sens directly in tf2 via rcon instead of changing it system wide in libinput? You could easily make it crossplatform that way, and also keep m_rawinput on. The game client serves rcon if you launch with
-usercon +rcon_password "whatever" +ip 127.0.0.1 +net_start
You could use something like https://github.com/n0la/rcon or https://python-valve.readthedocs.io/en/latest/rcon.html in your script, or, if you deem those clients too bloated, cap a packet, look at how it changes when you send a different value in the sensitivity command, and just send the raw bytes with nc.
Forgive my ignorance: why would anyone ever want a sensitivity randomizer for anything other than destroying their aim?
bearodactylwheres my fenoblocker9000 (maybe AimIsADick too)
just put a big CRINGE WARNING and let me click thru if i want to
here https://greasyfork.org/en/scripts/427733-fenoblocker9000-aimisadick-too/code
maybe you fixed it by now but I remember a few months ago this plugin considered rocket jumping to be 'aimsnap detections' or something
it's probably the changes from 9.3.2. if you don't mind it, ignore it, if you do, set mat_filterlightmaps to 1 and clear mastercomfig's lightmaps_override alias to avoid needlessly toggling it
AimIsADickEDIT: cl_threaded_bone_setup can be found in tf/bin/client.dll, but this doesn't mean it hadn't got removed in a sense, and even if it "technically" still exists, the point is that its been hidden so you should stop telling me to do anythting with that cvar.
It's still used in the current game exactly the same way it was previously: https://i.imgur.com/ndooak3.png Only difference is you can't set many things with stuffcmds that you used to be able to, but nothing has changed with cl_threaded_bone_setup.
I'm sorry for 'telling you' to disable some of the threading settings, it was simply a suggestion for something to try. I also had a crash after updating mastercomfig and happened to have some of those enabled. I thought it may be possible that the io/loading changes from the latest mastercomfig could conflict with one of them, but it was merely a guess.
I get that, but I also like to do everything I can to curb misinformation so anyone reading in the future is not mislead. This is my last post about it, won't shit up the thread any more.
AimIsADickOh and btw @turbochad69 cl_threaded_bone_setup doesn't exist in TF2 with the -dev launch op, so it's been removed.
Hate to keep this going, but no, it has not been removed. You nearly always have no idea what you're talking about whatsoever.
Hi aim is a dick. I looked at your 'GDB log' and feel the need to let you know that that is not debugger output from GDB at all. Only the [New Thread xxxx.xxxxx] is coming from GDB. TF2 outputs the rest of that stuff to stdout regardless, try running it without GDB and you will see much the same output.
I think the faster your cpu the more likely you are to crash, due to race conditions being more likely to arise. I'm on a slow ass computer and basically never crash.
It hasn't been removed, it won't show in your console because it's FCVAR_DEVELOPMENTONLY, but you could set it through stuffcmds until recently. The cvar continues to exist in the game and still functions if enabled, it just seems there's no way to set it anymore.
AimIsADickturbochad69Why doesn't cl_threaded_bone_setup do anything? What changed between 2017 and now?Likely it either caused issues and/or wasn't needed anymore so the cvar got removed.
it has not been removed… stop posting dog
Why doesn't cl_threaded_bone_setup do anything? What changed between 2017 and now?
edit: Nvm noticed that you can't set it with stuffcmds anymore for some reason