PDA

View Full Version : i want the T/L to work in ut3....


buttasoreus
18th February, 2008, 10:44 PM
hey guys, is this how i include the T/L on my UT3 server?


[UTMutator=MutTranslocatorPlus.MutTranslocatorPlus ]
ClassName=UTGame.UTMutator_Translocator
GroupNames=TRANSLOC
bRemoveOn360=False
bRemoveOnPC=False
bRemoveOnPS3=False


i had this before i changed it above:

_NoTranslocator UTUIDataProvider_Mutator
ClassName=UTGame.UTMutator_NoTranslocator

anywho--i still can't get it to work.

or do i change it "in game"? thx

Slaughter
19th February, 2008, 01:33 PM
Add to command line:

?Mutator=MutTranslocatorPlus.MutTranslocatorPlus

buttasoreus
20th February, 2008, 04:00 AM
Add to command line:

?Mutator=MutTranslocatorPlus.MutTranslocatorPlus

replace what i have? or add this to it?

Al
21st February, 2008, 01:35 AM
Are you loading other mutators?

If so, just add ,MutTranslocatorPlus.MutTranslocatorPlus to the mutator line. What's your command line look like?

buttasoreus
21st February, 2008, 04:30 AM
Are you loading other mutators?

If so, just add ,MutTranslocatorPlus.MutTranslocatorPlus to the mutator line. What's your command line look like?

i tried putting that line in at mutators. i found a space in one of the brackets and fixed that. didn't have an effect though. still no T/L.

here's the command line:

server DM-HeatRay?maxplayers=10?game=UTGame.UTDeathMatch?timelimit=15?numplay=2?minnetplayers=1?botskill=7?bUsesStats=true?AdminPassword=****** -multihome=66.55.158.125 -port 7777 -login=Pankoville -password=****** -log=GameServers.log -nohomedir -unattended

Al
21st February, 2008, 03:09 PM
server DM-HeatRay?maxplayers=10?game=UTGame.UTDeathMatch?tim elimit=15?numplay=2?minnetplayers=1?botskill=7?bUsesStats=true?AdminPassword=******?Mutator=MutTranslocatorPlus.MutTranslocatorPlus -multihome=66.55.158.125 -port 7777 -login=Pankoville -password=****** -log=GameServers.log -nohomedir -unattended

That should do it.