Bully-Board
Bully Modding Section => Requests => Requests Archive => Topic started by: TrollFace on November 04, 2012, 01:22:58 PM
-
My second request of the day ;)
Is it possible to make a mod where you skip detention after you are busted (class as well)? Or possibly a mod where prefects can grab you, but you never actually get busted.
I wouldn't want to disable them. Just keep them there so I can try and attack them without getting grabbed.
-
Do you just want to disable the trouble meter?
-
Do you just want to disable the trouble meter?
I wouldn't say disable it, but rather have a way to prevent it from reaching red or make the prefects able to grab you, but no matter how long they hold onto you, you won't get busted. You would have an unlimited time to escape.
-
I think I know of a way to keep the trouble meter from reaching red, but I can't enable that in free roam just yet, just through an executable script.
As for the unlimited time to be in a grapple hold, I think Act controls that, but that can't be edited safely yet.
-
Alright, thanks anyway. At least I know that it is possible, so that's good :)
And how about the "no detention" mod? Maybe it is possible to set Jimmy's spawn location after he gets busted. Unfortunately, I don't even know how to do that yet :P
-
Never looked into a way to disable detention. Not yet, anyways.
-
I can release a modified library script that disables being busted globally but that will take a little time to test and make sure it works.
The biggest hurdle with doing this is it usually can be only done on a per script basis since many scripts will override free roam stuff when you are in a mission ....but I think I can get some things working but this will just take a little extra time and testing.
Doing this as a specific executable mission using lua is very simple since it is really just one line of code that enables or disables punishments (detentions) and what happens is while you can still be busted....you simply just slide out of the grasp of the person busting you and they will attempt to bust you again...unless you run away from them or hide to lower the meter.
I also can disable the meter globally too but that also will take time and testing to make sure it works properly and is not overridden by another script.