Join Multiplay
Modules Info and announcements about new modules
Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 5th January 2011, 16:51   #1
Complete n00bie
 
Join Date: Jan 2011
Posts: 4
Module alias ingame (mm_iga)

Hello all i have a little problem with the module mm_iga, that don't work. I have copy the module mm_iga in the good place and modmanager.con too. I have checked a lot of time the module mm_iga and the file modmanager.con but that don't still work.

Last edited by K; 5th January 2011 at 17:09. Reason: We have the code ;-)
Hardcore123 is offline   Reply With Quote
Old 5th January 2011, 16:52   #2
Complete n00bie
 
Join Date: Jan 2011
Posts: 4

And here is my file modmanager.con :

# Multiplay, ModManager
#
modmanager.autoSave 1
modmanager.banManagerModule "mm_banmanager"
modmanager.debugEnable 0
modmanager.debugFile "modmanager_debug.log"
modmanager.homeGuess "C:/Documents and Settings/Administrator/My Documents/Battlefield 2142/"
modmanager.logAppend 0
modmanager.logAutoFlush 1
modmanager.logDateFormat "[%Y-%m-%d %H:%M:%S] "
modmanager.logLevel 2
modmanager.logModule "mm_logger"
modmanager.moduleBase "modules"
modmanager.rconModule "mm_rcon"

# Modules
modmanager.loadModule "mm_playerconnect"
modmanager.loadModule "mm_tk_punish"
modmanager.loadModule "mm_kicker"
modmanager.loadModule "mm_announcer"
modmanager.loadModule "mm_bf2cc"
modmanager.loadModule "mm_autobalance"
#modmanager.loadModule "mm_reserver"

#
# ModManager Announcer
#
mm_announcer.addTimedMessage "30:300:Server Rules: No team killing, no stats padding, keep the teams balanced and play fair!"

#
# ModManager Team autobalance
#
mm_autobalance.allowCommander 0
mm_autobalance.allowSquadLeader 0
mm_autobalance.allowSquadMember 0
mm_autobalance.roundSwitch 0

#
# BF2CC for ModManager
#
mm_bf2cc.chatBufferSize 50
mm_bf2cc.serverChatFormat "§3§C1000[Console: %s] %s"

#
# ModManager Logger
#
mm_logger.logAppend 0
mm_logger.logAutoFlush 1
mm_logger.logFilename "modmanager.log"

#
# ModManager Player Kicker
#
mm_kicker.banLimit 1
mm_kicker.banPeriod "Round"
mm_kicker.banWordReason "Using bad / racist language"
mm_kicker.enableChatChecks 1
mm_kicker.idleIgnoreNotStarted 1
mm_kicker.idleLimit 300
mm_kicker.initDelay 60
mm_kicker.kickDelay 5
mm_kicker.kickLimit 3
mm_kicker.kickMessage "Sorry '%s' your are being kicked ( %s )"
mm_kicker.kickType 1
mm_kicker.kickWordReason "Using bad / racist language"
mm_kicker.maxPing 250
mm_kicker.minPing 0
mm_kicker.negScoreKick -15
mm_kicker.pingLimit 8
mm_kicker.positionDelay 120
mm_kicker.samplePeriod 120
mm_kicker.sampleRate 10
mm_kicker.warnWordMessage "WARNING: Please refrain from using bad / racist language on this server '%s'"

#
# ModManager Rcon
#
mm_rcon.allowBatching 1
mm_rcon.basicAuthLevel 50
mm_rcon.enableLinger 0
mm_rcon.lingerFor 1
mm_rcon.logCommands 0
mm_rcon.loginMessage "%s became a server administrator"
mm_rcon.logoutMessage "%s gave up administrator rights"
mm_rcon.rconBasicPassword "basic66"
mm_rcon.rconIp "192.168.1.3"
mm_rcon.rconListenQueue 1
mm_rcon.rconPassword "azerty"
mm_rcon.rconPort 16567
mm_rcon.reuseAddress 1
mm_rcon.superAuthLevel 100
mm_rcon.defaultGametype "gpm_cq"
mm_rcon.advancedMapSizeValidation 0

#
# ModManager Reserver
#
mm_reserver.kickDelay 5
mm_reserver.kickReason "Reserved slots reached"
mm_reserver.kickMode 2
mm_reserver.kickType 1
mm_reserver.privatePassword ""
mm_reserver.reservedSlots 1

#
# ModManager Team kill punisher
#
mm_tk_punish.announcePunishments 1
mm_tk_punish.banMessageDelay 5
mm_tk_punish.bannedBy "ModManager Team Kill Punisher"
mm_tk_punish.banPeriod "Round"
mm_tk_punish.banReason "Team killing"
mm_tk_punish.forgiveMessage "TKPUNISH: %s forgives %s for a teamkill (%s has %d punishes and %d forgives)"
mm_tk_punish.punishMessage "TKPUNISH: %s punishes %s for a teamkill (%s has %d punishes and %d forgives)"
mm_tk_punish.punishTime 20

