Raised This Month: $12 Target: $400
 3% 

[TF2] Weapon Adjuster 0.2 (26/10)


Post New Thread Reply   
 
Thread Tools Display Modes
Jindo
AlliedModders Donor
Join Date: May 2009
Location: England, UK
Old 12-17-2009 , 02:34   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #51

Quote:
Originally Posted by noodleboy347 View Post
Is it possible to change the sound the weapon makes?
I've never looked in to this function before, but AddAmbientSoundHook, AddNormalSoundHook, AmbientSHook and NormalSHook might be useful for blocking a gun's sound and replacing it with another, I have no idea if they'll actually do the trick though.

I'm pretty sure that there is a more efficient way to give people weapons they don't own besides replacing models and blocking sounds.
__________________

Last edited by Jindo; 12-17-2009 at 02:48.
Jindo is offline
hegyak
New Member
Join Date: Nov 2009
Old 12-17-2009 , 23:54   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #52

I seem to be having a major bug. I have the flag "z" on my own server but when I connect, the server crashes. Is it because of how I configured it or is this a new thing because of the update released 12/17/09?

Here's my weapon config
PHP Code:
"weapons"
{
    
//Must set max_nodes to what ever nodes we have.
    
"max_nodes"            "3"
    "1"
    
{
        
"steamid_eq"         "STEAM_0:1:17470565"
        "class_eq"            "scout"
        "slot"            "0"
        "level"            "100"
        "rarity"        "5"
    
}
    
"2"
    
{
        
"steamid_eq"         "STEAM_0:1:17470565"
        "class_eq"            "scout"
        "slot"            "1"
        "level"            "100"
        "rarity"        "5"
    
}
    
"3"
    
{
        
"steamid_eq"        "STEAM_0:0:25533200"
        "slot"            "-1"
        "level"            "62"
        "rarity"        "6"
    
}

hegyak is offline
Jindo
AlliedModders Donor
Join Date: May 2009
Location: England, UK
Old 12-20-2009 , 15:45   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #53

Are you sure that this plugin is crashing your server? I have it running fine on mine.

The config is perfect, it is highly likely that another plugin is crashing the server, particularly if you have an extension such as Dukehacks or SDKHooks but haven't updated the gamedata files.
__________________
Jindo is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 12-20-2009 , 15:56   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #54

@Hegyak

This should work.
Seems to be another plugin that crashes the server.


@Jindo :

Do you think it could be possible to modify the description of the weapon ?
I know there are some plugins which modify crits rate etc...
I'm not using it but would be cool to 'cheat' on this
Cerise is offline
noodleboy347
AlliedModders Donor
Join Date: Mar 2009
Old 12-20-2009 , 16:05   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #55

Quote:
Originally Posted by Cerise View Post
@Hegyak

This should work.
Seems to be another plugin that crashes the server.


@Jindo :

Do you think it could be possible to modify the description of the weapon ?
I know there are some plugins which modify crits rate etc...
I'm not using it but would be cool to 'cheat' on this
You can't change the attributes, if that's what you're referring to, without an extension.
noodleboy347 is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 12-20-2009 , 16:11   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #56

I'm talking about the description ( i dont wanna modify how it works like increasing speed on wearer etc... ) I'm just curious about if it's possible to change the "Description" you have when womeone kill you.

i.e :

The Eyelander : "gives -25hp on wearer."

And i would modify it like
The Eyelander : "Gives 100hp on wearer" even if it doesn't.
I want to fake the description, not the real attributes
Cerise is offline
Jindo
AlliedModders Donor
Join Date: May 2009
Location: England, UK
Old 12-20-2009 , 16:13   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #57

Quote:
Originally Posted by Cerise View Post
I'm talking about the description ( i dont wanna modify how it works like increasing speed on wearer etc... ) I'm just curious about if it's possible to change the "Description" you have when womeone kill you.
The description is composed of the attributes, which can't be modified without an extension.

The name of weapons can't be changed either (at this time, I've heard Robin is implementing a custom naming thing to fix the grammar in community unlocks, so renaming weapons might be possible when that is implemented)
__________________
Jindo is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 12-20-2009 , 16:16   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #58

Quote:
Originally Posted by Jindo View Post
The description is composed of the attributes, which can't be modified without an extension.

The name of weapons can't be changed either (at this time, I've heard Robin is implementing a custom naming thing to fix the grammar in community unlocks, so renaming weapons might be possible when that is implemented)
If modified with an extensions, will it appear for everyone ? ( anyway i dont wanna use extensions for this, so i wont look farther ).

Yeah i heard about the customization of the weapon name.
Hope it will be possible, would be very amazing
Cerise is offline
noodleboy347
AlliedModders Donor
Join Date: Mar 2009
Old 12-20-2009 , 18:11   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #59

Quote:
Originally Posted by Jindo View Post
The description is composed of the attributes, which can't be modified without an extension.

The name of weapons can't be changed either (at this time, I've heard Robin is implementing a custom naming thing to fix the grammar in community unlocks, so renaming weapons might be possible when that is implemented)
That's great news!
noodleboy347 is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 12-22-2009 , 12:56   Re: [TF2] Weapon Adjuster 0.2 (26/10)
Reply With Quote #60

I saw the customization of the attributes were already asked in a Request post.
Is this extension a WIP ?

Actually i would try to understand most of the code i could see and my Private Testing Server is not really busy these days =/
Cerise is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:58.


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