AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Particle Effects on Weapons (https://forums.alliedmods.net/showthread.php?t=201252)

Elephantom 11-28-2012 15:54

Re: Particle Effects on Weapons
 
Ye, I'm running 1.5.3.

None of the particles are working, though.

I don't know what I'm doing wrong.

Mitchell 11-28-2012 23:55

Re: Particle Effects on Weapons
 
worked for me. but i didnt use the item manager.

Elephantom 11-29-2012 01:55

Re: Particle Effects on Weapons
 
Nor did I.

asherkin 11-29-2012 08:14

Re: Particle Effects on Weapons
 
Quote:

Originally Posted by Elephantom (Post 1845463)
Nor did I.

You're editing the config file for tf2items_manager, it's not going to work if you dont have it loaded.

Mitchell 11-29-2012 09:26

Re: Particle Effects on Weapons
 
Quote:

Originally Posted by Elephantom (Post 1845463)
Nor did I.

Gotcha. exactly what asher said. :)

Elephantom 11-30-2012 14:29

Re: Particle Effects on Weapons
 
I was editing the 'tf2items.weapons.txt' file.

It's the only file that appears in my folders when I enable it in Clanforge(Known for not allowing much access to TF2 Server Files).

Are there any other files that I need?

Skippy 11-30-2012 19:02

Re: Particle Effects on Weapons
 
Is it under addons/sourcemod/config ?

Elephantom 12-02-2012 02:19

Re: Particle Effects on Weapons
 
Yes it is.

Sorry for the late reply, I've been at work.

SlimeCounty 12-02-2012 03:55

Re: Particle Effects on Weapons
 
Not sure why this isn't working for you, I have similar set up for a handful of weps on mine, but just a tip, you're going to want to add:
"preserve_attributes" "1"
so that the wep still functions as it should.

PHP Code:

"custom_weapons_v3"
{
    
"STEAM_0:0:19123372" //Eleph
    
{
        
"414" //Liberty Launcher
        
{
            
"level"    "50"
            "quality"    "7"
            "preserve_attributes"       "1"
            "1"        "134 ; 4" 
// Sparkle
            
"2"        "370 ; 5" // Halo Glow
        
}
    }



asherkin 12-02-2012 08:06

Re: Particle Effects on Weapons
 
You should be using a hyphen not an underscore in preserve-attributes.


All times are GMT -4. The time now is 04:12.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.