Skip to content

Commit

Permalink
Promod LIVE V2.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingramz authored and Trivve committed May 29, 2013
1 parent 1ef48c8 commit dde297d
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@echo off

SET mod_name=promodlive215
SET mod_name=promodlive216
SET work_directory=%~dp0
cd %work_directory%

Expand Down
2 changes: 1 addition & 1 deletion compile_fastfile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ copy mod.csv ..\..\zone_source /Y
cd ..\..\bin
linker_pc.exe -language english -compress -cleanup mod -verbose

cd ..\mods\promodlive215
cd ..\mods\promodlive216
copy ..\..\zone\english\mod.ff

pause
4 changes: 2 additions & 2 deletions maps/mp/gametypes/_globallogic.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -3137,8 +3137,8 @@ Callback_PlayerDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, s

if( !level.rdyup && isDefined(eAttacker) && isPlayer(eAttacker) && eAttacker != self )
{
if(!isDefined(self.pers["hits"]))
self.pers["hits"] = 0;
if(!isDefined(eAttacker.pers["hits"]))
eAttacker.pers["hits"] = 0;

eAttacker.pers["hits"]++;

Expand Down
2 changes: 1 addition & 1 deletion pb/promod_iwd_md5.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pb_sv_md5tool a "" v mods/promodlive215/promodlive215.iwd SZ276308 AT0 LEN2048 B9ABD1ECBB56A5119EACC754CFD430DC
pb_sv_md5tool a "" v mods/promodlive216/promodlive216.iwd SZ276308 AT0 LEN2048 0B6BD48A1B9FE82904C3C4FD549B4FEA
2 changes: 1 addition & 1 deletion promod/scorebot.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ actionTicker()
setDvar( "__promod_defence_score", game["promod_scorebot_defence_ticker_buffer"], true );
setDvar( "__promod_mode", toLower( getDvar( "promod_mode" ) ), true );
setDvar( "__promod_ticker", getDvar( "__promod_ticker" ), true );
setDvar( "__promod_version", "Promod LIVE V2.15 EU", true );
setDvar( "__promod_version", "Promod LIVE V2.16 EU", true );

for(;;)
{
Expand Down
6 changes: 3 additions & 3 deletions promod/servercheck.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ errorMessage()
if ( (antilag && dedicated == "dedicated LAN server") || (!antilag && dedicated == "dedicated internet server" && !game["PROMOD_PB_OFF"]))
iprintlnbold("^1Server Violation^7: Modified Connection");

if( isDefined( game["PROMOD_MATCH_MODE"] ) && game["PROMOD_MATCH_MODE"] == "match" || toLower( getDvar( "fs_game" ) ) == "mods/promodlive215" )
if( isDefined( game["PROMOD_MATCH_MODE"] ) && game["PROMOD_MATCH_MODE"] == "match" || toLower( getDvar( "fs_game" ) ) == "mods/promodlive216" )
{
if( toLower(getDvar("fs_game")) != "mods/promodlive215" )
if( toLower(getDvar("fs_game")) != "mods/promodlive216" )
iprintlnbold("^1Server Violation^7: Invalid fs_game value");

iwdnames = strToK( getDvar( "sv_iwdnames" ), " " );
Expand Down Expand Up @@ -109,7 +109,7 @@ errorMessage()
iprintlnbold("^1Server Violation^7: Modified Custom IWD File While In Match Mode");
break;

case "promodlive215":
case "promodlive216":
if( iwdsums[i] != "1491770436" )
iprintlnbold("^1Server Violation^7: Modified Promod IWD Detected");
iwd_loaded = true;
Expand Down
2 changes: 1 addition & 1 deletion promod/setvariables.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ main()
game["axis_timeout_called"] = 0;

game["promod_first_readyup_done"] = 0;
game["PROMOD_VERSION"] = "Promod ^1LIVE ^7V2.15 EU";
game["PROMOD_VERSION"] = "Promod ^1LIVE ^7V2.16 EU";
}
19 changes: 11 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Promod LIVE V2.15 EU - README
Promod LIVE V2.16 EU - README
http://www.codpromod.com
2013-05-29 <promod [at] codpromod.com>
#codpromod @ QuakeNet
Expand All @@ -9,19 +9,22 @@ Manager: abhi
Sponsored by FragNet
http://www.fragnet.net

Zip-package (promodlive215_eu.zip) contains:
Zip-package (promodlive216_eu.zip) contains:

LICENSE
promodlive215\mod.ff
promodlive215\promodlive215.iwd
promodlive215\z_custom_ruleset.iwd
promodlive216\mod.ff
promodlive216\promodlive216.iwd
promodlive216\z_custom_ruleset.iwd
pb\stock_iwd_md5.cfg
pb\promod_iwd_md5.cfg
pb\pbsvuser.cfg
readme.txt
server_setup.txt
server.cfg

LIVE V2.16:
- Fixed a small bug that appeared during 2.15. We're sorry about that!

LIVE V2.15:
- Fixed a bug where players could fall silently by holding down a grenade key and not having any grenades in inventory
- Reworked damage logic, no changes in damage values, but minimal performance boost
Expand Down Expand Up @@ -131,7 +134,7 @@ Q: What about the hardcore, and support for all gametypes, how do I use them?
A: For a complete list of "promod_modes", see below.

Q: I want to run my own custom Promod-server with skins etc, how?
A: In order to run your own custom Promod-server you'll need to change the fs_game to anything besides "mods/promodlive215" as well as not using match-modes. You will now be able to modify the Promod IWDs and add additional iwd-files.
A: In order to run your own custom Promod-server you'll need to change the fs_game to anything besides "mods/promodlive216" as well as not using match-modes. You will now be able to modify the Promod IWDs and add additional iwd-files.

Q: Can I use this mod as a movie mod?
A: Yes, you can! Commands (which are important for movie-making) are only forced on the clients once connected. Demos needs to be loaded using devmap before starting a demo ("devmap mp_crash;disconnect").
Expand Down Expand Up @@ -325,8 +328,8 @@ For example map "mp_dahman_b3" contains a file called "mp_dahman_b3.iwd" and the

NOTES FOR SERVER-ADMINS AND SERVER-HOSTING COMPANIES

The dvar fs_game "mods/promodlive215" is forced for match-servers and do not rename any files or modify contents of them.
However custom servers with skins etc. must use something else than "mods/promodlive215" for example "mods/promodlive215_custom", it's not restricted and you are free to modify files as well.
The dvar fs_game "mods/promodlive216" is forced for match-servers and do not rename any files or modify contents of them.
However custom servers with skins etc. must use something else than "mods/promodlive216" for example "mods/promodlive216_custom", it's not restricted and you are free to modify files as well.

Included with Promod are two PunkBuster MD5 configs, "stock_iwd_md5.cfg" and "promod_iwd_md5.cfg" which you can put in the pb-folder on your server, it contains checksums for the stock IWD-files as well as Promod-IWD for use with PunkBuster MD5 facility to prevent custom skins and other forms of cheating and abusing and can be loaded in-game by typing "\rcon pb_sv_load stock_iwd_md5.cfg" and "\rcon pb_sv_load promod_iwd_md5.cfg".

Expand Down
2 changes: 1 addition & 1 deletion server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sets _Email ""
sets _Website ""
sets _Location ""
sets _Irc ""
sets sv_hostname "Another Promod ^1LIVE ^7V2.15 ^7Server is Born"
sets sv_hostname "Another Promod ^1LIVE ^7V2.16 ^7Server is Born"

// welcome message, message of the day (motd)
seta scr_motd "Please visit us at www.codpromod.com, also visit our IRC channel #codpromod @ QuakeNet"
Expand Down
6 changes: 3 additions & 3 deletions server_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a sample command-line for starting and using Promod LIVE V2 under Windows:

<path to iw3mp.exe> +set dedicated 2 +set net_ip localhost +set net_port 28960 +set sv_punkbuster 1 +set fs_game mods/promodlive215 +exec server.cfg +set rcon_password password +map_rotate
<path to iw3mp.exe> +set dedicated 2 +set net_ip localhost +set net_port 28960 +set sv_punkbuster 1 +set fs_game mods/promodlive216 +exec server.cfg +set rcon_password password +map_rotate

dedicated [0-2] (listen, LAN, internet)
net_ip [xxx.xxx.xxx.xxx]
Expand All @@ -13,8 +13,8 @@ net_port [1-65535] (standard is 28960)
Make sure you put the server config (server.cfg) in the main-folder or specify correct path to it.
Please note that we also define the rcon password to the server here to prevent someone from downloading your config from server and thus view ("hack") your rcon password.

The dvar fs_game "mods/promodlive215" is forced for match-servers and do not rename any files or modify contents of them.
However custom servers with skins etc. must use something else than "mods/promodlive215" for example "mods/promodlive215_custom", it's not restricted and you are free to modify files as well.
The dvar fs_game "mods/promodlive216" is forced for match-servers and do not rename any files or modify contents of them.
However custom servers with skins etc. must use something else than "mods/promodlive216" for example "mods/promodlive216_custom", it's not restricted and you are free to modify files as well.

Included with Promod is two PunkBuster MD5 configs, "stock_iwd_md5.cfg" and "promod_iwd_md5.cfg" which you can put in the pb-folder on your server, it contains checksums for the stock IWD-files as well as Promod-IWD for use with PunkBuster MD5 facility to prevent custom skins and other forms of cheating and abusing and can be loaded in-game by typing "\rcon pb_sv_load stock_iwd_md5.cfg" and "\rcon pb_sv_load promod_iwd_md5.cfg".

Expand Down
2 changes: 1 addition & 1 deletion ui_mp/main.menu
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
itemDef
{
text "Current Promod Version: LIVE V2.15 EU"
text "Current Promod Version: LIVE V2.16 EU"
style 0
textscale 0.25
textstyle 3
Expand Down

0 comments on commit dde297d

Please sign in to comment.