Skip to content

Commit dde297d

Browse files
IngramzTrivve
authored andcommitted
Promod LIVE V2.16 release
1 parent 1ef48c8 commit dde297d

11 files changed

Lines changed: 26 additions & 23 deletions

File tree

compile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@echo off
1010

11-
SET mod_name=promodlive215
11+
SET mod_name=promodlive216
1212
SET work_directory=%~dp0
1313
cd %work_directory%
1414

compile_fastfile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ copy mod.csv ..\..\zone_source /Y
2525
cd ..\..\bin
2626
linker_pc.exe -language english -compress -cleanup mod -verbose
2727

28-
cd ..\mods\promodlive215
28+
cd ..\mods\promodlive216
2929
copy ..\..\zone\english\mod.ff
3030

3131
pause

maps/mp/gametypes/_globallogic.gsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3137,8 +3137,8 @@ Callback_PlayerDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, s
31373137

31383138
if( !level.rdyup && isDefined(eAttacker) && isPlayer(eAttacker) && eAttacker != self )
31393139
{
3140-
if(!isDefined(self.pers["hits"]))
3141-
self.pers["hits"] = 0;
3140+
if(!isDefined(eAttacker.pers["hits"]))
3141+
eAttacker.pers["hits"] = 0;
31423142

31433143
eAttacker.pers["hits"]++;
31443144

pb/promod_iwd_md5.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pb_sv_md5tool a "" v mods/promodlive215/promodlive215.iwd SZ276308 AT0 LEN2048 B9ABD1ECBB56A5119EACC754CFD430DC
1+
pb_sv_md5tool a "" v mods/promodlive216/promodlive216.iwd SZ276308 AT0 LEN2048 0B6BD48A1B9FE82904C3C4FD549B4FEA

promod/scorebot.gsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ actionTicker()
4949
setDvar( "__promod_defence_score", game["promod_scorebot_defence_ticker_buffer"], true );
5050
setDvar( "__promod_mode", toLower( getDvar( "promod_mode" ) ), true );
5151
setDvar( "__promod_ticker", getDvar( "__promod_ticker" ), true );
52-
setDvar( "__promod_version", "Promod LIVE V2.15 EU", true );
52+
setDvar( "__promod_version", "Promod LIVE V2.16 EU", true );
5353

5454
for(;;)
5555
{

promod/servercheck.gsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ errorMessage()
7676
if ( (antilag && dedicated == "dedicated LAN server") || (!antilag && dedicated == "dedicated internet server" && !game["PROMOD_PB_OFF"]))
7777
iprintlnbold("^1Server Violation^7: Modified Connection");
7878

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

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

112-
case "promodlive215":
112+
case "promodlive216":
113113
if( iwdsums[i] != "1491770436" )
114114
iprintlnbold("^1Server Violation^7: Modified Promod IWD Detected");
115115
iwd_loaded = true;

promod/setvariables.gsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ main()
3232
game["axis_timeout_called"] = 0;
3333

3434
game["promod_first_readyup_done"] = 0;
35-
game["PROMOD_VERSION"] = "Promod ^1LIVE ^7V2.15 EU";
35+
game["PROMOD_VERSION"] = "Promod ^1LIVE ^7V2.16 EU";
3636
}

readme.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Promod LIVE V2.15 EU - README
1+
Promod LIVE V2.16 EU - README
22
http://www.codpromod.com
33
2013-05-29 <promod [at] codpromod.com>
44
#codpromod @ QuakeNet
@@ -9,19 +9,22 @@ Manager: abhi
99
Sponsored by FragNet
1010
http://www.fragnet.net
1111

12-
Zip-package (promodlive215_eu.zip) contains:
12+
Zip-package (promodlive216_eu.zip) contains:
1313

1414
LICENSE
15-
promodlive215\mod.ff
16-
promodlive215\promodlive215.iwd
17-
promodlive215\z_custom_ruleset.iwd
15+
promodlive216\mod.ff
16+
promodlive216\promodlive216.iwd
17+
promodlive216\z_custom_ruleset.iwd
1818
pb\stock_iwd_md5.cfg
1919
pb\promod_iwd_md5.cfg
2020
pb\pbsvuser.cfg
2121
readme.txt
2222
server_setup.txt
2323
server.cfg
2424

25+
LIVE V2.16:
26+
- Fixed a small bug that appeared during 2.15. We're sorry about that!
27+
2528
LIVE V2.15:
2629
- Fixed a bug where players could fall silently by holding down a grenade key and not having any grenades in inventory
2730
- Reworked damage logic, no changes in damage values, but minimal performance boost
@@ -131,7 +134,7 @@ Q: What about the hardcore, and support for all gametypes, how do I use them?
131134
A: For a complete list of "promod_modes", see below.
132135

133136
Q: I want to run my own custom Promod-server with skins etc, how?
134-
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.
137+
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.
135138

136139
Q: Can I use this mod as a movie mod?
137140
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").
@@ -325,8 +328,8 @@ For example map "mp_dahman_b3" contains a file called "mp_dahman_b3.iwd" and the
325328

326329
NOTES FOR SERVER-ADMINS AND SERVER-HOSTING COMPANIES
327330

328-
The dvar fs_game "mods/promodlive215" is forced for match-servers and do not rename any files or modify contents of them.
329-
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.
331+
The dvar fs_game "mods/promodlive216" is forced for match-servers and do not rename any files or modify contents of them.
332+
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.
330333

331334
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".
332335

server.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sets _Email ""
77
sets _Website ""
88
sets _Location ""
99
sets _Irc ""
10-
sets sv_hostname "Another Promod ^1LIVE ^7V2.15 ^7Server is Born"
10+
sets sv_hostname "Another Promod ^1LIVE ^7V2.16 ^7Server is Born"
1111

1212
// welcome message, message of the day (motd)
1313
seta scr_motd "Please visit us at www.codpromod.com, also visit our IRC channel #codpromod @ QuakeNet"

server_setup.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<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
7+
<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
88

99
dedicated [0-2] (listen, LAN, internet)
1010
net_ip [xxx.xxx.xxx.xxx]
@@ -13,8 +13,8 @@ net_port [1-65535] (standard is 28960)
1313
Make sure you put the server config (server.cfg) in the main-folder or specify correct path to it.
1414
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.
1515

16-
The dvar fs_game "mods/promodlive215" is forced for match-servers and do not rename any files or modify contents of them.
17-
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.
16+
The dvar fs_game "mods/promodlive216" is forced for match-servers and do not rename any files or modify contents of them.
17+
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.
1818

1919
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".
2020

0 commit comments

Comments
 (0)