Thespikedballofdoom
Account Details
SteamID64 76561198128793141
SteamID3 [U:1:168527413]
SteamID32 STEAM_0:1:84263706
Country United States
Signed Up April 30, 2018
Last Posted January 16, 2024 at 12:59 PM
Posts 241 (0.1 per day)
Game Settings
In-game Sensitivity 3.01
Windows Sensitivity 5/11
Raw Input 1
DPI
1000
Resolution
1920 x 1080
Refresh Rate
144
Hardware Peripherals
Mouse Razer Basilisk
Keyboard Logitech G710+
Mousepad Glorious XL 16"x18" 5-6mm
Headphones Generic Sony IDK
Monitor Acer XFA240
1 2 3 4 5 ⋅⋅ 16
#10 demos.tf - Demo editor in Projects

When I unlock the pov, it seems to stick the camera at 0 0 0 and I can't move it even with drive.

posted about a year ago
#4 demos.tf - Demo editor in Projects

Is processing complete when the processing text goes away? No downloads come for me

posted about a year ago
#2 demos.tf - Demo editor in Projects

unlocking pov?! This is amazing. I can't seem to download the demo I uploaded though after pressing edit.

posted about a year ago
#7 Lawena not Launching; Failed to replace CFG files in TF2 General Discussion

I don't know if this will help but one time I changed the folder icons in windows explorer for cfg and custom and it fucked lawena. I imagine for that it had to do with not being able to move/del the hidden desktop.ini somehow.

posted about a year ago
#1 Super massive map archive in Map Discussion

https://maps.mevl2.duckdns.org/

Seeing all these maps layed out in front of me and then CTRL+F ing and actually seeing the obscure map I typed show up hit like a train. I hope to give it more attention here.

I encourage everyone who has even remembered a map before to take a look a this and maybe submit.

posted about a year ago
#9 Demo File Bloat in Q/A Help

https://rapidgrab.net/i/jy31p.gif

posted about 2 years ago
#2 Decoding Map Index values in Personal Game Data in TF2 General Discussion

This is awesome, I love finding random data like this. I remember seeing match IDs in replay data and wondered if they ever had other systems like this. Legendary amount of work for just a little data.

posted about 2 years ago
#3 Med school + TF2 in Off Topic

https://rapidgrab.net/i/g7Q6v.png

posted about 2 years ago
#2 Youtube dislikes addon in Off Topic

theres a massive effort going on right now to archive dislike counts before the api goes away on dec 13
https://tracker.archiveteam.org/youtube-dislikes/
it's going into the addon once dislikes go fully hidden

posted about 2 years ago
#1 The final guide to custom skybox textures (lawena) in Customization

I'll try to stay wikipedia on this guide, but this was seriously fucking frustrating to figure out and I hope it no longer has to be for anybody anymore. Also if anybody has a better way to do this please post, I tried using 7-zip but LZMA compression ruins everything and pakrat pisses all over itself and the map if you try to save with it.

Please try sv_skyname first. You have to type it like this:
sv_skyname tf2_sky_04
sv_skyname sky_well_01
sv_skyname sky_hydro_01
No directions in the names. I can't nail down when it was fixed but it is fixed now. Do it and ignore this guide unless you need to run an old version of TF2.

This guide is mainly for lawena users but all lawema really does is automate copying skyboxes and switching custom folders, so this is all generalizable beyond just skyboxes and doable without lawena just using the custom folder.

tools that are required in case 2:
http://www.riintouge.com/VIDE/
https://github.com/ata4/bspsrc/releases
https://github.com/ruarai/CompilePal/releases

A lot of people encounter issues when they try to lawena-replace skyboxes on custom maps, or custom maps with custom skyboxes.
This is either because the map is using a skybox tf2 has by default that lawena isn't replacing, or overriding the skybox with its embedded version.

In the first case all you have to do is extract all the skybox materials (vmt and vtf) from
tf/tf2_misc_dir.vpk,
tf/tf2_textures_dir.vpk,
hl2/hl2_misc_dir.vpk,
hl2/hl2_textures_dir.vpk and put them into your lawena install's skybox folder. It will be able to replace those from now on, and you'll also be able to replace skyboxes to them.

https://rapidgrab.net/i/ztbL6.png

The second case is much more involved and requires editing the map, but you don't have to recompile.

To begin, check if you can open it with vide. Open vide, open the pakfile editor (rightmost icon) and try to open your bsp.
If you get a list of files like this:

https://rapidgrab.net/i/VBnNP.png

Then you're good, go in and delete all the skybox VTF & VMTs. [click > un/delete > save bsp]
You should be able to replace the sky like normal after that, since the map has no VTFs of its own to override with it will use yours.

But if vide gives you an incomplete read error:

https://rapidgrab.net/i/iazuG.png

You'll have to decompress it, and then extract and destroy all the materials in it.

Open a CMD window and type this:

"C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\bin\bspzip.exe" -repack "full path to your map, just drag the map file onto the window so it auto-types the path for you"

and hit enter.

https://rapidgrab.net/i/w6vpA.png

It should say 'successfully repacked' when it's done.

Now open bspsrc and hit the 'other' tab. Check 'extract embedded files'
and untick 'smart extracting' (we need cubemaps to be extracted)