#
# ModManager BanManager
#
mm_banmanager.banFilename "mm_bans.xml"
mm_banmanager.banMessage "%s you are being banned (reason: %s)"
mm_banmanager.defaultBanAddress "N/A"
mm_banmanager.defaultBanCdKeyHash "N/A"
mm_banmanager.defaultBanDelay 5
mm_banmanager.defaultBanMethod "Key"
mm_banmanager.defaultBanNick "N/A"
mm_banmanager.defaultBanPeriod "Perm"
mm_banmanager.defaultBanReason "Unknown"
mm_banmanager.defaultKickDelay 5
mm_banmanager.defaultKickReason "Unknown"
mm_banmanager.defaultUnBanReason "Unknown"
mm_banmanager.kickMessage "%s you are being kicked (reason: %s)"
mm_banmanager.dateTimeFormat "%d/%m/%Y %H:%M:%S %Z"
mm_banmanager.oldDateTimeFormat "%a %b %d %H:%M:%S

#
# ModManager In Game Admin
#
mm_iga.addAdmin "PROFILEIDS:all"
mm_iga.notAdminMessage "Sorry %s you are not registered as an admin!"
mm_iga.cmdPrefix "!"
mm_iga.authLevel 100
mm_iga.notAuthedMessage "%s you are not permitted use the command %s"
mm_iga.addCmdBinding "k|kick:iga kick"
mm_iga.addCmdBinding "b|ban:iga ban"
mm_iga.addCmdBinding "m|map:map"
mm_iga.addCmdBinding "w|warn:iga warn"
mm_iga.addCmdBinding "r|restart:exec admin.restartMap"
mm_iga.addCmdBinding "n|next:exec admin.runNextLevel"
mm_iga.addCmdBinding "l|list:exec admin.listPlayers"
mm_iga.addCmdBinding "s|say:exec game.sayAll"
mm_iga.addCmdBinding "p|pause:exec gameLogic.togglePause
modmanager.loadModule "mm_iga"
Hardcore123 is offline   Reply With Quote
Old 5th January 2011, 17:10   #3
K
Lord of the l33t
Does stuff now and again :D
Multiplay
Fileplay Subscriber!
 
K's Avatar
 
Join Date: Aug 2000
Location: London
Posts: 8,689

You havent configured any admins for iga so no one will be able to use it.
__________________
Chief Tech Gimp
K is offline   Reply With Quote
Old 6th January 2011, 07:29   #4
Complete n00bie
 
Join Date: Jan 2011
Posts: 4

ok, not grave i have found the error yesterday, it was a problem of version, so for use the module mm_iga i need teh version 1.7 or higher. Just a question, the file modmanager come from us, i would like add on my server a message that display where come from the players when connect on my server. Can you donate me this module modmanager ?
Hardcore123 is offline   Reply With Quote
Old 6th January 2011, 09:19   #5
K
Lord of the l33t
Does stuff now and again :D
Multiplay
Fileplay Subscriber!
 
K's Avatar
 
Join Date: Aug 2000
Location: London
Posts: 8,689

Join messages can already be done via Announcer module if you have a look
__________________
Chief Tech Gimp
K is offline   Reply With Quote
Old 11th January 2011, 21:51   #6
Complete n00bie
 
Join Date: Jan 2011
Posts: 4

i mean the localisation of the players that join teh server.
Hardcore123 is offline   Reply With Quote
Old 25th July 2011, 22:42   #7
n00bie
 
Join Date: Jul 2011
Posts: 10

for what is the ":all" argument?
TacoMe is offline   Reply With Quote
Old 25th July 2011, 22:57   #8
K
Lord of the l33t
Does stuff now and again :D
Multiplay
Fileplay Subscriber!
 
K's Avatar
 
Join Date: Aug 2000
Location: London
Posts: 8,689

:all gives all permissions
__________________
Chief Tech Gimp
K is offline   Reply With Quote
Reply

Tags
alias, ingame, mmiga, module


Similar Threads
Thread Thread Starter Forum Replies Last Post
World in Conflict update #06 kandy World in Conflict 2 20th February 2008 00:40
Idea for mod manager module ScarletMKII General 7 14th January 2008 23:57
Bug at rcon module Ewok Bugs 2 11th August 2005 17:58
Whats powering this? Kraken Web Development 36 18th June 2004 21:13
know a good site for ingame movies - demos.. zhardoum General Chat 9 4th May 2004 19:38


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:57.


SEO by vBSEO 3.6.0