commit 941f151d875388a4734b5300bc01b9d99466bd13 Author: cclecle Date: Sun Sep 17 15:32:13 2023 +0100 first commit diff --git a/Call of Duty 4 Promod - Release 3.doc b/Call of Duty 4 Promod - Release 3.doc new file mode 100644 index 0000000..79cd1a9 Binary files /dev/null and b/Call of Duty 4 Promod - Release 3.doc differ diff --git a/mod.ff b/mod.ff new file mode 100644 index 0000000..240a0a6 Binary files /dev/null and b/mod.ff differ diff --git a/pbsv.cfg b/pbsv.cfg new file mode 100644 index 0000000..3c29317 --- /dev/null +++ b/pbsv.cfg @@ -0,0 +1,13 @@ +//Punkbuster scripts for CoD4 Promod +//By Ryan raf1 Palmer +// +//Insert this into your pbsv.cfg file + +pb_sv_cvar sc_enable in 0 +pb_sv_cvar sm_enable in 0 +pb_sv_cvar r_dlight_limit in 0 +pb_sv_cvar dynent_active in 0 +pb_sv_cvar snaps in 30 +pb_sv_cvar cl_maxpackets in 100 +pb_sv_cvar rate in 25000 +pb_sv_cvar cg_nopredict in 0 \ No newline at end of file diff --git a/promod_release3_final.iwd b/promod_release3_final.iwd new file mode 100644 index 0000000..93ed67b Binary files /dev/null and b/promod_release3_final.iwd differ diff --git a/q3config_server.cfg b/q3config_server.cfg new file mode 100644 index 0000000..c836b8d --- /dev/null +++ b/q3config_server.cfg @@ -0,0 +1,53 @@ +// generated by quake, do not modify +seta g_redCrosshairs "1" +seta g_useholdspawndelay "500" +seta g_voteAbstainWeight "0.5" +seta g_oldVoting "1" +seta g_voiceChatTalkingDuration "500" +seta voice_localEcho "0" +seta voice_global "0" +seta g_clonePlayerMaxVelocity "80" +seta g_dropHorzSpeedRand "100" +seta g_dropUpSpeedRand "5" +seta g_dropUpSpeedBase "10" +seta g_dropForwardSpeed "10" +seta g_banIPs "" +seta g_logTimeStampInSeconds "0" +seta voice_deadChat "0" +seta g_deadChat "0" +seta g_log "games_mp.log" +seta g_logsync "0" +seta sys_shutdowntimeout "60" +seta sv_steamgroup "" +seta sv_steamforce "None (optional)" +seta sv_usesteam64id "1" +seta sv_disablechat "0" +seta sv_legacyguidmode "0" +seta sv_updatebackendname "cod4update.cod4x.ovh" +seta sv_floodprotect "4" +seta sv_maxRate "25000" +seta sv_contellname "^5Server^7->^5PM: ^7" +seta sv_consayname "^2Server: ^7" +seta g_motd "Welcome to ChaCha's server" +seta g_password "" +seta sv_statusfilename "serverstatus.xml" +seta sv_randomMapRotation "0" +seta sv_reconnectlimit "3" +seta sv_voice "0" +seta sv_wwwDlDisconnected "0" +seta sv_wwwBaseURL "http://newchacha.ddns.net/games/cod4/" +seta sv_wwwDownload "1" +seta sv_allowDownload "1" +seta sv_queryIgnoreTime "2000" +seta sv_queryIgnoreMegs "1" +seta sv_maxPing "0" +seta sv_minPing "0" +seta sv_hostname "ChaCha ProMod" +seta loc_forceEnglish "0" +seta loc_language "0" +seta net_mcast6iface "" +seta net_mcast6addr "ff08::696f:7175:616b:6533" +seta net_enabled "3" +seta com_zoneMegs "16" +seta sv_authorizemode "0" +seta ttycon_ansiColor "1" diff --git a/z_custom_ruleset.iwd b/z_custom_ruleset.iwd new file mode 100644 index 0000000..be3eb98 Binary files /dev/null and b/z_custom_ruleset.iwd differ