Editing ClanMod

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
The ClanMod is a multiplayer mod created for Jedi Academy and Jedi Outcast. Created by "NeWaGe" (aka erfg12) and released on July 25, 2007.
The ClanMod is another well Mod created for Jedi Academy game created by "NeWaGe" (aka erfg12). It was released on July 25, 2007.


This was made for server administrative control and to aid clan control. It comes with a bunch of ready admin commands for your enjoyment and security system to prevent crashing.  It is very similar to [[Makermod]] & [[JA+]] due to the ability to place objects and FX on any given map and the function to use emotions, admin commands, and along the lines everything else.
This was made clan use and administrative control over servers. It comes with a bunch of ready admin commands for your enjoyment and security system to prevent crashing.  It is very similar to [[Makermod]] & [[JA+]] due to the ability to place objects and FX on any given map and the function to use emotions, admin commands, and along the lines everything else.


It comes with 5 levels of admin powers for your clan if your into that sorta thing. Each with its own password protection and simple tool to customize the selection of admin powers for each.
It comes with 5 levels of admin powers for your clan if your into that sorta thing. Each with its own password protection and simple tool to customize the selection of admin powers for each.
Everything is edited by the server.cfg file in its folder ClanMod along with very other little changable things such as, Custom messages, Server name, force enable/disable.




== SERVER CVARS ==
== Admin Commands ==
* All basic server options are customized in server.cfg
* All weapon damages are customized in damages.cfg
* All customizable sayings for admin commands in sayings.cfg
* All bit values given in bitvalues.txt or use the corresponding calculator executable.
 
 
-----------------------
sv_maxConnections
-----------------------
Max connections per ip. This is to protect servers from fake clients flooding the server.
 
 
-----------------------
cm_console_motd
-----------------------
Message of the day in the console.
 
 
-----------------------
cm_motd_line
-----------------------
Center screen message of the day.
 
 
-----------------------
cm_motd_time
-----------------------
Time for the center screen message of the day to display for. Set in seconds.
 
 
-----------------------
cm_blackNames
-----------------------
1 = on, 0 = off. Allow or disallow the color black in names (^0).
 
 
-----------------------
cm_duelStatus
-----------------------
1 = on, 0 = off. Show status at the end of a duel. (health/shield remaining and who won).
 
 
-----------------------
cm_duelRadius
-----------------------
1 = on, 0 = off. Restrict the amount of duel distance before breaking the duel.
 
 
-----------------------
cm_gripOpenSaver
-----------------------
1 = on, 0 = off. When being force gripped, your lightsaber shuts off.
 
 
-----------------------
cm_saberSwitching
-----------------------
1 = on, 0 = off. Can change fighting styles (dual wield, staff or single) without having to die or re-join.
 
 
-----------------------
cm_keepScore
-----------------------
1 = on, 0 = off. When you join spectators, and re-join the actual game you do not lose your score.
 
 
-----------------------
cm_AllowKnockDownPull
-----------------------
1 = on, 0 = off. Allow someone to force pull a player after they are lying on the ground.
 
'''NOTE''': There is a glitch where if someone stands on top of another player and force pulls you while
the player is knocked down, they can die immediately. This attempts to fix it.
 
 
-----------------------
cm_noSuddenDeath
-----------------------
1 = on, 0 = off. If the scores are tied, there will be a sudden death between winning tied players.
 
