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

Abilities not working?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Archie The Medic
Junior Member
Join Date: Sep 2013
Old 01-06-2016 , 18:23   Abilities not working?
Reply With Quote #1

https://www.youtube.com/watch?v=_nJPaaRGhbU

I put together a video of what's wrong with my game. I am also trying to put together a freak at the same time but I'm also having problems with that. But everything that is wrong was addressed in the video. I'm sure this has been reported many times before so hopefully if this is easy to fix I'd like to know what I need to do.
Archie The Medic is offline
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 01-06-2016 , 20:20   Re: Abilities not working?
Reply With Quote #2

Let me see his config.

Also you are using a old version of FF2, update it to this: https://forums.alliedmods.net/showthread.php?t=229013

and use the newest version after: https://github.com/50DKP/FF2-Officia...ive/stable.zip
__________________
Scoot Sauce is offline
Archie The Medic
Junior Member
Join Date: Sep 2013
Old 01-14-2016 , 18:29   Re: Abilities not working?
Reply With Quote #3

Quote:
Originally Posted by Scoot Sauce View Post
Let me see his config.

Also you are using a old version of FF2, update it to this: https://forums.alliedmods.net/showthread.php?t=229013

and use the newest version after: https://github.com/50DKP/FF2-Officia...ive/stable.zip

Sorry for taking forever to respond, exams are annoying. But this is the cfg I made for my character, its just a simple cfg I put together without any custom model or textures.




"character"
{
"name" "Darth Mist"
"class" "3"
"model" "models\player\soldier.mdl"
"ragedist" "800.0"
"sound_block_vo" "1"

"description_en" "Darth Mist:\nDon't look at him the wrong way.\nSuper Jump: alt-fire, look up and stand up.\nWeigh-down: in midair, look down and crouch.\nRage (stun + ubercharge): taunt when the Rage Meter is full."

"weapon1"
{
"name" "tf_weapon_shovel"
"index" "5"
}
"ability1"
{
"name" "charge_bravejump"
"arg0" "1"
"arg1" "1.5"
"arg2" "5"
"plugin_name" "default_abilities"
}
"ability2"
{
"name" "rage_uber"
"arg1" "10.0"
"plugin_name" "default_abilities"
}
"ability3"
{
"name" "rage_stun"
"arg1" "5.0"
"plugin_name" "default_abilities"
}
"ability4"
{
"name" "rage_preventtaunt"
"plugin_name" "default_abilities"
}
"ability5"
{
"name" "rage_stunsg"
"arg1" "8.0"
"plugin_name" "default_abilities"
}
"ability6"
{
"name" "charge_weightdown"
"arg0" "3"
"plugin_name" "default_abilities"
}
"ability7"
{
"name" "special_dropprop"
"arg1" "models\player\gibs\soldiergib002.mdl"
"arg3" "1"
"plugin_name" "ff2_1st_set_abilities"
}
"sound_begin"
{
"1" "freak_fortress_2\mist\intro4.wav"
"2" "freak_fortress_2\mist\intro3.wav"
}
"sound_kspree"
{
"1" "freak_fortress_2\mist\intro.wav"
"2" "freak_fortress_2\mist\kill2.wav"
"3" "freak_fortress_2\mist\kill3.wav"
"4" "freak_fortress_2\mist\kill1.wav"
}
"catch_phrase"
{
"1" "freak_fortress_2\mist\intro2.wav"
"2" "freak_fortress_2\mist\lastman4.wav"
"3" "freak_fortress_2\mist\kill6.wav"
"4" "freak_fortress_2\mist\kill4.wav"
}
"sound_win"
{
"1" "freak_fortress_2\mist\win1.wav"
}
"sound_death"
{
"1" "freak_fortress_2\mist\fail3.wav"
"2" "freak_fortress_2\mist\fail4.wav"
}
"sound_hit"
{
"1" "freak_fortress_2\mist\hit1.wav"
"2" "freak_fortress_2\mist\hit2.wav"
}
"sound_ability"
{
"1" "freak_fortress_2\mist\kill6.wav"
"2" "freak_fortress_2\mist\kill2.wav"
"3" "freak_fortress_2\mist\kill4.wav"
"4" "freak_fortress_2\mist\jump2.wav"
"slot4" "1"
"5" "freak_fortress_2\mist\jump.wav"
"slot5" "1"
}
"sound_lastman"
{
"1" "freak_fortress_2\mist\lastman.wav"
"2" "freak_fortress_2\mist\lastman2.wav"
"3" "freak_fortress_2\mist\lastman3.wav"
"4" "freak_fortress_2\mist\lastman4.wav"
}
"mod_precache"
{
"1" "models\player\gibs\soldiergib002.mdl"
}

"download"
{
"1" "sound\freak_fortress_2\mist\hit2.wav"
"2" "sound\freak_fortress_2\mist\hit1.wav"
"3" "sound\freak_fortress_2\mist\intro3.wav"
"4" "sound\freak_fortress_2\mist\intro4.wav"
"5" "sound\freak_fortress_2\mist\lastman4.wav "
"6" "sound\freak_fortress_2\mist\lastman3.wav "
"7" "sound\freak_fortress_2\mist\lastman2.wav "
"9" "sound\freak_fortress_2\mist\lastman.wav"
"10" "sound\freak_fortress_2\mist\jump.wav"
"11" "sound\freak_fortress_2\mist\jump2.wav"
"12" "sound\freak_fortress_2\mist\kill2.wav"
"13" "sound\freak_fortress_2\mist\kill4.wav"
"14" "sound\freak_fortress_2\mist\kill6.wav"
"15" "sound\freak_fortress_2\mist\kill3.wav"
"16" "sound\freak_fortress_2\mist\kill1.wav"
"17" "sound\freak_fortress_2\mist\fail3.wav"
"18" "sound\freak_fortress_2\mist\fail4.wav"
"19" "sound\freak_fortress_2\mist\intro2.wav"
}
}
Archie The Medic is offline
Baron14
Junior Member
Join Date: Nov 2015
Old 01-15-2016 , 01:58   Re: Abilities not working?
Reply With Quote #4