NOTE: If you wanna be a little bitch about things you could rebuild the cubemaps, which will make reflections reflect your new skybox instead of the first one. Keep smart extract enabled and don't bother renaming any folders in the extracted materials step. Check cubemaps in compilepal (I think on publish so hdr and ldr are made, make sure no source games are running or it will fail) or type buildcubemaps in console to make new ones once you've replaced the skybox. You'll have to do this for every new sky texture you put in if you really want accurate reflections.

then go back to the maps tab and drag your map onto it, and hit decompile
Make sure you don't decompile to the tf folder, because we have to use the folders in it later.

https://rapidgrab.net/i/nLOir.png

https://rapidgrab.net/i/eaWQ5.png

Go to your decompiled map's materials and copy everything in the skybox folder to your lawena install/skybox.
Then, in decompiled materials folder, delete every VTF related to the skybox. The map will be re-packed without them.

https://rapidgrab.net/i/wQHbq.png

Now it's time to destroy all the material files in the uncompressed map. We'll be putting all but the skybox VTFs back in a moment.
Open CMD and type

"C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\bin\bspzip.exe" -deletecubemaps "full path to your map"

I know that sounds stupid but the command is broken and deletes every VTF
If they ever change -deletecubemaps, I don't know a way to delete the vtf files, so you'd have to rename all the $basetextures in the VMT files to some other sky vtf texture before the next step.

Some maps have different properties on their skyboxes that will misalign any replacement skyboxes that are put in. These are specified in the VMT files. We'd delete them too if we could, but until a way to do this without recompiling is discovered, they're stuck in there. We can only edit them. Not all skyboxes have it, but check all the extracted vmt files in the decompiled materials/skybox folder now for "$basetexturetransform".
You can delete the line, but it's probably safer and faster to //comment it out like this.

https://rapidgrab.net/i/8Nz72.png

https://rapidgrab.net/i/tC6s7.png

Sometimes they also just decide to have opposite VMT $basetexture values. You'll just have to have a careful eye.

Nevermind below paragraph, you probably have demos that already have a specified map name, just hold the edited map files somewhere else and switch them out during recording

In order to avoid constantly renaming in order to play normally or having broken cubemaps in the final BSP, we're going to have a different name for the map when it's exported, and that means a different name for the cubemap folder is required. Go into your decompiled map's /materials/maps/mapname and rename the folder to something else like mapname_noskyvtf.
There's also another one, don't ask why, materials/maps/mapname/maps/mapname/, rename that one too
[img]https://rapidgrab.net/i/4nkNz.png[/img]
They must match the final BSP name once you pack, so rename yourmap.bsp and yourmap_d.vmf to their new name now.

Now we need to pack everything but the skybox texture we deleted back into the BSP. Check all the folders that came out of bspsrc and if they exist in /tf, rename them so they won't add redundant embedded default textures to the final repack.
Then drag the folders into /tf.

https://rapidgrab.net/i/UlzS9.png

Now open compilepal and select TF2. If you don't see your TF2 in the selection prompt, go to TF2/bin, open and close hammer.exe once and open compilepal again.

You need your map's BSP in tf/maps for this step.
Add your map's decompiled VMF and select either publish option (or just whatever shows the pack checkbox, or add it manually)
Uncheck everything but pack.

https://rapidgrab.net/i/9Eekl.png

hit 'compile' to automatically embed all the stuff you put in /tf earlier.
This shouldn't take long.

https://rapidgrab.net/i/BNWHq.png

and you're finally done, dispose of the folders you dragged into TF and un-rename the ones you renamed last step.
Select whatever skybox you want from lawena's list and do your thing.

If you want the map to be as small as it was run bspzip on the map with -repack -compress.

POC: Reckoner, no sky vtfs: https://mega.nz/file/WZEBHYwI#0EzfGBEqLPHzrsYT8wJ2lVIlgEZYdx73v1J__RUXkqM

And, extended lawena skybox logic in case it helps anyone:

https://rapidgrab.net/i/xWJHE.png

posted about 2 years ago
#1 -enablefakeip launch option in TF2 General Discussion

It works about how you expect, it's a fake ip for when you load into games. Since TF2 normally leaks your ip if you have public game details on steam and go in a local game. I think it was fixed or added last update.

It looks like this in action:

https://rdgb.net/i/Bq7L4.png

I've only seen mastercoms discord talk about it and ask for testing so far so I wanted to spread awareness. She asked for help testing it out in the server and reporting issues.
I've tried it myself and had a small issue where the first local map load I won't have item servers, but everything else is fine after that.

posted about 2 years ago
#5 TF2 update for 10/8/21 (10/9/21 UTC) in TF2 General Discussion

Apparently it has something to do with having the discord overlay enabled on tf2

posted about 2 years ago
#6769 HUD editing: short questions, quick answers in Customization

How do you edit an existing button's command? I'm trying to change the "quit" button on the matchmakingdashboard, but it only works if the command is "quit".

posted about 2 years ago
#6767 HUD editing: short questions, quick answers in Customization

is it possible to make a button on the menu to execute whatever console commands I want? if so is there a like base button somewhere
Im assuming something like this should be easy

posted about 2 years ago
#5 TF2 update for 9/24/21 (9/25/21 UTC) in TF2 General Discussion

i still cant stop it from deleting my sprays

posted about 2 years ago
1 2 3 4 5 ⋅⋅ 16