Page 1 of 1

Any commands to change the score?

PostPosted: Tue Mar 19, 13 12:33 pm
by Stoner420
Hi there.

I am looking to edit the score. We play on a lan and it would be helpful if we could give some students a handicap.

I am hoping there is such as
admin set deusexmpgame scoreplayer 6 25

something like that.

We tried the DL score changer mutator but it doesn't work or the instructions are wrong.
Please help asap, thank you.

PostPosted: Tue Mar 19, 13 1:40 pm
by Alex
I think the instructions are indeed incorrect, as it states "ServerActor=DLMutators.DLMutators", it should be this:
Code: Select all
ServerActors=DLMutators.DLMutators


This bit of code needs to be placed in your DeusEx.ini in the section "[DeusEx.DeusExGameEngine]"

As for usage of the mutator, I found this:

Code: Select all
Mutators Commands:

Broadcaster: (Broadcast a message)
Mutate Broadcast "Message"

DecoSummonMutator: (Allow summoning deco to non-admins)
Mutate SummonDeco "Decoration"

DLUserCC: (Like MMUserControl100)
Mutate Command "ID" "Command"

DrugControlMutator: (drug/undrug someone)
Mutate Drug "ID" "Time (seconds)"

EnergyControlMutator: (set the energy of someone)
Mutate AddEnergy "ID" "amount"
Mutate SetEnergy "ID" "amount"

HealthControlMutator: (damage/heal someone)
Mutate Damage "ID" "amount"
Mutate Heal "ID" "amount"

IDControl: WARNING: UNTESTED AND CAN BE DANGEROUS FOR THE SERVER IF USED
Mutate changeID "ID" "New ID"

LogControlMutator: (control your log)
Mutate StopLog
Mutate StartLog

LPMutator: (boost human habilities)
Mutate LEETPLAYER

MatrixMutator: (matrix view (thereisnospoon))
Mutate Matrix

MoneyControlMutator: (control the money of anyone)
Mutate Givecredits
Mutate Addcredits
Mutate AddMoney
Mutate GiveMoney

Mutate remcredits
Mutate removecredits
Mutate remMoney
Mutate removeMoney

Mutate Fixcredits
Mutate Setcredits

MusicMutator: WARNING: UNWORKING
Mutate SetMusic "Music Name"

MutatorShake: (shake yourself)
Mutate shake
Mutate shakemore
Mutate shakeless

NameControl: (change the name)
Mutate SetName "ID" "New Name"