It could be due to the direction of your slashes.

Try change them:

"1" "freak_fortress_2/mist/intro4.wav"

Last edited by Baron14; 01-15-2016 at 02:05.
Baron14 is offline
Transit Of Venus
Senior Member
Join Date: May 2014
Location: Australia
Old 01-15-2016 , 14:24   Re: Abilities not working?
Reply With Quote #5

Have a look if the Console is giving you any Errors about this Boss.
__________________

Click on the banner to explore my servers and more
Transit Of Venus is offline
Send a message via ICQ to Transit Of Venus Send a message via Skype™ to Transit Of Venus
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 01-15-2016 , 17:45   Re: Abilities not working?
Reply With Quote #6

Quote:
Originally Posted by Baron14 View Post
It could be due to the direction of your slashes.

Try change them:

"1" "freak_fortress_2/mist/intro4.wav"
Mac + Linux only has a issue were that / doesn't work, unless he is using them.
__________________
Scoot Sauce is offline
Archie The Medic
Junior Member
Join Date: Sep 2013
Old 01-16-2016 , 21:19   Re: Abilities not working?
Reply With Quote #7

Quote:
Originally Posted by Scoot Sauce View Post
Mac + Linux only has a issue were that / doesn't work, unless he is using them.
I got the sounds to start working. So that's not a problem now, but sometimes the intro doesn't seem to work now.
Archie The Medic is offline
Baron14
Junior Member
Join Date: Nov 2015
Old 01-16-2016 , 22:30   Re: Abilities not working?
Reply With Quote #8

Quote:
Originally Posted by Archie The Medic View Post
I got the sounds to start working. So that's not a problem now, but sometimes the intro doesn't seem to work now.
Can I see your new config?

P.S: Scoot Sauce, Do you have nothing better to do? Stop commenting on my stuff. All you do is try to prove me wrong whenever I post. Seriously, get over yourself.

Last edited by Baron14; 01-16-2016 at 22:34.
Baron14 is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 01-16-2016 , 22:33   Re: Abilities not working?
Reply With Quote #9

The direction of the slashes do not matter.
__________________
~Wliu

Last edited by Wliu; 01-17-2016 at 19:27.
Wliu is offline
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 01-16-2016 , 23:07   Re: Abilities not working?
Reply With Quote #10

Jesus christ I just wanted to help OP, stop being such a child and grow up.

And no, just because you are wrong time-to-time doesn't mean I am seeking out posts to "prove you wrong" stop acting like everyone is out to get you.
__________________

Last edited by Scoot Sauce; 01-16-2016 at 23:13.
Scoot Sauce 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 17:18.


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