Page 3 of 3

Re: AdvancedMutator v5b + Examples [+ POLL]

Posted: Mon Oct 03, 2016 4:31 am
by PrinceOfFunky
A taste of the sixth version capabilities (using FunStuff v3) :3
G-hs23Wfrfo

There are rly too many new functions and stuff. I rly hope I'll be able to do a synthesis when I'll release it.
One of the main things it can now do, is to let all the actors call the mutator callbacks, it's not limited to players and their weapons anymore.

EDIT: Maybe I should have post this on General Discussions :/

Re: AdvancedMutator v6b <Mainly for developers>

Posted: Wed Oct 12, 2016 2:15 am
by PrinceOfFunky
* UPDATED TO VERSION 6 BETA *

Re: AdvancedMutator v1 <Mainly for developers>

Posted: Fri Oct 28, 2016 5:53 am
by PrinceOfFunky
* VERSION 1 RELEASED *

Re: AdvancedMutator v1 <Mainly for developers>

Posted: Thu Nov 03, 2016 4:31 am
by papercoffee
I have a name for you...

AdvancedMutator v1 <Mainly for developers> = AMMFD V1

Re: AdvancedMutator v1 <Mainly for developers>

Posted: Fri Nov 04, 2016 8:15 pm
by PrinceOfFunky
papercoffee wrote:I have a name for you...

AdvancedMutator v1 <Mainly for developers> = AMMFD V1
I don't think I can still modify it since it's not a beta anymore, I wish I could change ValueRegister with MetaData, since I'm programming on Spigot/Bukkit for Minecraft and I'm finding out it's basically the same concept of what I've done with this mutator.

Re: AdvancedMutator v1 <Mainly for developers>

Posted: Fri Apr 07, 2017 2:41 pm
by PrinceOfFunky
I started developing the second version :D
that's a taste of it:
f2VYgBNjdPw
It will handle Objects other than Actors.
In the above example the Object "Console" is being used,since I guess anti-cheats may think your mutator is trying to steal passwords or whatever, I will force mutators to register before to be able to touch Objects.

Re: AdvancedMutator v1 <Mainly for developers>

Posted: Wed Jun 19, 2019 2:43 am
by PrinceOfFunky
Another update for AdvMut2, KEY EVENTS (it doesn't exploit the classes HUD and Console):
UF_0FGZ7bfU
It should be used for non-important things since it's unreliable, the key event function is called(indirectly) by the client so the function may be called multiple times at once or the key may not be the one given as parameter.

Now I can finally build an elevator with a working dialpad, but I probably won't :rock: .

Re: AdvancedMutator v2 <Mainly for developers>

Posted: Mon Jun 24, 2019 10:09 pm
by PrinceOfFunky
UPDATED TO VERSION 2.0 .

Re: AdvancedMutator v2r1 <Mainly for developers>

Posted: Thu Jul 04, 2019 2:01 pm
by PrinceOfFunky
UPDATED TO VERSION 2r1.

Changelogs:
- Replication fixed for CanvasSensor;
- Keybindings and CanvasSensors can now work when spectating;
- PostRender() callback has been removed;