Garry's Mod

Garry's Mod

265 hodnocení
TF2 Resource Mounting Fix
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Cartoon
Velikost souboru
Přidáno
Aktualizováno
30.065 MB
30. čvn. 2020 v 12.21
22. srp. v 1.23
Poznámky ke změnám (25) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
TF2 Resource Mounting Fix

V 1 kolekci od uživatele InvalidVertex
Matt's Hangout | GMod
72 položek
Popis
My attempt at fixing the mounting issues GMod has with Team Fortress 2.
You should disable/unsubscribe from any other TF2 mounting fixes before subscribing to this.

This dynamically replaces the conflicting textures when you load a Team Fortress 2 map, meaning you won't have to deal with disabling the addon on HL2 maps and re-enabling it on TF2 maps.
It also includes fixes for the particle mounting, a small fix for maps that used voice lines from before TF2 changed them to .mp3 files, and a fix for the TF2 shotgun using the textures if the HL2 shotgun.

Note: If you're on a TF2 map and the texture fix doesn't automatically apply for some reason, use the console command "tf_applyfixup" This can also be used on non-TF2 maps, though it isn't recommended






If you enjoy my content, please consider donating.
Ko-Fi[ko-fi.com]
Populární diskuze Zobrazit vše (3)
3
5. kvě. 2024 v 18.26
Unloaded thundermountain bridge (possible mount error?)
Scanner Man
0
18. úno. v 11.39
trains?
ProGaming122
Počet komentářů: 141
InvalidVertex  [autor] 4. zář. v 1.05 
It does, in fact, it was developed on that branch
Durt 3. zář. v 23.29 
does this work with the 64 bit branch?
Scanner Man 29. srp. v 16.09 
I have also noticed that when reloading a game, if it has some animation props with particles set with the advanced particle controller, the game crashes. I don't really know how to find a solution to that, or maybe you can fix it in a future update.
LλMBDA Huge SCP / Gmod Fan 27. srp. v 11.30 
Oh, The Fire Is Normal, Uhh The Fire Was Only Showing Embers But That Got Fixed Quickly.
InvalidVertex  [autor] 26. srp. v 10.28 
That's unfortunately a side effect of the addon itself clearing the map to reload the particle systems. Not much I can do about that (that I know of)
Scanner Man 22. srp. v 19.00 
Great, now it's fixed, although now I have the problem that when I load a map already saved from TF2, all the props or ragdolls I put in disappear. The only way to fix it is to reload the map. I don't know why that happens.
no loafing (but spooky) 22. srp. v 13.15 
seems to be fixed on my end!
InvalidVertex  [autor] 22. srp. v 1.09 
@no loafing
Now that you mention that I'm almost certain that's what's going on.
There's timers that apply the fixes and clean the map shortly after loading it and looking into it it seems that the one for cleaning up the map ran BEFORE the one that applies the particle fixes. Tweaking the timing seems to have fixed it.
Scanner Man 21. srp. v 20.52 
I've been experiencing that bug for a while now, where particles from a specific map don't appear, but I discovered that it can be fixed by saving the map game and then reloading it, although it's tedious to do that every time. A fix for that in a future update would be nice.
no loafing (but spooky) 21. srp. v 18.58 
yeah, i've run into this bug too. this addon despawns all the particles on the map, and tf_applyfixup doesn't restore them, but cleaning up the map does.

if it's any help, when working on another addon, i noticed that loading a pcf again after particle effects from it had already spawned would get rid of them all - could that possibly be what's going on here? the addon is just loading the pcfs too late, after the particle entities on the map have already spawned? ideally, autorun should be loading them as early as possible.