'''NOTE''': If 2 bots win and tie, these sudden death matches can go on FOREVER. This attempts to fix it.
 
 
-----------------------
cm_forcekickflip
-----------------------
1 = on, 0 = off. Allow the fighting move force kick flip.
 
 
-----------------------
cm_spillpassword
-----------------------
1 = on, 0 = off. Prevents people from accidently saying a clan or admin password in chat.
 
 
-----------------------
cm_DuelForceRegenTime
-----------------------
Set in milliseconds. Force duel force regen rate. Similar to g_forceRegenTime.
 
 
-----------------------
cm_emoteControl
-----------------------
Controls what emotes are allowed. Use Tools/Emote Calculator.exe to configure this number.
 
 
-----------------------
cm_allow_jetpack_command
-----------------------
1 = on, 0 = off. Allow the /jetpack command.
 
 
-----------------------
cm_allow_KnockMeDown_command
-----------------------
1 = on, 0 = off. Allow the /KnockMeDown command.
 
 
-----------------------
cm_allow_drop_command
-----------------------
1 = on, 0 = off. Allow the /drop command.
 
 
-----------------------
cm_allow_report_command
-----------------------
1 = on, 0 = off. Allow the /report command.
 
 
-----------------------
cm_starting_weapons
-----------------------
Configure what player starting weapons are.
 
0 = only saber, 1 = only melee, 2 = melee + saber.
 
 
-----------------------
cm_elevator
-----------------------
0 = instant kill, 1 = injure. Players under elevators. If set to 1, players can get stuck under elevators. Use /kill if you get stuck.
 
 
-----------------------
cm_enable_NormalDuel
-----------------------
1 = on, 0 = off. Allow normal lightsaber duels.
 
 
-----------------------
cm_enable_ForceDuel
-----------------------
1 = on, 0 = off. Allow force power duels.
 
 
-----------------------
cm_enable_TrainingDuel
-----------------------
1 = on, 0 = off. Allow training duels.
 
A training duel (training session) is where you and another player can practice in privacy, away from other players. Weapons, force powers, and infinite HP is allowed.
 
Use /endduel to stop the training session.
 
 
-----------------------
cm_enable_MeleeDuel
-----------------------
1 = on, 0 = off. Allow melee only duels. (fists and kicks only)
 
 
-----------------------
cm_autobow
-----------------------
1 = on, 0 = off. Force players to automatically bow when a duel starts.
 
 
-----------------------
cm_duelshield
-----------------------
Duel shield start levels.
 
 
-----------------------
cm_saberChangeProtectTime
-----------------------
Set in milliseconds. Protects server from being flooded with saber style change commands.
 
 
-----------------------
cm_hookFloodTime
-----------------------
Set in milliseconds. Grappling hook shoot timeout. Time it takes from 1 shot to the next.
 
 
-----------------------
m_grapple_shootSpeed
-----------------------
Set in milliseconds. How fast the grappling hook goes after being shot.
 
 
-----------------------
m_enable_grapple
-----------------------
1 = on, 0 = off. Allow the use of a grappling hook.
 
 
-----------------------
cm_allow_chatColors
-----------------------
1 = on, 0 = off. Allow the use of the c_chatColor cvar.
 
 
-----------------------
cm_allow_samePlayerNames
-----------------------
1 = on, 0 = off. Allow players to have the same name.
 
 
-----------------------
cm_chat_protection
-----------------------
1 = on, 0 = off. Protect the server from a chat flood.
 
 
-----------------------
cm_AutoProtect_timer
-----------------------
Set in secconds. If a player is idle, protect them after this many seconds.
 
0 = off. Does not work when in a duel, or in another zone.
 
 
-----------------------
cm_FPGRIPspeed
-----------------------
The speed of a force gripped player moves.
 
'''NOTE''': BASEJKA = 0.4
 
 
-----------------------
g_NPCmaxFollowers
-----------------------
0 = no followers. Quantity of allowed NPC followers.
 
 
-----------------------
cm_noPadawanNames
-----------------------
1 = on, 0 = off. Disallow the use of Padawan as a player name.
 
Players have 30 seconds to change name or else it will be changed for them.
 
 
-----------------------
cm_newName
-----------------------
Players new name after being renamed by force from Padawan.
 
 
-----------------------
cm_clanTag
-----------------------
Servers protected clan tag(s). Requires clan login in 30 seconds or you will be renamed by force.
 
 
-----------------------
cm_clanPassword
-----------------------
Password to use the clan name tag. Also shows player as (clan) under the /who command.
 
