View Single Post
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 12-25-2018 , 09:17   Re: Unofficial Freak Fortress
Reply With Quote #2

Your modification has some features I really like(!ff2companion for example), sadly the community where I play installed it and there were some gamebreaking bugs(some rages/abilities not working, rounds not starting). About rounds not starting, line https://github.com/Batfoxkid/FreakFo...ess_2.sp#L7270 should be:
PHP Code:
// Only block the commands when FF2 is actively running
    
if(!Enabled || RoundCount<arenaRounds || CheckRoundState()==-1)
    {
        return 
Plugin_Continue;

https://github.com/50DKP/FF2-Officia...ess_2.sp#L5326

Also you're right about FF2 is not currently actively updated. What about you make some pull requests with features?
__________________
My plugins:
*None for now*


Steam:
naydef

Last edited by Naydef; 12-25-2018 at 09:19.
Naydef is offline