Mentrillum / Slender-Fortress-Modified-Versions

A modification of Team Fortress 2 based on the game Slender: The Eight Pages.
GNU General Public License v3.0
33 stars 22 forks source link

Fix Native #117

Closed M60TM closed 11 months ago

M60TM commented 1 year ago

Fix problem about SF2_GetBossProfileDifficultyNumValues, SF2_GetBossProfileDifficultyBoolValues, SF2_GetBossProfileDifficultyFloatValues can't retrieves difficulty-based keys.

Thanks @Nopied for explaining this to me

Mentrillum commented 11 months ago

I know this is stupid long overdue, but in 1.8.0 all of the GetProfileDifficulty functions have been included in 1.7.5.10 and maybe in 1.7.5 (feel free to correct me if I'm wrong), but I would swap out those deprecated natives with the actual original functions found in profiles.inc, feel free to check them out here https://github.com/Mentrillum/Slender-Fortress-Modified-Versions/blob/master/addons/sourcemod/scripting/include/sf2/profiles/profiles.inc#L365C19-L365C19

Anything found in the INC files will work with sub plugins.