Can also use /clansay to speak with clan members.
 
 
-----------------------
cm_tagwarning
-----------------------
Quantity of warnings before name being locked. Helps to prevent people from changing it back to a protected tag after being renamed.
 
 
-----------------------
mod_pushall
-----------------------
Force push/pull items. 0 = disabled, 1 = push/pull healths & shields, 2 = push/pull healths, shields, & dropped flags
 
 
-----------------------
cm_news1_time
cm_news2_time
cm_news3_time
 
cm_news1_content
cm_news2_content
cm_news3_content
-----------------------
Content and times for news tickers. Can be used to remind players of rules every so often, or remind them of upcoming events.
 
Times are in seconds. News is shown in console, not center screen.
 
 
-----------------------
clan_website
clan_initials
clan_fullname
clan_moreinfo
-----------------------
Server clan information. Shows in the clan information menu.
 
 
-----------------------
set cm_precoded_badwords "0"
 
cm_badword1
cm_badword2
cm_badword3
cm_badword4
cm_badword5
-----------------------
bad word filter system. Pre-coded words are the typical US curse words.
 
 
-----------------------
cm_empower_infforce
-----------------------
1 = on, 0 = off. Empowered players have infinite force powers.
 
 
-----------------------
cm_terminator_infammo
-----------------------
1 = on, 0 = off. Terminator players have infinite ammo.
 
 
-----------------------
cm_adminPassword1
cm_adminPassword2
cm_adminPassword3
cm_adminPassword4
cm_adminPassword5
 
cm_adminControl1
cm_adminControl2
cm_adminControl3
cm_adminControl4
cm_adminControl5
-----------------------
5 different levels of administration. Set individual passwords and controls for each. You do not need to set them all.
 
 
-----------------------
m_v1
m_v2
m_v3
m_v4
m_v5
m_v6
-----------------------
Customizable vote options. EXAMPLE: Disable Auto Bow:cm_autobow 0 to vote on disallowing automatic bowing before each duel.
 
== CVAR BITRATES ==
These are used to control certain commands. Use the tools in the Tools folder that comes with the mod download to help.
 
You can use the HTML bitrate calculator at http://newagesoldier.com/myfiles/bitrate_calculator.htm
 
-----------------------
Enable DMFlags
 
dmflags
-----------------------
 
*No Falling Damage - 8
*Fixed FOV - 16
*No Footsteps - 32
*JK2 Yellow DFA - 64
*Easy Start Rolling - 512
*JK2 Style Roll - 1024
*No Slide on Head - 2048
*Enable Macro Scanning - 4096
 
-----------------------
Enable Admin Powers
cm_adminControl1, cm_adminControl2, cm_adminControl3, cm_adminControl4, cm_adminControl5
-----------------------
 
*AdminTele - 1
*Freeze - 2
*Silence - 4
*Protect - 8
*amBan - 16
*amKick - 32
*NPC - 64
*InsultSilence - 128
*Terminator - 256
*DemiGod - 512
*AdminBan - 1024
*Scale - 2048
*Splat - 4096
*Slay - 8192
*GrantAdmin - 16384
*ChangeMap - 32768
*Empower - 65536
*Rename - 131072
*LockName - 262144
*CSPrint - 524288
*ForceTeam - 1048576
*ChangeMode - 2097152
*Monk - 4194304
*Weather - 8388608
*AddEffect - 16777216
*Punish - 33554432
*Sleep - 67108864
*Slap - 134217728
*LockTeam - 268435456
*AddModel - 536870912
*Who IP - 1073741824
*AmVSTR - 2147483648
 
-----------------------
Enable Emotes
cm_emoteControl
-----------------------
 
