PDA

View Full Version : Revolt Cod Mod for Linux Server


kasper501
05-01-2004, 11:44 AM
We have Revolt running on our Linux server. But we cant get Mercilless to start, here is our setup and config file (revolt.cfg); located in the Revolt Directory NOT the Main directory.

We used the following to setup it up, since there isnt a linux setup at this time.
Quote:
1. Make a folder named Revolt in the COD server's root directory (not
the Main folder)
2. Upload Revolt_01.pk3 to that folder
3.Copy game.mp.i386.so into the folder (not sure if this is necessary)
4. Upload a working Revolt .cfg into the folder

use a fs_game string in my startup script which points to the revolt
folder.

My startup script looks like so:

./cod_lnxded1 +set dedicated 2 +set fs_game Revolt +exec revolt.cfg
+map_rotate >/dev/null 2>/dev/null &

Of course you can add all the PB stuff and whatnot you are normall use
to the script, thats just one that I run on my server, of course, I do have
a root shell. If you don't have the option to modify the startup script,
then you can just put the .pk3 in the main folder and run it through the
config, but I was told from some other admins the other way is the proper
way.

Either way it'll work, probably a little more organized with
modification to the startup script. Hope this helps .

//
****************** Set your Servers name below **********************
// Passwords
set rconPassword "*******" // set your rcon password to admin your server
set g_password "" // set a password to make your server private

set sv_hostname "*******"

//set g_banIPs ""

// ****************** Server General **********************

set logfile "1"
set g_logsync "1" // Enable by default, this where you turn logging on or off.
set g_log "games_mp.log" // set the log file to parse to
set sv_pure "1"
set developer 0 // 1=Use only to check for script errors

// Public Information
sets .Admin "*******"
sets .Email "*******"
sets .IRC "*******"
sets .Website "*******"
sets .Location "*******"
set sv_allowdownload "1"

// General Settings
set sv_maxRate "20000"
set sv_minPing "0"
set sv_maxPing "0"
set sv_allowAnonymous "1"
set sv_cheats "0"
set sv_fps "20"
set sv_master1 "codmaster.activision.com"
set sv_master2 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""

// Message of the day is displayed when joining the server
set scr_motd "*******"

// ************************************************** ***************

// Player and Reserved slots.
set sv_maxclients "36" // The amount of slots for clients on your server
set sv_privateClients "8"
set sv_privatePassword "*******"

// Added stuff for customizations
//0 - disable weapon 1 - enable weapon
// ###################### Call of Duty Default #####################
set scr_allow_bar "0"
set scr_allow_bren "0"
set scr_allow_enfield "0"
set scr_allow_fg42 "0"
set scr_allow_kar98k "0"
set scr_allow_kar98ksniper "0"
set scr_allow_m1carbine "0"
set scr_allow_m1garand "0"
set scr_allow_mp40 "0"
set scr_allow_mp44 "0"
set scr_allow_nagant "0"
set scr_allow_nagantsniper "0"
set scr_allow_panzerfaust "0"
set scr_allow_ppsh "0"
set scr_allow_springfield "0"
set scr_allow_sten "0"
set scr_allow_thompson "0"
// ################################################## ###############

// $$$$$$$$$$$$$$$$$$$$$$$$$ REVOLT ARSENAL $$$$$$$$$$$$$$$$$$$$$$$$

/*
set scr_allow_m14 "1"
set scr_allow_m16a2 "1"
set scr_allow_m4a1 "1"
set scr_allow_m25 "1"
set scr_allow_g3a3 "1"
set scr_allow_ak47 "1"
set scr_allow_ak74u "1"
set scr_allow_dragunov "1"
set scr_allow_uzi "1"
set scr_allow_mp5 "1"
*/
// You can override the Revolt Arsenal by changing these values.
// ====================== General Cvars ===========================

set scr_allow_vote "0" //Allow call voting
// set scr_drawfriend "0" //Draws a team icon over teammates
// set scr_friendlyfire "0" //0 - off 1 - on 2 - reflect damage
// set scr_g_allowvote "0"


// ******************** GAMETYPE SETUPS ***************************

// REVOLT TEAM ELIMININATION

set scr_te_graceperiod "15" //Time at round start where spawning and weapon choosing is still allowed
set scr_te_roundlength "4" //round length
set scr_te_roundlimit "10" //Max Number of round wins per map
set scr_te_scorelimit "30" //Map team score limit per map
set scr_te_timelimit "0" //Map time limit, in minutes - 0 to 1440

// New Cvars

