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

FF2 [BOSS] Epic Scout (update v1.0.1, critical fix!)


Post New Thread Reply   
 
Thread Tools Display Modes
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 07-21-2017 , 14:10   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #21

Quote:
Originally Posted by MAGNAT2645 View Post
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. FP_CanInvoke() failed.
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. RRW_CanInvoke() failed.
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. SNW_CanInvoke() failed.
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. DSD_CanInvoke() failed.
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. ADT_CanInvoke() failed.
[sarysapub3] ERROR: Could not find ff2_sarysapub3.ff2. FDR_CanInvoke() failed.

EDIT: Works fine on Windows server, but wont work on Linux
Do you have ff2_sarysapub3.ff2 in plugins/freaks folder?
Maximilian_ is offline
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 07-21-2017 , 15:03   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #22

Quote:
Originally Posted by Maximilian_ View Post
Do you have ff2_sarysapub3.ff2 in plugins/freaks folder?
Da! Yeah

Plugin just scolds himself
AMS HUD works but abilities always unavailable (even if Rage Meter is 100%)

EDIT:
Seems plugin loading is fine
PHP Code:
[SMLoaded plugin freaks/ff2_sarysapub3.ff2 successfully
__________________

Last edited by MAGNAT2645; 07-23-2017 at 12:37.
MAGNAT2645 is offline
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 08-06-2017 , 03:11   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #23

I have edited ff2_sarysapub3 just for some debug in AMS_GetMethod()

Log (Windows server):
PHP Code:
[sarysapub3iter 0xD8F006E
[sarysapub3plugin 0x637F042E
[sarysapub3plugin buffer freaks\ff2_replaceprojectile.ff2
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x63810430
[sarysapub3plugin buffer freaks\ff2_sarysapub3.ff2
[sarysapub3StrContains != -1breaking loop... 
Log (Linux Server):
PHP Code:
[sarysapub3iter 0x7D1E039A
[sarysapub3plugin 0x120012
[sarysapub3plugin buffer mutecheck.smx
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x140014
[sarysapub3plugin buffer footprints_public.smx
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x160016
[sarysapub3plugin buffer spraytrace.smx
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x1B001B
[sarysapub3plugin buffer tf_tauntmenu_public.smx
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x1D001D
[sarysapub3plugin buffer tradechat.smx
[sarysapub3StrContains = -1plugin INVALID_HANDLE
[sarysapub3plugin 0x0
[sarysapub3plugin buffer freaks/ff2_sarysapub3.ff2
[sarysapub3StrContains != -1breaking loop...
[
sarysapub3ERRORCould not find ff2_sarysapub3.ff2FP_CanInvoke() failed
What's wrong?
__________________

Last edited by MAGNAT2645; 08-06-2017 at 03:12.
MAGNAT2645 is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 09-02-2017 , 03:41   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #24

I might wind up taking over if sarysa abandoned the plugin.
__________________
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
Snivy_Films
Junior Member
Join Date: Sep 2017
Location: Not here
Old 09-04-2017 , 18:00   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #25

Quote:
Originally Posted by MAGNAT2645 View Post
Da! Yeah

Plugin just scolds himself
AMS HUD works but abilities always unavailable (even if Rage Meter is 100%)

EDIT:
Seems plugin loading is fine
PHP Code:
[SMLoaded plugin freaks/ff2_sarysapub3.ff2 successfully
I am getting this same issue, Granted that I'm brand new (to being a member on this webpage) and I wanted to see if AMS worked, I have some code that works with AMS but the sarysapub3 AMS stuff doesn't work.
PHP Code:
    "ability5"
    
{
        
"name"        "rage_outline"
        "arg1"        "10"        
// Duration
        
"arg2"        "4000"        // Range
        
"arg3" "1"        // Triggered by AMS
        
"arg4" "freak_fortress_2\dev\scanmode.wav" // Sound (if triggered from AMS)
        
        // args reserved for the ability management system, if configured to be used with AMS.
        
"arg1001"    "30"    // delay before first use
        
"arg1002"    "10"    // cooldown
        
"arg1003"    "Scan Mode"    // name
        
"arg1004"    "Reveals location of enemies in a wide area for 10 seconds"    // description
        
"arg1005"    "25"    // rage cost
        
"arg1006"    "1"    // index for ability in the AMS menu
        
"plugin_name"    "M7_abilities"
    
}
    
"ability6" 
        

            
"name" "rage_movespeed"
            "arg1" "520"     
// Boss Move Speed 
            
"arg2" "10"      // Boss Move Speed Duration (seconds) 
            
"arg3" "0"    // Victim Range (to enable victim move speed) 
            
"arg4" "1"    // Victim Move Speed 
            
"arg5" "1"     //Victim Move Speed duration (seconds)
        
"arg6" "1"        // Triggered by AMS
        
"arg7" "freak_fortress_2\dev\overclock.wav" // Sound (if triggered from AMS)
         
            // args reserved for the ability management system 
            
"arg1001"    "0.0" // delay before first use 
            
"arg1002"    "30.0" // cooldown 
            
"arg1003"    "Overclock" // name 
            
"arg1004"    "Overclock the movement systems, granting speed increase for 10 seconds" // description 
            
"arg1005"    "35" // rage cost 
            
"arg1006"    "2" // index for ability in the AMS menu 
      
            
"plugin_name" "ff2_movespeed"     
        

This piece of AMS Code works (granted it isn't from sarysapub3)
Where something like this
PHP Code:
"ability4"
    
{
        
"name"    "rage_random_weapon"
        
        "arg1"    "1" 
// trigger. 0 = E rage, 1 = triggered by ability management system
        
"arg2"    "2" // number of weapons (MAX: 10)
        
"arg3"    "0.0" // weapon duration. set to 0.0 to keep it forever. (or until replaced)
        
"arg4"    "vo/scout_meleedare02.mp3" // mapwide sound to play when rage is used
        
        // all weapons below have the "no random critical hits" attribute
        // from arg11 and every 10 args after, specs for various weapons repeat
        
"arg11"    "tf_weapon_crossbow" // weapon name
        
"arg12"    "1079" // weapon index (ambassador)
        
"arg13"    "2 ; 99 ; 103 ; 9999;" // weapon args (set to headshot for 360, body shot for 60)
        
"arg14"    "1" // weapon visibility
        
"arg15"    "64" // weapon alpha (0 = fully hidden, 255 = fully visible) [damnit, it wigs out on a scout]
        
"arg16"    "0" // weapon slot
        
"arg17"    "0" //"454" // optional, wearable to use for bodygroup swaps
        
"arg18"    "5" // starting clip
        
"arg19"    "0" // starting reserve ammo

        
"arg21"    "tf_weapon_rocketlauncher" // weapon name (scouts cannot get tf_weapon_shotgun, but can use any shotgun with tf_weapon_scattergun)
        
"arg22"    "305" // weapon index (reserve shooter)
        
"arg23"    "2 ; 99 ; 99 ; 50 ; 104 ; .85;" // weapon args (set to have low spread, max 324 damage on airborne targets, requires fast switching)
        
"arg24"    "1" // weapon visibility
        
"arg25"    "255" // weapon alpha (0 = fully hidden, 255 = fully visible)
        
"arg26"    "0" // weapon slot
        
"arg27"    "0" // "540" // optional, wearable to use for bodygroup swaps
        
"arg28"    "1" // starting clip
        
"arg29"    "0" // starting reserve ammo
        // args reserved for the ability management system
        
"arg1001"    "0.0" // delay before first use
        
"arg1002"    "0.0" // cooldown
        
"arg1003"    "Random Weapon" // name
        
"arg1004"    "Load a random weapon from Snivy's Horrible Weapon ideas." // description
        
"arg1005"    "99.0" // rage cost
        
"arg1006"    "0" // index for ability in the AMS menu
        
        
"plugin_name"    "ff2_sarysapub3"
    
}
    
"ability5"
    
{
        
"name"    "rage_ams_dynamic_teleport"
        
        "arg1"    "1" 
// trigger. 0 = E rage, 1 = triggered by ability management system
        
"arg2"    "1" // 1 = try teleport on top
        
"arg3"    "0" // 0 = try teleport on side
        
"arg4"    "0.5" // self-stun duration (intentionally short, since the idea is this only gets used if a merc is trolling them)
        
"arg5"    "vo/scout_sf13_spell_teleport_self01.mp3" // mapwide sound to play when used
        // and this arg because I REALLY don't want hales stalling and behaving like it's a teleport hale...
        
"arg6"    "0" // maximum number of living players for ability to work. set to 0 to not have such a limitation.
        
        // args reserved for the ability management system
        
"arg1001"    "10.0" // delay before first use
        
"arg1002"    "25.0" // cooldown (intentionally high, it's not meant to be primary mobility, only last ditch)
        
"arg1003"    "Teleport" // name
        
"arg1004"    "Its the Teleportaning" // description
        
"arg1005"    "35.0" // rage cost
        
"arg1006"    "1" // index for ability in the AMS menu
        
        
"plugin_name"    "ff2_sarysapub3"
    

Doesn't work.
It would be nice if SHADoW NiNE TR3S toke the wheel because at this point this plugin is abandoned
__________________
Im a Snivy...That Films...Ok Makes sense, good
Snivy_Films is offline
p0008874
Senior Member
Join Date: Jul 2014
Old 09-05-2017 , 04:10   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #26

Quote:
Originally Posted by Snivy_Films View Post
I am getting this same issue, Granted that I'm brand new (to being a member on this webpage) and I wanted to see if AMS worked, I have some code that works with AMS but the sarysapub3 AMS stuff doesn't work.
PHP Code:
    "ability5"
    
{
        
"name"        "rage_outline"
        "arg1"        "10"        
// Duration
        
"arg2"        "4000"        // Range
        
"arg3" "1"        // Triggered by AMS
        
"arg4" "freak_fortress_2\dev\scanmode.wav" // Sound (if triggered from AMS)
        
        // args reserved for the ability management system, if configured to be used with AMS.
        
"arg1001"    "30"    // delay before first use
        
"arg1002"    "10"    // cooldown
        
"arg1003"    "Scan Mode"    // name
        
"arg1004"    "Reveals location of enemies in a wide area for 10 seconds"    // description
        
"arg1005"    "25"    // rage cost
        
"arg1006"    "1"    // index for ability in the AMS menu
        
"plugin_name"    "M7_abilities"
    
}
    
"ability6" 
        

            
"name" "rage_movespeed"
            "arg1" "520"     
// Boss Move Speed 
            
"arg2" "10"      // Boss Move Speed Duration (seconds) 
            
"arg3" "0"    // Victim Range (to enable victim move speed) 
            
"arg4" "1"    // Victim Move Speed 
            
"arg5" "1"     //Victim Move Speed duration (seconds)
        
"arg6" "1"        // Triggered by AMS
        
"arg7" "freak_fortress_2\dev\overclock.wav" // Sound (if triggered from AMS)
         
            // args reserved for the ability management system 
            
"arg1001"    "0.0" // delay before first use 
            
"arg1002"    "30.0" // cooldown 
            
"arg1003"    "Overclock" // name 
            
"arg1004"    "Overclock the movement systems, granting speed increase for 10 seconds" // description 
            
"arg1005"    "35" // rage cost 
            
"arg1006"    "2" // index for ability in the AMS menu 
      
            
"plugin_name" "ff2_movespeed"     
        

This piece of AMS Code works (granted it isn't from sarysapub3)
Where something like this
PHP Code:
"ability4"
    
{
        
"name"    "rage_random_weapon"
        
        "arg1"    "1" 
// trigger. 0 = E rage, 1 = triggered by ability management system
        
"arg2"    "2" // number of weapons (MAX: 10)
        
"arg3"    "0.0" // weapon duration. set to 0.0 to keep it forever. (or until replaced)
        
"arg4"    "vo/scout_meleedare02.mp3" // mapwide sound to play when rage is used
        
        // all weapons below have the "no random critical hits" attribute
        // from arg11 and every 10 args after, specs for various weapons repeat
        
"arg11"    "tf_weapon_crossbow" // weapon name
        
"arg12"    "1079" // weapon index (ambassador)
        
"arg13"    "2 ; 99 ; 103 ; 9999;" // weapon args (set to headshot for 360, body shot for 60)
        
"arg14"    "1" // weapon visibility
        
"arg15"    "64" // weapon alpha (0 = fully hidden, 255 = fully visible) [damnit, it wigs out on a scout]
        
"arg16"    "0" // weapon slot
        
"arg17"    "0" //"454" // optional, wearable to use for bodygroup swaps
        
"arg18"    "5" // starting clip
        
"arg19"    "0" // starting reserve ammo

        
"arg21"    "tf_weapon_rocketlauncher" // weapon name (scouts cannot get tf_weapon_shotgun, but can use any shotgun with tf_weapon_scattergun)
        
"arg22"    "305" // weapon index (reserve shooter)
        
"arg23"    "2 ; 99 ; 99 ; 50 ; 104 ; .85;" // weapon args (set to have low spread, max 324 damage on airborne targets, requires fast switching)
        
"arg24"    "1" // weapon visibility
        
"arg25"    "255" // weapon alpha (0 = fully hidden, 255 = fully visible)
        
"arg26"    "0" // weapon slot
        
"arg27"    "0" // "540" // optional, wearable to use for bodygroup swaps
        
"arg28"    "1" // starting clip
        
"arg29"    "0" // starting reserve ammo
        // args reserved for the ability management system
        
"arg1001"    "0.0" // delay before first use
        
"arg1002"    "0.0" // cooldown
        
"arg1003"    "Random Weapon" // name
        
"arg1004"    "Load a random weapon from Snivy's Horrible Weapon ideas." // description
        
"arg1005"    "99.0" // rage cost
        
"arg1006"    "0" // index for ability in the AMS menu
        
        
"plugin_name"    "ff2_sarysapub3"
    
}
    
"ability5"
    
{
        
"name"    "rage_ams_dynamic_teleport"
        
        "arg1"    "1" 
// trigger. 0 = E rage, 1 = triggered by ability management system
        
"arg2"    "1" // 1 = try teleport on top
        
"arg3"    "0" // 0 = try teleport on side
        
"arg4"    "0.5" // self-stun duration (intentionally short, since the idea is this only gets used if a merc is trolling them)
        
"arg5"    "vo/scout_sf13_spell_teleport_self01.mp3" // mapwide sound to play when used
        // and this arg because I REALLY don't want hales stalling and behaving like it's a teleport hale...
        
"arg6"    "0" // maximum number of living players for ability to work. set to 0 to not have such a limitation.
        
        // args reserved for the ability management system
        
"arg1001"    "10.0" // delay before first use
        
"arg1002"    "25.0" // cooldown (intentionally high, it's not meant to be primary mobility, only last ditch)
        
"arg1003"    "Teleport" // name
        
"arg1004"    "Its the Teleportaning" // description
        
"arg1005"    "35.0" // rage cost
        
"arg1006"    "1" // index for ability in the AMS menu
        
        
"plugin_name"    "ff2_sarysapub3"
    

Doesn't work.
It would be nice if SHADoW NiNE TR3S toke the wheel because at this point this plugin is abandoned
You need ff2_ams.inc to work.
https://forums.alliedmods.net/showpo...3&postcount=17
__________________
p0008874 is offline
Snivy_Films
Junior Member
Join Date: Sep 2017
Location: Not here
Old 09-05-2017 , 09:19   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #27

Quote:
Originally Posted by p0008874 View Post
I do have ff2_ams.inc, Its ff2_sarysapub_3 AMS Abilities that doesn't work.
__________________
Im a Snivy...That Films...Ok Makes sense, good
Snivy_Films is offline
p0008874
Senior Member
Join Date: Jul 2014
Old 09-05-2017 , 09:27   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #28

Quote:
Originally Posted by Snivy_Films View Post
I do have ff2_ams.inc, Its ff2_sarysapub_3 AMS Abilities that doesn't work.
Weird I use shadow93's ff2_sarysapub3 And never happen.
__________________
p0008874 is offline
Snivy_Films
Junior Member
Join Date: Sep 2017
Location: Not here
Old 09-05-2017 , 09:30   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #29

Quote:
Originally Posted by p0008874 View Post
Weird I use shadow93's ff2_sarysapub3 And never happen.
I used the one from this post...maybe that is why it doesn't work
__________________
Im a Snivy...That Films...Ok Makes sense, good
Snivy_Films is offline
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 09-09-2017 , 22:36   Re: [BOSS] Epic Scout (update v1.0.1, critical fix!)
Reply With Quote #30

So, anyone know how to fix that?

Also FindPluginByFilename with StrEqual (from my plugins) works fine on Windows, but on Linux it always return INVALID_HANDLE
__________________

Last edited by MAGNAT2645; 09-09-2017 at 22:37.
MAGNAT2645 is offline
Reply


Thread Tools
Display Modes

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 05:45.


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