Jump to content

Jaymod xpsave help


Yunglegend

Recommended Posts

Hi

 

Im having trouble with xpsave in jaymod where if i restart server the xp goes to 0.

Here is a sample of my server and jaymod configs.

 

//=========================Server Passwords======================//

 

set g_password "" // set to password protect the server

set sv_privateclients "0" // if set > 0, then this number of client slots will be reserved for connections

set sv_privatepassword "" // that have "password" set to the value of "sv_privatePassword"

set rconpassword "" // remote console access password

set refereePassword "" // referee status password

 

//=============================DL, RATE==========================//

 

set sv_maxRate "25000" // 10000 standard but poor for ET

set sv_dl_maxRate "42000" // increase/decerease if you have plenty/little spare bandwidth

set sv_allowDownload "1 // global toggle for both legacy download and web download

set sv_wwwDownload "1" // toggle to enable web download

set sv_wwwBaseURL "**" // base URL for redirection

set sv_wwwDlDisconnected "0" // tell clients to perform their downloads while disconnected from the server

set sv_wwwFallbackURL "" // URL to send to if an http/ftp fails or is refused client side

 

//==========================MOTD ETC=======================//

 

set sv_hostname "ETHOST" // Server Name

 

set server_motd0 "" // message in right corner of join screen here

set server_motd1 ""

set server_motd2 ""

set server_motd3 ""

set server_motd4 "

set server_motd5 ""

 

//Exec Jaymod

exec jaymod.cfg

 

//Exec objective cycle

exec objectivecycle.cfg

 

Jaymod.cfg

//////////////////////////////////////////////////////////////////////

//

// LOGGING

//

//////////////////////////////////////////////////////////////////////

 

set g_log "1"

set g_logOptions "1"

set g_logSync "1"

set g_adminLog "1"

 

 

// WATCHDOG

 

// in case the game dies with an ERR_DROP

// or any situation leading to server running with no map

// set com_watchdog 10 // defaults 60

set com_watchdog_cmd "exec objectivecycle.cfg"

 

//////////////////////////////////////////////////////////////////////

//

// NETWORKING

//

//////////////////////////////////////////////////////////////////////

 

set sv_floodProtect "1"

set sv_fps "20"

set sv_fullmsg "Server is full."

set sv_lanForceRate "1"

set sv_maxPing "0"

set sv_minPing "0"

set sv_packetdelay "0"

set sv_packetloss "0"

set sv_padPackets "0"

set sv_privateClients "0"

set sv_pure "1"

set sv_reconnectlimit "3"

set sv_showAverageBPS "0"

set sv_showloss "0"

set sv_timeout "240"

set sv_zombietime "2"

 

//////////////////////////////////////////////////////////////////////

//

// VOTING

//

//////////////////////////////////////////////////////////////////////

 

set vote_allow_balancedteams "1"

set vote_allow_comp "0"

set vote_allow_friendlyfire "0"

set vote_allow_gametype "0"

set vote_allow_generic "0"

set vote_allow_kick "0"

set vote_allow_map "0"

set vote_allow_matchreset "0"

set vote_allow_matchrestart "0"

set vote_allow_mutespecs "0"

set vote_allow_muting "0"

set vote_allow_nextmap "0"

set vote_allow_pub "0"

set vote_allow_referee "0"

set vote_allow_shuffleteamsxp "1"

set vote_allow_swapteams "0"

set vote_allow_timelimit "0"

set vote_allow_warmupdamage "0"

set vote_limit "3"

set vote_percent "75"

 

//////////////////////////////////////////////////////////////////////

//

// BANNERS

//

//////////////////////////////////////////////////////////////////////

 

set g_bannerLocation "4"

set g_bannerTime "60"

 

set g_banners "2"

set g_banner1 "^3THIS SERVER IS RUNNING Jaymod 2.1.7"

set g_banner2 "^3Check forums at http://jaymod.clanfu.org"

 

//////////////////////////////////////////////////////////////////////

//

// Matchplay

//

//////////////////////////////////////////////////////////////////////

 

set g_gametype "2"

set g_campaignFile ""

 

set g_headshot "0"

set g_knifeonly "0"

set g_panzerWar "0"

set g_sniperWar "0"

 

set match_latejoin "1"

set match_minplayers "0"

set match_mutespecs "0"

set match_readypercent "100"

set match_timeoutcount "3"

set match_timeoutlength "180"

set match_warmupDamage "1"

 

//////////////////////////////////////////////////////////////////////

//

// TEAMS

//

//////////////////////////////////////////////////////////////////////

 

set g_userAlliedRespawnTime "10"

set g_userAxisRespawnTime "10"

set g_teamForceBalance "1"

 

set g_ammoRechargeTime "40000"

set g_healthRechargeTime "30000"

 

set team_maxArtillery "6"

set team_maxLandMines "20"

 

set team_maxFlamers "3"

set team_maxGrenLaunchers "-1"

set team_maxM97s "-1"

set team_maxMG42s "-1"

set team_maxMortars "3"

set team_maxPanzers "3"

 

set team_maxplayers "0"

 

set team_maxMedics "-1"

set team_maxEngineers "-1"

set team_maxFieldOps "3"

set team_maxCovertOps "-1"

 

set team_nocontrols "1"

 

//////////////////////////////////////////////////////////////////////

//

// PLAYERS

//

//////////////////////////////////////////////////////////////////////

 

set g_defaultSkills "0 0 0 0 0 0 0"

 

set g_levels_battlesense "20 50 90 140 200"

set g_levels_covertops "20 50 90 140 200"

set g_levels_engineer "20 50 90 140 200"

set g_levels_fieldops "20 50 90 140 200"

set g_levels_lightweapons "20 50 90 140 200"

set g_levels_medic "20 50 90 140 200"