set scr_bloodpools "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_dripblood "1"
set scr_painsounds "1"
scr_allow_panzerfaust "0"
set scr_tdm_friendlyfire "0"

// REVOLT SEARCH AND DESTROY
// not finished being scripted yet..

set scr_sd_graceperiod "5" //Time at round start where spawning and weapon choosing is still allowed
set scr_sd_roundlength "5" //round length
set scr_sd_roundlimit "25" //Max Number of round wins per map
set scr_sd_scorelimit "25" //Map team score limit per map
set scr_sd_timelimit "0" //Map time limit, in minutes - 0 to 1440

// New Cvars

set scr_bloodpools "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_dripblood "1"
set scr_painsounds "1"
scr_allow_panzerfaust "0"
set scr_tdm_friendlyfire "0"

// REVOLT DEATHMATCH
// not scripted yet..
set scr_dm_scorelimit "50" //Map score limit
set scr_dm_timelimit "30" //Map time limit - 0 to 1440 minutes

// New Cvars

set scr_bloodpools "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_dripblood "1"
set scr_painsounds "1"
scr_allow_panzerfaust "0"


// REVOLT TEAM DEATHMATCH

set scr_tdm_scorelimit "350" //Map score limit
set scr_tdm_timelimit "15" //Map timelimit in minutes

// New Cvars

set scr_bloodpools "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_dripblood "1"
set scr_painsounds "1"
scr_allow_panzerfaust "0"
set scr_tdm_friendlyfire "0"

// MERCILESS TEAM DEATHMATCH

set scr_tdm_scorelimit "350" //Map score limit
set scr_tdm_timelimit "15" //Map timelimit in minutes

// New Cvars

set scr_forcerespawn "0" //Force respawning - DM & TDM
set scr_teambalance "1"
set scr_killcam "1"
set scr_drawfriend "0"
set scr_allow_fg42 "0"
scr_allow_panzerfaust "0"
set scr_friendlyfire "0"
set scr_g_allowvote "0"

set scr_numbots "0"
set scr_bloodpools "1"
set scr_painsounds "1"
set scr_dripblood "1"
set scr_weapondrops "1"
set scr_healthdrops "1"

// Merciless CVARS

set sv_merciless "1"
set scr_bloodpools "1"
set scr_nadedecaps "1"
set scr_gundecaps "1"
set scr_dripblood "1"
set scr_painsounds "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_painscreen "1"
set scr_bloodyscreen "1"
set scr_actime "1"

// Start Punkbuster
pb_sv_enable // If you want PB disabled, use pb_sv_disable instead
wait // This is required for proper PB startup

// MAP CYCLE
// ADD or Remove maps to your liking:
//Map Rotation (exec mapcycle.cfg file)
exec mapcycle.cfg




ANY IDEA WHAT IS WRONG????

Thanks,
Kasper

kasper501
05-01-2004, 10:10 PM
Ok, our server was working with 0.10, however we just couldnt get the damn merceliss to start.

NOW, we cant patch our linux server. We've stopped the server and tried copying the revolt_11.pk3 into our Revolt directory, but the server wont start with it in there.

Does anyone have any ideas, can offer any help or point us in another direction???

Thanks,
Kasper

kasper501
05-02-2004, 02:20 PM
weve go everything working now, but we found that TeamElimination will not run on Revolt 0.11.

Everytime we try to start it in TE it crashes. Anyone have a fix for this yet???

ucs-flatliner
05-03-2004, 02:02 PM
TeamElimination will not run on Revolt 0.11.

im having the same problem on my jolt server i have contacted jolt about this

there te server runs fine hope they pass the secret onto me then i will post it in here

Ivan
05-09-2004, 11:55 PM
I was under the impression that you can not have both mods running at the same time...something about the CVARS.

DS_BaCkDrAfT
05-11-2004, 11:34 AM
You only need one set of these
// New Cvars

set scr_bloodpools "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_dripblood "1"
set scr_painsounds "1"
scr_allow_panzerfaust "0"
set scr_tdm_friendlyfire "0"

to turn merciless on

set sv_merciless 1

// Merciless CVARS

set sv_merciless "1"
set scr_bloodpools "1"
set scr_nadedecaps "1" (0-100 increase for more decaps)
set scr_gundecaps "1" (0-100 increase for more decaps)
set scr_dripblood "1"
set scr_painsounds "1"
set scr_healthdrops "1"
set scr_weapondrops "1"
set scr_painscreen "1"
set scr_bloodyscreen "1"
set scr_actime "1"