AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   FF2 (SOLVED) Looking for a passive ability; Google has turned up nothing (https://forums.alliedmods.net/showthread.php?t=305694)

LordHotPocketHomicide 02-28-2018 17:17

(SOLVED) Looking for a passive ability; Google has turned up nothing
 
At the moment, I'm making a boss that is centered around both horror and humor, and I need help looking for an ability that I am unable to find anywhere. I may just not be looking hard enough, but I would still appreciate help.

Anyways, the ability in question is a passive ability that makes the map appear "dark" and "shadowed" by giving players a limited draw distance, just like in this video. Does anybody know what subplugin this is, or is it exclusive to a single server?

AnubisTF2 02-28-2018 17:58

Re: Looking for a passive ability; Google has turned up nothing
 
https://forums.alliedmods.net/showthread.php?t=284270

this ability made my server crash, but maybe it will work for you

LordHotPocketHomicide 02-28-2018 18:08

Re: Looking for a passive ability; Google has turned up nothing
 
Quote:

Originally Posted by AnubisTF2 (Post 2580711)
https://forums.alliedmods.net/showthread.php?t=284270

this ability made my server crash, but maybe it will work for you

That's perfect, thank you. Hopefully it doesn't crash servers.

Fearts 02-28-2018 22:28

Re: Looking for a passive ability; Google has turned up nothing
 
The fog isn't going to work unless the map has env_fog_controller. What I do is use stripper source to add:

add:
{
"classname" "env_fog_controller"
}

To each map.

LordHotPocketHomicide 02-28-2018 22:40

Re: Looking for a passive ability; Google has turned up nothing
 
Quote:

Originally Posted by Fearts (Post 2580740)
The fog isn't going to work unless the map has env_fog_controller. What I do is use stripper source to add:

add:
{
"classname" "env_fog_controller"
}

To each map.

Thank you, I'll add this as a notice to the boss I've made which requires it.


All times are GMT -4. The time now is 07:34.

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