Page 1 of 1

need help with my mutator!

Posted: 25 Jul 2012, 23:59
by ProtoType
wel i made this mod http://www.moddb.com/mods/shadowspecter ... mutatorv11

now the problem is when i host it myself i can use the mutator but when my hoster (kadam) hosts the mutator doesnt work even while everything is in the readme's but we nearly gave up and kadam hosted agian it worked then when kadam added my latest version of my map it dident work agian idk if it has something to do with alrightygamev3 because it works fine with dxmtlv152b1 when i run it but for some reason it wont work in kadams server could anybody help i want to use it in kadams fun server ty

Re: need help with my mutator!

Posted: 26 Jul 2012, 00:08
by atrey65789
I will take a look at it for ya

Re: need help with my mutator!

Posted: 26 Jul 2012, 04:01
by ~DJ~
on this function:

Code: Select all

simulated function PostBeginPlay()
{
Level.Game.BaseMutator.AddMutator(Self);
}
do this:

Code: Select all

simulated function PostBeginPlay()
{
Level.Game.BaseMutator.AddMutator(Self);
Super.PostBeginPlay();
}
(as in, add Super)

TRY THAT.

Re: need help with my mutator!

Posted: 27 Jul 2012, 01:39
by ProtoType
ill try that tomorrow because somebody else has to test it it wil work with me but it wont work with other hosters wel ill give that a try on kadams fun server ty for the post and also the reason why i doublepost is because i couldnt find my topic back even when i used search

Re: need help with my mutator!

Posted: 27 Jul 2012, 12:27
by ProtoType
it dident work it wil still not allow me to use the mutator in kadams fun server when i type mutate colorpack.version or anything else nothing shows up and nothing is changed when i host myself that isnt on a port it works like a charm idk what to do since mutators dont work in singleplayer but if it doesnt work in multiplayer i added the code for nothing

Re: need help with my mutator!

Posted: 27 Jul 2012, 15:28
by Poor
Did he add it to ServerActors in deusex.ini?

Re: need help with my mutator!

Posted: 27 Jul 2012, 18:49
by ProtoType
he did everything in the readme server actors and serverpackage maybe somebody else could host it and she if it works on there server if it does that means its something with kadam's server

Re: need help with my mutator!

Posted: 27 Jul 2012, 19:26
by ~DJ~
Please show his/her DeusEx.ini; more preferably the ServerActors list. There might be a mutator just above this that might be causing problems.

Re: need help with my mutator!

Posted: 31 Jul 2012, 12:07
by ~][FGS][Nobody~
ProtoType wrote:wel i made this mod http://www.moddb.com/mods/shadowspecter ... mutatorv11

now the problem is when i host it myself i can use the mutator but when my hoster (kadam) hosts the mutator doesnt work even while everything is in the readme's but we nearly gave up and kadam hosted agian it worked then when kadam added my latest version of my map it dident work agian idk if it has something to do with alrightygamev3 because it works fine with dxmtlv152b1 when i run it but for some reason it wont work in kadams server could anybody help i want to use it in kadams fun server ty
If you're testing on a non-dedicated server then you can right drop it, because that's like testing in SP which is not representative for an MP functionality test..
You need to test on a dedicated server in order to estimate if it works.

Re: need help with my mutator!

Posted: 31 Jul 2012, 16:35
by ProtoType
problem solved i installed alrightygame and the mutator dident work anymore but the file in colorpack is called colerpackclothes because when i compile it with colorpackclothes i get error ingame that it cant find Colorpack.Colerpackclothes i dont know why it thinks it was coler instead of color but i changed the colorpackclothes in the int file to colerpackclothes too and it solved the problem wish i knew why it did colerpackclothes but ow wel its working now ty for your comments

Re: need help with my mutator!

Posted: 01 Aug 2012, 19:50
by ProtoType
and its solved for me but the error now is this

DXMTL: Add mutator ColorPack.ColerPackClothes
Critical: appError called:
Critical: ColerPackClothes PType_PartyMap-NightV2.ColerPackClothes1 (Function Engine.Mutator.AlwaysKeep:0000) Infinite script recursion (250 calls) detected
Critical: Windows GetLastError: A mvelet sikeresen befejezdött.
Exit: Executing UObject: StaticShutdownAfterError

im feeling like i better give up on mutator because its still no work and the smaller problem with the name is what causes everything i still dont know why it gives error when i do colorpackclothes that it cant find colorpackmutator.colerpackclothes and when i change class to colerpackclothes its fixed for me but not for kadam plz help

Checked his deusex.ini there is no error in there