*MyHead - 1
*Cower - 2
*Smack - 4
*Enraged - 8
*Victory - 16
*Victory2 - 32
*Victory3 - 64
*Swirl - 128
*Dance - 256
*Dance2 - 512
*Dance3 - 1024
*Punch - 2048
*Intimidate - 4096
*Slash - 8192
*Sit - 16384
*Sit2 - 32768
*Point - 65536
*Kneel2 - 131072
*Kneel - 262144
*LayDown - 524288
*BreakDance - 1048576
*Cheer - 2097152
*Surrender - 4194304
*HeadShake - 8388608
*HeadNod - 16777216
*aTease - 33554432
*ComeOn - 67108864
*Kiss - 134217728
*Hug - 268435456
 
-----------------------
Force Power Disabling
 
g_forcePowerDisable
-----------------------
 
*FP_HEAL 1
*FP_JUMP 2
*FP_SPEED 4
*FP_PUSH 8
*FP_PULL 16
*FP_MINDTRICK 32
*FP_GRIP 64
*FP_LIGHTNING 128
*FP_RAGE 256
*FP_PROTECT 512
*FP_ABSORB 1024
*FP_TEAM_HEAL 2048
*FP_TEAM_FORCE 4096
*FP_DRAIN 8192
*FP_SEE 16384
*FP_SABER_OFFENSE 32768
*FP_SABER_DEFENSE 65536
*FP_SABERTHROW 131072
 
-----------------------
Weapon Disabling
 
g_weaponDisable
-----------------------
 
*WP_STUN_BATON 2
*WP_MELEE 4
*WP_SABER 8
*WP_BRYAR_PISTOL 16
*WP_BLASTER 32
*WP_DISRUPTOR 64
*WP_BOWCASTER 128
*WP_REPEATER 256
*WP_DEMP2 512
*WP_FLECHETTE 1024
*WP_ROCKET_LAUNCHER 2048
*WP_THERMAL 4096
*WP_TRIP_MINE 8192
*WP_DET_PACK 16384
*WP_CONCUSSION 32768
*WP_BRYAR_OLD 65536
*WP_EMPLACED_GUN 131072
*WP_TURRET 262144
 
-----------------------
Vote Disabling
 
cm_restrictvote
-----------------------
 
*MAP_RESTART 1
*NEXTMAP 2
*MAP 4
*G_GAMETYPE 8
*KICK 16
*CLIENTKICK 32
*G_DOWARMUP 64
*TIMELIMIT 128
*FRAGLIMIT 256
*MODCONTROL 512
*SLEEP 1024
*SILENCE 2048
 
== ADMIN COMMANDS ==
A list of admin commands created for clanmod. Many others are the same as in JA+
A list of admin commands created for clanmod. Many others are the same as in JA+


Line 983: Line 457:


You can edit the vstr.cfg and add your own custom variables in the gamedata/clanmod folder (server only).
You can edit the vstr.cfg and add your own custom variables in the gamedata/clanmod folder (server only).


== ADMIN GUN COMMANDS ==
== ADMIN GUN COMMANDS ==
Line 1,231: Line 707:


== SERVER COMMANDS ==
== SERVER COMMANDS ==
You can only use these commands in the server console on the computer you are hosting the server from.
The server commands have the same arguments as the commands given in game. Please see admin commands section.


*addip
*addip
Line 1,267: Line 739:
*monk
*monk
*adminban
*adminban
Just like JA+ it is easy to setup and ready to launch. It has its own pros and cons when compared to the other Mods out there.


== Related Links ==
== Related Links ==
*[http://newagesoldier.com/clanmod Official Clan Mod Website]
*[http://newagesoldier.com/clanmod Official Clan Mod Website]
*[https://jkhub.org/forum/123-clanmod Official Clan Mod Support Forums]


[[Category:Mods]]
[[Category:Large Mods]]
[[Category:Large Mods]]
Please note that all contributions to Jedi Knight Wiki | JKHub are considered to be released under the Public Domain (see JKHub:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)