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

FF2 Freak Fortress 2 1.10.14 Released


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Wliu
Veteran Member
Join Date: Apr 2013
Old 10-30-2013 , 21:58   Freak Fortress 2 1.10.14 Released
Reply With Quote #1

1.10.14 fixes some minor bugs. It's recommended to upgrade especially if you have multiple bosses reliant on rage_cloneattack.

Please note that 1.10 will be the last major version of FF2 v1; however, 1.10.x will still be supported for a while after 2.0.0 comes out. In addition, no more feature additions will be considered for FF2 v1. 1.10.x is solely bugfixes from now on.

Note: The 'plugins' archive now also contains the source code.

Found any bugs? Try to report them over at Github. It makes tracking bugs a lot easier, and will ensure that it doesn't get lost in this forum. Thanks .

Installing from scratch


Upgrading from 1.0.13, 1.0.12, 1.10.11, or 1.10.10


Convars


Changelog


Have questions? Read these first


Interested in seeing the diff between 1.10.13 and 1.10.14? Try this.


Due to the forum only allowing zip files up to 9MB, the fastdl files are available on Github. Direct link (tar.gz) Direct link (zip)

Thanks to:
-friagram for giving random snippets of fix code on the forums
-BBG_Theory for being extremely supportive and giving me a testing server (and also pointing out bugs I would have never noticed )
-Powerlord for allowing me to take over FF2
-Shadow for constantly bugging me about bugs
-Maximilian_ for updating Russian translations (and bug reports!)
-wasder, also for updating Russian translations
-CooliMC for German translations
-50DKP for just being there
-Chris for telling me not to commit broken stuff everytime I ask him for help
-Lawd for lawdling
-Carge for iunno, sound? Just the random pop-in to tell me about cupcakes or something?
-Anyone who's contributed on the Github repo
Attached Files
File Type: smx freak_fortress_2.smx (123.4 KB, 5091 views)
File Type: sp Get Plugin or Get Source (freak_fortress_2.sp - 3668 views - 259.1 KB)
File Type: smx ff2_1st_set_abilities.smx (23.1 KB, 4151 views)
File Type: sp Get Plugin or Get Source (ff2_1st_set_abilities.sp - 2436 views - 30.6 KB)
File Type: gz plugins.tar.gz (912.2 KB, 2955 views)
File Type: zip plugins.zip (994.1 KB, 7832 views)
__________________
~Wliu

Last edited by Wliu; 10-21-2016 at 23:30. Reason: 1.10.14!
Wliu is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 10-31-2013 , 10:51   Re: 1.0.8
Reply With Quote #2

I just updated my server to this and will report how it goes.

Im currently running SourceMod Version: 1.5.3-dev+3948 so we will see

Works like a charm. Tough some issues are. You cant see how much damage you have done

Last edited by Automicbomb; 10-31-2013 at 11:02.
Automicbomb is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 10-31-2013 , 16:11   Re: 1.0.8
Reply With Quote #3

So I forgot to mention some things (I was tired last night, ok? ).

RELEASE HIGHLIGHTS:
1) FF2 NOW DEPENDS ON morecolors.inc! Get it here: http://forums.alliedmods.net/showthread.php?t=185016. You can remove colors.inc if none of your other plugins depend on it.
2) You can now specify the clip amount while giving a weapon to a boss (on rage/life-loss/etc.). No more reloading
3) You no longer have to precache sound_bgm, FF2 will now do it automatically.
4) Translations now are a whole lot less disjointed.
5) freak_fortress_2.inc's info was greatly improved.
6) Ninja Spy/etc. don't get stuck in walls or ceilings anymore!
7) Bosses don't get stuck in ceilings when teleporting anymore!
8) Seeldier's minions can NO LONGER CAP. This was a balance change due to the fact that if you spawned your minions near the point, they would win in a matter of seconds. Also, a x3/x6 cap rate is fast enough, no need for added minions trying to cap.
9) Medigun now overheals 50% more.
10) FF2RoundState was discarded for GameRules_GetRoundState() (which is called through FF2's CheckRoundState()). Should be a whole lot more accurate and should also fix some round-related bugs (hopefully the end-of-round bgm playing).
11) Whitelisted some weapons/action slot items.
12) Added more checks so that spies couldn't exploit the 2s wait timer after backstabbing.
13) If an attribute formatting error is detected in your config, FF2 will default to default attributes to avoid being spammed with errors. Fix dem configs!

As for the damage done not appearing, do you mean the green block of text on the lower part of your screen? Does it NEVER appear, or does it not appear only when you're alive/dead?
__________________
~Wliu

Last edited by Wliu; 10-31-2013 at 16:11.
Wliu is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2013 , 17:22   Re: FF2 1.0.8 Released
Reply With Quote #4

FF2RoundState really does need to return its old values, though... since subplugins may rely on it. Definitely deprecated and it's recommend that subplugins use GameRules_GetRoundState, though.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-31-2013 at 17:23.
Powerlord is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 10-31-2013 , 17:41   Re: FF2 1.0.8 Released
Reply With Quote #5

Wont appear at all. Also all my hales lost their special ability
Automicbomb is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 10-31-2013 , 20:18   Re: FF2 1.0.8 Released
Reply With Quote #6

Quote:
Originally Posted by Powerlord View Post
FF2RoundState really does need to return its old values, though... since subplugins may rely on it. Definitely deprecated and it's recommend that subplugins use GameRules_GetRoundState, though.
I know, the code is as follows (hurr just realized that it can be simplified into a switch case, will get on that):
Spoiler

The change is reflected in the include files...I think.

@Automicbomb, as far as I can see, the damage display should be working...
What do you mean by special ability? Rage? (If that's broken I might have to take another look at the RoundState stuff...)
__________________
~Wliu

Last edited by Wliu; 10-31-2013 at 20:19.
Wliu is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 11-01-2013 , 01:18   Re: FF2 1.0.8 Released
Reply With Quote #7

Wliu, thanks for your efforts!
BBG_Theory is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 11-01-2013 , 04:34   Re: FF2 1.0.8 Released
Reply With Quote #8

Yes the rage and the super jumo. And for example the demopans charge wont work at all when i was running this. I re-installed stable version of the FF2 today and all works fine
Automicbomb is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 11-01-2013 , 15:15   Re: FF2 1.0.8 Released
Reply With Quote #9

Might have to do with CheckRoundState(), are there any errors in your logs/dev console?

And thanks, BBG Theory
__________________
~Wliu
Wliu is offline
Kanye_East
Junior Member
Join Date: Nov 2013
Old 11-02-2013 , 18:45   Re: FF2 1.0.8 Released
Reply With Quote #10

Does anyone else have the issue where the first boss of the map is a bugged soldier who cannot move or attack?

Edit 1: Probably not specifically a soldier, and it's now happened several rounds past the first with no console output to analyze.


Edit 2: I believe I've fixed it by deleting FreakFortress2.cfg
Edit 3: I take that back, still happens every now and then, as well as the last player standing not having crits.

Last edited by Kanye_East; 11-02-2013 at 19:49. Reason: not fixed
Kanye_East 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 09:57.


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