You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Promod LIVE V2.15 EU - README
1
+
Promod LIVE V2.16 EU - README
2
2
http://www.codpromod.com
3
3
2013-05-29 <promod [at] codpromod.com>
4
4
#codpromod @ QuakeNet
@@ -9,19 +9,22 @@ Manager: abhi
9
9
Sponsored by FragNet
10
10
http://www.fragnet.net
11
11
12
-
Zip-package (promodlive215_eu.zip) contains:
12
+
Zip-package (promodlive216_eu.zip) contains:
13
13
14
14
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
18
18
pb\stock_iwd_md5.cfg
19
19
pb\promod_iwd_md5.cfg
20
20
pb\pbsvuser.cfg
21
21
readme.txt
22
22
server_setup.txt
23
23
server.cfg
24
24
25
+
LIVE V2.16:
26
+
- Fixed a small bug that appeared during 2.15. We're sorry about that!
27
+
25
28
LIVE V2.15:
26
29
- Fixed a bug where players could fall silently by holding down a grenade key and not having any grenades in inventory
27
30
- 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?
131
134
A: For a complete list of "promod_modes", see below.
132
135
133
136
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.
135
138
136
139
Q: Can I use this mod as a movie mod?
137
140
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
325
328
326
329
NOTES FOR SERVER-ADMINS AND SERVER-HOSTING COMPANIES
327
330
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.
330
333
331
334
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".
@@ -13,8 +13,8 @@ net_port [1-65535] (standard is 28960)
13
13
Make sure you put the server config (server.cfg) in the main-folder or specify correct path to it.
14
14
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.
15
15
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.
18
18
19
19
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".
0 commit comments