Jump to content

Home

How Do I enable Mods using a Linux Dedicated Server


DaNameLessOne

Recommended Posts

Hello all. I tried searching but the search button doesn't work :( Anywho I am running Gentoo Linux and I setup a dedicated server. I was able to figure out a lot of what I wanted to enable by reading all of the posts here. Yup I read all of em :) I did not see any answers to enabling mods specific to Linux. I saw one discussing Jedi Runner but that won't work for me. No Windows, and I am not going to do it through wine.

 

Basically I just want to enable the fanmod. I have played it online and I really like the fact that it can enable dualblade without enabling cheats. I cannot find a cvar that enables it. Has anyone been able to get mods going on their Linux Server?

Link to comment
Share on other sites

If it helps here is my server.cfg file. Where in here would it go? The last line which is commented out is a cvar from the mod. I disabled the need for a password to connect to get more competition. My friends connect 2 at a time and we need more peeps.

 

 

// Server Config

 

//Server Name and Admin Stuff

seta sv_hostname "BBR *Nix Clan"

sets sv_Administrator "DaNameLessOne"

sets sv_Email "******"

sets sv_Location "*****"

seta g_motd "*******"

 

//Rcon Options

rconpassword "*******"

 

//Server Options

seta sv_pure "1"

seta sv_maxclients "12"

seta fraglimit "25"

seta sv_maxRate "10000"

seta timelimit "20"

seta capturelimit "20"

seta cg_gripeffect "1"

seta cl_allowDownload "1"

seta sv_privateClients "1"

sv_privatepassword "*******"

 

 

//Enable IP banning

seta g_filterban "1"

seta g_banIPs ""

 

//Game Options

seta g_needpass "0"

seta g_password ""

seta g_warmup "30"

seta g_inactivity "0"

seta g_forcePowerDisable "0"

seta g_autoMapCycle "1"

seta g_allowvote "1"

seta g_gametype "0"

seta g_weaponDisable "65531"

seta g_duelWeaponDisable "65531"

seta g_saberLock "1"

seta g_maxForceRank "5"

//seta g_dualblade "1"

 

//Map

map ffa_deathstar

Link to comment
Share on other sites

Nevermind I got it working.

 

For those who use Linux and want to enable a mod here is what you do.

 

Fo me I have jedi knight 2 in

 

/usr/local/games/jk2

 

so I created a directory there called fanmod. I placed the pk3 file there.

 

I created a script that starts the server using ./jk2ded +exec server.cfg + set fs_game fanmod

 

I have auto download enabled so if the client does too it will download the mod to their pc's. Tested it out and it works. Yayyyy

 

I feel like an id10t though. Its the same command as quake3. And ChangKhan has posted like a thousand times that all commands for quake 3 work with jk2.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...