NoKillMutator: (Make you god but you can't kill)
Mutate Nokill
Mutate Anti-kill
Mutate No kill

PMSystem: (PM Someone)
Mutate Call "ID" "message"
Mutate PM "ID" "message"

ScoreControlMutator: (edit score)
Mutate GiveScore
Mutate AddScore

Mutate RemScore
Mutate RemoveScore

Mutate FixScore
Mutate SetScore

SpectateMutator: (Still testing, I think we need the Mutate Normal to remove the specate :/ Working on it) (Make you spectate)
Mutate Spectate
Mutate Spectator

PostPosted: Tue Mar 19, 13 9:24 pm
by Stoner420
Hello Alex, Thank you for your time in answering my question. However I am not a new to installing and using mods. I installed it exactly as instructed. When I said the instructions may be incorrect I was referring to the actual commands we type. I have tried all the codes and that mod does nothing. In fact it says "mutator desactivated", (which isn't even spelled right) when i type any command from the instructions.
Any more help would be appreciated.
That mod is filled with other things I won't use. Is there no other way to affect the score other than this mod?

PostPosted: Tue Mar 19, 13 10:03 pm
by Alex
Try placing the attached file in your System directory, and then try the command again.

PostPosted: Tue Mar 19, 13 10:18 pm
by Stoner420
Ok, tried that it still says "tool desactivated" no matter what command I enter from the list.

PostPosted: Tue Mar 19, 13 10:27 pm
by Alex
Try one of these two:
Code: Select all
Mutate GiveScore
Mutate AddScore


The .ini file only enabled that command & the health command.

PostPosted: Tue Mar 19, 13 10:34 pm
by Stoner420
Both say "tool desactivated"

PostPosted: Tue Mar 19, 13 11:16 pm
by ~DJ~
hmm..
well just throwing this anyway;
try going to singleplayer, and type:
Code: Select all
summon DLMutators.DLMutators


then do those mutate commands, obviously you can't do the score ones but try no-kill etc.
report back what happens. :o

EDIT: and try this as well, when on your server, type this command:
Code: Select all
admin set DLMutators.BAllowScoreControl true


then try changing the scores..

PostPosted: Tue Mar 19, 13 11:40 pm
by Stoner420
Hello DJ
I tried with the admin set and that didn't change anything. The only one that seems to work is the name change one. Tried on SP too, same results. Thanks though, any other suggestions? Thank you.

I think an mmscorechanger.u file is needed, lol?
The problem is this has DL in front of it and not MM.
The MM mods have ALWAYS worked flawlessly for me.
:wink:

PostPosted: Wed Mar 20, 13 11:37 pm
by Stoner420
So there is no command I can use even without this mod?

PostPosted: Fri Mar 22, 13 2:44 am
by ~DJ~
well, I made a quick mutator.
I was thinking to do it so you can specify the amount of score you can increase/decrease.. but maybe some other time.. :o
I know you want to do that, but for the time being I hope you can work around with this.. :(

To install, paste that file in System folder, and put this in the DeusEx.ini, the place where all the other 'ServerActors' are..
Code: Select all
ServerActors=ScoreMutator.ScoreMutator


and that's it!

the commands are as follows:
Code: Select all
Mutate AddScore <ID>
Mutate RemoveScore <ID>


I haven't done much testing, so report back if you face any problems.. :oops:
OH and you have to be an admin to execute those commands.

PostPosted: Fri Mar 22, 13 11:31 pm
by Stoner420
Ok, I tested it thoroughly.
Here are the results:
If the score to win is 10 and you raise a players score to say 11 the game does not end.
The added points do not increase the streak.
You have the ability to make a negative score which is neet.
Overall I like it, I just wish I could add a bunch of points to a player at one time.

PostPosted: Sun Mar 24, 13 7:01 am
by Stoner420
Oh, I put up the wrong one, no matter. She always talks to me like that when no one else is around.
:oops:

PostPosted: Sun Mar 24, 13 11:24 am
by ~DJ~
I've never seen Karky type like that. :lol:
WAIT, BRAD? HI.

Here's the updated version for the Mutator as promised.
Includes the option to change the streak when adding score. (default: enabled, so don't worry about it.)

ADDED COLORS!!!1
the syntax now is:
Code: Select all
Mutate AddScore <PlayerID> <Amount>
Mutate RemoveScore <PlayerID> <Amount>


Check it out, if you find any bugs then report here. :oops:
(as I dint check this much out either :oops: )

PostPosted: Sun Mar 24, 13 11:29 am
by Kaiden
Usually just saying fag over and over.

PostPosted: Sun Mar 24, 13 2:48 pm
by Stoner420
Just tested it DJ, it's exactly what I was wanting. Thanks!

Kaiden, Your thinking of the friendly k1djerz. :?

PostPosted: Mon Mar 25, 13 1:52 pm
by Psycho
No, he's thinking of you who constantly spammed for weeks.

PostPosted: Mon Mar 25, 13 7:56 pm
by Stoner420
~þsÿçhø~ wrote:No, he's thinking of you who constantly spammed for weeks.


No Psycho you mooron You have no idea what your on about so smuck off. And stop harassing players in game.
LOL this is a fuckkkin troll board.

PostPosted: Tue Mar 26, 13 12:46 pm
by Psycho
Lol ye that clearly is me.... You also used my old name bind from like 2 years ago. Nice aug selection btw :lol:

PostPosted: Tue Mar 26, 13 8:05 pm
by Stoner420
fag, I know your going by the name "DoucheyGirl" now but I couldn't remember the fonts. My bad.

PostPosted: Wed Mar 27, 13 5:37 am
by ~DJ~
wait did I just help Dogny or what..
it's currently on that shady server that changes its name all the time.. currently about being UrbanTerror at the moment.

Brad, or Dogny? WUT.
WHAT HAVE I DONE?

PostPosted: Wed Mar 27, 13 4:59 pm
by Psycho
Brad has been impersonating you today btw DJ, aswell as creating a server along the lines of

ALPHA [A] Clan Recruting -----> dxalphaclan.tk

:lol:

PostPosted: Wed Mar 27, 13 5:13 pm
by James
wow that forum

PostPosted: Wed Mar 27, 13 7:27 pm
by Kaiden
fag


Well at least he proved me right in like 2 posts. Was always amusing watching him rage in-game though.

PostPosted: Wed Mar 27, 13 9:26 pm
by Psycho
I do find it amusing that this guy is like in his 30s.

PostPosted: Thu Mar 28, 13 5:32 am
by ~DJ~
WELCOME BACK ALPHA 8) 8) 8) 8) 8)


On a serious note though; I don't think it's Brad..
The whole spammer case, it might not be Brad at all, infact it must've been Dogny all along.. :o
Him acting as Brad and 'coming out' claiming he was the spammer..

PostPosted: Thu Mar 28, 13 9:28 am
by Psycho
~DJ~ wrote:WELCOME BACK ALPHA 8) 8) 8) 8) 8)


On a serious note though; I don't think it's Brad..
The whole spammer case, it might not be Brad at all, infact it must've been Dogny all along.. :o
Him acting as Brad and 'coming out' claiming he was the spammer..


Nah, one of the servers he hosted had the same IP as a server he had 1.5 years ago. Also, I believe that Brad has always been borderline brain dead.

PostPosted: Thu Mar 28, 13 10:33 pm
by Nach0
If he wasn't banned we could just ask, lol
:P

PostPosted: Fri Mar 29, 13 3:43 am
by Aidan
James wrote:wow that forum


lol alpha protocol banner with MW3 images + dat shoutbox

PostPosted: Fri Mar 29, 13 1:41 pm
by Psycho
Nach0 wrote:If he wasn't banned we could just ask, lol
:P

Hi Stoner420?