set g_levels_soldier "20 50 90 140 200"

 

set g_covertops "1"

set g_engineers "1"

set g_medics "4"

set g_soldiers "0"

 

set g_sk5_battle "1"

set g_sk5_cvops "7"

set g_sk5_eng "127"

set g_sk5_fdops "3"

set g_sk5_lightweap "1"

set g_sk5_medic "243"

set g_sk5_soldier "7"

 

set g_covertopsChargeTime "30000"

set g_engineerChargeTime "30000"

set g_LTChargeTime "40000"

set g_soldierChargeTime "20000"

 

set g_medicChargeTime "45000"

set g_medicSelfHealDelay "0"

 

//////////////////////////////////////////////////////////////////////

//

// BULLETMODE

//

//////////////////////////////////////////////////////////////////////

 

set g_bulletmode "0"

set g_bulletmodeDebug "0"

set g_bulletmodeReference "1"

set g_bulletmodeTrail "0"

 

//////////////////////////////////////////////////////////////////////

//

// HITMODE

//

//////////////////////////////////////////////////////////////////////

 

set g_hitmode "0"

set g_hitmodeAntilag "800"

set g_hitmodeAntilagLerp "1"

set g_hitmodeDebug "0"

set g_hitmodeFat "0"

set g_hitmodeGhosting "0"

set g_hitmodeReference "1"

set g_hitmodeZone "0"

 

//////////////////////////////////////////////////////////////////////

//

// MISCELLANEOUS

//

//////////////////////////////////////////////////////////////////////

 

set g_xpCap "0"

set g_xpMax "0"

set g_xpSave "1"

set g_xpSaveTimeout "1000d"

set g_admin "1"

set g_alliedmaxlives "0"

set g_altStopwatchMode "0"

set g_antiwarp "1"

set g_autoFireteams "0"

set g_axismaxlives "0"

set g_censor "0"

set g_censorPenalty "0"

set g_classChange "1"

set g_complaintlimit "6"

set g_damagexp "1"

set g_debugAlloc "0"

set g_debugConstruct "0"

set g_debugDamage "0"

set g_debugMove "0"

set g_debugSkills "0"

set g_disableComplaints "0"

set g_dragCorpse "1"

set g_dropAmmo "3"

set g_dropHealth "3"

set g_dynamiteTime "30"

set g_enforcemaxlives "0"

set g_fastres "0"

set g_fear "0"

set g_filterBan "1"

set g_filtercams "0"

set g_fixedPhysics "1"

set g_fixedPhysicsFPS "125"

set g_forcerespawn "0"

set g_friendlyFire "0"

set g_glow "0"

set g_goomba "4"

set g_gravity "800"

set g_heavyWeaponRestriction "100"

set g_inactivity "0"

set g_intermissionReadyPercent "75"

set g_intermissionTime "30"

set g_ipcomplaintlimit "3"

set g_killSpreeLevels "5 10 15 20 25 30"

set g_killingSpree "2"

set g_knockback "1000"

set g_landminetimeout "1"

set g_lms_followTeamOnly "0"

set g_lms_lockTeams "0"

set g_lms_matchlimit "2"

set g_lms_roundlimit "3"

set g_lms_teamForceBalance "1"

set g_loseSpreeLevels "10 20 30"

set g_mapConfigs "mapconfigs"

set g_mapScriptDirectory "mapscripts"

set g_maxGameClients "0"

set g_maxlives "0"

set g_maxlivesRespawnPenalty "0"

set g_misc "0"

set g_moverScale "1.0"

set g_movespeed "76"

set g_muteTime "30m"

set g_noTeamSwitching "1"

set g_packDistance "8"

set g_playDead "1"

set g_poisonSyringes "1"

set g_proneDelay "0"

set g_privateMessages "1"

set g_reflectFriendlyFire "100"

set g_saveCampaignStats "1"

set g_scriptDebug "0"

set g_scriptDebugLevel "0"

set g_scriptName ""

set g_shortcuts "0"

set g_shove "60"

set g_shoveNoZ "1"

set g_skills "13"

set g_slashKill "0"

set g_smoothClients "1"

set g_snap "7"

set g_spawnInvul "3"

set g_spectator "4"

set g_spectatorInactivity "0"

set g_speed "320"

set g_teamDamageMinHits "6"

set g_teamDamageRestriction "0"

set g_truePing "1"

set g_voiceChatsAllowed "4"

set g_vulnerableWeapons "4"

set g_warmup "20"

set g_watermarkFadeAfter "60"

set g_watermarkFadeTime "60"

set g_weapons "5606"

set g_wolfrof "0"

 

 

Mind you, these are defaults settings for now, as i try to figure out how to keep the xpsave from resetting everytime i restart my server.

 

( gamehost YCN gaming )

 

Thanks

Link to comment
Share on other sites

what client are you running, the latest?

 

g_xpsavetimeout "30d2h1m0s" would set your time for saving XP score this setting

would save for 30 Days 2 Hours 1 Minute 0 seconds.

 

g_xpmax "30000" This sets top score of your XP score

 

g_xpcap "2" will set your XP score to reset what you put in this setting "g_xpmax".

 

Basically these all work together and should be set to what you want I just wanted to give you something to start with.

Take time to read the manual that came with Jaymod I learned a lot reading and making changes on my server when I was running Jaymod. Chapter 9 has more info for the XP save.

Hope this helps :)

 

try these outs

 

you have maxxp on the server set to zero, so it just rests during each standby faze

Link to comment
Share on other sites

  • Administrators

With your present settings, you should be able store XP save without any issue.

 

I can assume 3 things:

 

1. You haven't uploaded user.db on your server.

2. Probably fs_homepath and fs_basepath are not set correctly.

3. You might be having some settings which are overwriting the settings which you posted.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.