View Full Version : POOLS PRM mod Version 2.0
SgtCanuck
11-19-2003, 08:02 PM
I just installed this new version from POOL PRM Realism Mod.
I run a Dedicated Server
Two Things:
1. the update is smaller then the original version 1.0 1.7 Megs
This 2.0 is like 300k???
Was I to leave the version 1.0 in the main directory?
I extracted 2.0 into my main and updated my cfg to reflect some of there suggested changes.
2. I noticed that there were no specific commands for killcam and other cvars other then the default ones.
When I connect to my server locally and via internet the realism does not kick in.
Still have HUD and Crosshairs.
I put the version 1.0 back and my old CFG and wham put in my cfg
set sv_hmnokillcam "0" and other commands using the HM in front
and realism worked.
Tried to hit there site but only got a JPG page must be updating.
I was just wondering if i WAS TO leave the original file in my main dir.
I am trying to run a DEDICATED Tactical / Realism server.
Thanks.
I noticed that no ones posted the CFG CONFIG PRO is not working the darn program does not right to files or create files.
Blank page every time I save settings to a test.cfg file.
Thanks..
BTW before you ask .....
Like my previous posts... I DID READ THE README and the MANUAL `action: "steping up on stool in room holding printed copy of RPM's readme.txt"
http://www.danasoft.com/vipersig.jpg
I am having some issues as well. The HUD still shows and so does the crosshair. I had to use /set cl_allowdownloads 1 thru the console to get the file from the server. Should that be? This was supposed to be a serversided mod, no?
What I did notice that does work is the no kill cam; the nade cook and damage increase; the different movement speeds depending on what weapon you have in your hand; the no health packs; the team weapon loadout limiting and so on. All very cool. Did not use bleeding yet.
-Team Only spectate-
I used seta g_forceteamspectate "1" in the config. Does it work? I don't know because seta scr_forcerespawn "1" is in the settings too. Does this cancel it out?
-Voting-
What I need to know is how to allow player kick voting to be enabled ONLY. Not ALL voting enabled. What is the difference between these two lines?
seta g_allowVote "0"
seta scr_allow_vote "1"
Here is most of my cfg:
// General Settings
seta sv_maxClients "18"
seta sv_privateClients "2"
seta sv_maxRate "20000"
seta sv_minPing "0"
seta sv_maxPing "250"
seta sv_pure "1"
seta logfile "1"
seta g_log "server.log"
seta protocol "1"
seta g_logsync "0"
seta sv_gamespy "1"
seta sv_floodprotect "1"
seta g_forceteamspectate "1"
seta sv_invulnerabletime "3"
// seta g_teamkillwarn "3"
// seta g_teamkillkick "5"
seta g_teamswitchdelay "10"
seta g_allowVote "0"
seta g_gametype tdm
seta scr_allow_vote "1"
seta sv_allowAnonymous "0"
seta sv_allowDownload "1"
seta sv_cheats "0"
seta sv_fps "20"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 ""
seta sv_master3 ""
seta sv_master4 ""
seta sv_master5 ""
// Weapons
seta scr_allow_bar "1"
seta scr_allow_bren "1"
seta scr_allow_enfield "1"
seta scr_allow_fg42 "0"
seta scr_allow_kar98k "1"
seta scr_allow_kar98ksniper "1"
seta scr_allow_m1carbine "1"
seta scr_allow_m1garand "1"
seta scr_allow_mp40 "1"
seta scr_allow_mp44 "1"
seta scr_allow_nagant "1"
seta scr_allow_nagantsniper "1"
seta scr_allow_panzerfaust "0"
seta scr_allow_ppsh "1"
seta scr_allow_springfield "1"
seta scr_allow_sten "1"
seta scr_allow_thompson "1"
// Weapon Loadout Cvars
seta sv_alliedSniperLimit "2"
// default 2
seta sv_alliedSMGLimit "6"
// default 6
seta sv_alliedMGLimit "3"
// default 3
seta sv_axisSniperLimit "2"
// default 2
seta sv_axisSMGLimit "10"
// default 10
seta sv_axisMGLimit "3"
// default 3
// HUD Cvars
seta sv_no_crosshairs "1"
// 1 = disables crosshair, any other value enables them
seta sv_no_crosshair_names "1"
// 1 = disables them, any other value enables them
seta sv_no_compass_players "1"
// 1 = disables them, any other value enables them
// Other various Cvars
seta sv_healthpacks "0"
// 1 = drop health, 0 = no health packs dropped
seta sv_nokillcam "1"
// 1 = killcam disabled, 0 = killcam enabled
seta sv_noDropSniper "1"
// 1 = snipers not dropped, 0 = snipers dropped
seta sv_bleeding "0"
// 1 = bleeding on, 0 = bleeding off
// Realism
seta scr_drawfriend "0"
// icons overhead
seta scr_forcerespawn "1"
seta scr_friendlyfire "1"
// BEL
seta scr_bel_alivepointtime "10"
seta scr_bel_scorelimit "50"
seta scr_bel_timelimit "20"
// DM
seta scr_dm_scorelimit "50"
seta scr_dm_timelimit "20"
// TDM
seta scr_re_graceperiod "20"
seta scr_tdm_scorelimit "500"
seta scr_tdm_timelimit "20"
// SD
seta scr_sd_graceperiod "15"
seta scr_sd_roundlength "5"
seta scr_sd_roundlimit "7"
seta scr_sd_scorelimit "10"
seta scr_sd_timelimit "0"
// RE
seta scr_re_graceperiod "15"
seta scr_re_roundlength "3"
seta scr_re_roundlimit "7"
seta scr_re_scorelimit "10"
seta scr_re_timelimit "0"
seta scr_re_showcarrier "0"
// Map Rotation
seta sv_mapRotation "gametype tdm map mp_carentan gametype tdm map mp_railyard gametype tdm map mp_dawnville gametype tdm map mp_depot gametype tdm map mp_harbor gametype tdm map mp_hurtgen gametype tdm map mp_pavlov gametype tdm map mp_rocket gametype tdm map mp_chateau gametype tdm map mp_brecourt"
Thanks.
HS
Jasper
11-23-2003, 07:10 AM
Can you limit the number of a particular weapon using PRM?
I would love to play on a server where sniper rifles/MGs/SMGs were limited to say 4/4/4 and the rest rifles. Course the ppl with the faster computers would get first choice but still..
Nothing more frustrating than walk 10 feet, get sniped, rinse/repeat because 12/15 guys on one team have sniper rifles.
SgtCanuck
11-23-2003, 12:31 PM
I am having some issues as well. The HUD still shows and so does the crosshair. I had to use /set cl_allowdownloads 1 thru the console to get the file from the server. Should that be? This was supposed to be a serversided mod, no?
-Voting-
What I need to know is how to allow player kick voting to be enabled ONLY. Not ALL voting enabled. What is the difference between these two lines?
seta g_allowVote "0"
seta scr_allow_vote "1"
HS
I unfortunatly cannot help you out too much only that i am under the impression that this is a Server Side only. I still cannot hit thier site and i have yet to receieve any reply via email from them on my posted issue.
I have my settings up for forced respawn and they get bumped to spectator after 15 secs of inactivity. then after 60 secs they are kicked. (so much for long beer store trips) LOL
As for your voting option i have tried to play with that too. I too have tried to configure kick voting only however as far as i can tell i am only able to get the option to enalbe or disable voting. I have choosen Disabel voting and have setup AUTOKICK's admin tool for kicking players on predefined settings in AutoKick. cool tool ignore the first page of it once up server info wont display correctly on some custom built cfg file but the tools work, voting, kick, spawn killers, abusers, and map changing plus much much more check it out @ Crow Kings site: http://www.autokick.com/
BTW was able to track down my messages by changing theme on my profile ? WHO KNEW! :x
Jasper - Oh yes, you can (and it's really funny when you pull into the weapons tab and see only two choices remaining because the other players grabbed the good guns, lol).
SgtCanuck - This is a server side mod though, m8. But I noticed that the client only experinces the mod when they have download enabled. I hope I'm wrong.
SgtCanuck
11-25-2003, 08:42 PM
Hopefully he will update this 2.0 issue cause i too tried it with my client side enabled for accept downloads and wham it worked.
Jesus wonder if he knows that it only works if client downloades it.
Oh well i will try a mix of midgets and hollywood and see what i can get of of those too mods.
OUT
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.