PDA

View Full Version : HELP ME ! THX


Gugi
1st November, 2002, 05:31 PM
My friend gave me a mutator for playing instagib with traslocator and without zoom ( unreal have not this possibility ).
He gave me two files:
1) MutInstaGibTraslo.int
2)MutInstaGibTraslo.u
Now I put them in system folder of my server and I edit ut2003.ini so:
[Engine.GameEngine]
I added: ServerPackages=MutInstaGibTraslo

What Do I do for running server with this mutator now??
My server is BR server .

Besides, I want to play only one map of mapcycle with lowgravity (br-basketball) .How Do I do it??

THX !!!

buttpirate
2nd November, 2002, 04:57 PM
try adding ?XGame.MutInstagibTrasLo to your server batch file. Try doing a search on mapcycle. I did it before during the demo, but I don't remember how to do it.

Gugi
3rd November, 2002, 10:14 AM
Ok thx . But now I want this map rotation:

BR-ANUBIS with only mut. instagibtraslo
BR- DISClosure with mut.instagibtraslo and lowgravity
BR- "name of map " with mutinstagibtraslo and slowmotioncorpses and lowgravity

That is same game-mode but with different mutators in maps.

How can I make this ????

THX AGAIN!!!

Evolution
3rd November, 2002, 10:23 AM
vi-Kati has written a very easy to understand tutorial which includes instructions on how to do what you're asking about.

It's on Infogrames' Forums (http://www.ina-community.com/forums/showthread.php?s=&postid=2987830#post2987830).

Gugi
3rd November, 2002, 08:58 PM
vi-Kati has written a very easy to understand tutorial which includes instructions on how to do what you're asking about.

It's on Infogrames' Forums (http://www.ina-community.com/forums/showthread.php?s=&postid=2987830#post2987830).

Ok I saw.
But I have a problem now.

I run server with new mutator:
ucc.exe BR-Anubis?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo

Well I want this mutator in all maps of rotation but I want also lowgravity in some maps so I edit my user.ini :
[XInterface.MapListBombingRun]
MapNum=9
Maps=BR-Anubis
Maps=BR-Basketball?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav
Maps=BR-Bifrost?mutator=
Maps=BR-ElecFields
Maps=BR-Pitchfury?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav
Maps=BR-CarPark-DCSE-XL?mutator=

or so :


Maps=BR-Anubis?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo
Maps=BR-Basketball?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav,XGame.MutInstaGibTraslo
Maps=BR-Bifrost?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo?mutator=
Maps=BR-ElecFields?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo
Maps=BR-Pitchfury?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav.XGame.MutInstaGibTraslo
Maps=BR-CarPark-DCSE-XL?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo?mutator=


Thx

Slack
4th November, 2002, 02:39 PM
List each and every mutator you want on a given map, add multuplies by seperating them with a comma.

From your last post, this aint gonna work..
Maps=BR-Bifrost?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo?mutator=

Gugi
6th November, 2002, 02:40 PM
So I edit user.ini in this way:
[XInterface.MapListBombingRun]
MapNum=2 ( is this the number of custom maps or thing ?????)

Maps=BR-Anubis?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo (for one mutator)
Maps=BR-Basketball?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav,XGame.MutInstaGibTraslo (for two mutators)
Maps=BR-Bifrost?game=XGame.xBombingRun?Mutator=XGame.MutInstaGibTraslo (for one mutator again)
Maps=BR-Pitchfury?game=XGame.xBombingRun?mutator=UnrealGame.MutLowGrav,XGame.MutInstaGibTraslo,XGame.MutSlomoDeath (for three mutators )
and so on .

But now a question ?
For taking this way of rotation maps , Should I run server so??:

ucc server BR-Anubis?game=XGame.xBombingRun or what ??


THX