Initial Reupload
This commit is contained in:
63
cfg/listenserver.cfg
Normal file
63
cfg/listenserver.cfg
Normal file
@@ -0,0 +1,63 @@
|
||||
hostname "My Prop Hunt Server"
|
||||
sv_password ""
|
||||
sv_lan 0
|
||||
sv_region 255
|
||||
|
||||
// if these configs somehow won't load from your server, try remove any comments that marked as '//'.
|
||||
// Fore more info about all configs:
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=Config&gettopic=Common_Server_Config
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=ConVars_and_ConCmds&gettopic=Serverside_ConVars
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=ConVars_and_ConCmds&gettopic=MapVote_ConVars
|
||||
|
||||
p2p_enabled 0 // change this to 1 to enable P2P Mode.
|
||||
p2p_friendsonly 0 // change this to 1 to only allow Friends Only P2P mode.
|
||||
|
||||
// PH: Enhanced - Gameplay settings
|
||||
ph_hunter_fire_penalty 10
|
||||
ph_hunter_kill_bonus 100
|
||||
ph_swap_teams_every_round 1 //leave this as default.
|
||||
ph_game_time 40 //minutes
|
||||
ph_hunter_blindlock_time 30 //seconds
|
||||
ph_round_time 300 //seconds
|
||||
ph_rounds_per_map 10
|
||||
ph_waitforplayers 1
|
||||
ph_min_waitforplayers 1
|
||||
|
||||
//Verbosely prints any events of Prop Hunt: Enhanced.
|
||||
ph_print_verbose 1
|
||||
|
||||
// PH: Enhanced - Props/Player settings
|
||||
ph_use_custom_plmodel 1
|
||||
ph_use_custom_plmodel_for_prop 1
|
||||
ph_use_playermodeltype 0
|
||||
ph_enable_plnames 0
|
||||
ph_prop_camera_collisions 1
|
||||
ph_prop_collision 1
|
||||
ph_enable_custom_taunts 1
|
||||
ph_autotaunt_enabled 1
|
||||
ph_customtaunts_delay 4
|
||||
ph_normal_taunt_delay 3
|
||||
ph_autotaunt_delay 45
|
||||
ph_prop_jumppower 1.4
|
||||
ph_notice_prop_rotation 1
|
||||
ph_enable_lucky_balls 1
|
||||
|
||||
// Freezecam Settings
|
||||
ph_freezecam 1
|
||||
ph_fc_use_single_sound 0
|
||||
ph_fc_cue_path "misc/freeze_cam.wav"
|
||||
|
||||
// PH: Enhanced - MapVote
|
||||
mv_allowcurmap 1 // 1/0, allow current map or not
|
||||
mv_cooldown 1 // 1/0, enable cooldown
|
||||
mv_mapbeforerevote 2 // number of each map should be cooldown
|
||||
mv_maplimit 30 // allow 30 maps listed in mapvotes
|
||||
mv_rtvcount 3 // Minimum players to allow MapVote
|
||||
mv_timelimit 30 // Time in seconds to begin voting before changing the most choosen maps.
|
||||
|
||||
// Use map listing from ULX Mapvote? This convar will grab any whitelisted maps from your ULX Map List.
|
||||
// 1 = use from ULX mapvote list (which you can whitelist them), 0 = use default maps/*.bsp directory listing.
|
||||
mv_use_ulx_votemaps 0
|
||||
|
||||
// Map Prefixes to start with, for example: ph_ stands for Prop Hunt, de_ stands for CSS, etc...
|
||||
mv_mapprefix "ph_,de_,fy_,"
|
||||
68
cfg/server.cfg
Normal file
68
cfg/server.cfg
Normal file
@@ -0,0 +1,68 @@
|
||||
hostname "My Prop Hunt Server"
|
||||
sv_password ""
|
||||
sv_lan 0
|
||||
sv_region 255
|
||||
|
||||
// if these configs somehow won't load from your server, try remove any comments that marked as '//'.
|
||||
// Fore more info about all configs:
|
||||
// Read the Wiki:
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=Config&gettopic=Common_Server_Config
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=ConVars_and_ConCmds&gettopic=Serverside_ConVars
|
||||
// https://project.wolvindra.net/phe/new/faq/?dir=ConVars_and_ConCmds&gettopic=MapVote_ConVars
|
||||
|
||||
// PH: Enhanced - Gameplay settings
|
||||
ph_hunter_fire_penalty 10
|
||||
ph_hunter_kill_bonus 100
|
||||
ph_swap_teams_every_round 1 //leave this as default.
|
||||
ph_game_time 40 //minutes
|
||||
ph_hunter_blindlock_time 30 //seconds
|
||||
ph_round_time 300 //seconds
|
||||
ph_rounds_per_map 10
|
||||
ph_waitforplayers 1
|
||||
ph_min_waitforplayers 1
|
||||
|
||||
//Verbosely prints any events of Prop Hunt: Enhanced.
|
||||
ph_print_verbose 1
|
||||
|
||||
// PH: Enhanced - Props/Player settings
|
||||
ph_use_custom_plmodel 1
|
||||
ph_use_custom_plmodel_for_prop 1
|
||||
ph_use_playermodeltype 0
|
||||
ph_enable_plnames 0
|
||||
ph_prop_camera_collisions 1
|
||||
ph_prop_collision 1
|
||||
ph_enable_custom_taunts 1
|
||||
ph_autotaunt_enabled 1
|
||||
ph_customtaunts_delay 4
|
||||
ph_normal_taunt_delay 3
|
||||
ph_autotaunt_delay 45
|
||||
ph_prop_jumppower 1.4
|
||||
ph_notice_prop_rotation 1
|
||||
ph_enable_lucky_balls 1
|
||||
|
||||
// Freezecam Settings
|
||||
ph_freezecam 1
|
||||
ph_fc_use_single_sound 0
|
||||
ph_fc_cue_path "misc/freeze_cam.wav"
|
||||
|
||||
// PH: Enhanced - MapVote
|
||||
mv_allowcurmap 1 // 1/0, allow current map or not
|
||||
mv_cooldown 1 // 1/0, enable cooldown
|
||||
mv_mapbeforerevote 2 // number of each map should be cooldown
|
||||
mv_maplimit 30 // allow 30 maps listed in mapvotes
|
||||
mv_rtvcount 3 // Minimum players to allow MapVote
|
||||
mv_timelimit 30 // Time in seconds to begin voting before changing the most choosen maps.
|
||||
|
||||
// Use map listing from ULX Mapvote? This convar will grab any whitelisted maps from your ULX Map List.
|
||||
// 1 = use from ULX mapvote list (which you can whitelist them), 0 = use default maps/*.bsp directory listing.
|
||||
mv_use_ulx_votemaps 0
|
||||
|
||||
// Map Prefixes to start with, for example: ph_ stands for Prop Hunt, de_ stands for CSS, etc...
|
||||
mv_mapprefix "ph_,de_,fy_,"
|
||||
|
||||
// Resource: Custom taunts downloads
|
||||
sv_allowdownload 1
|
||||
sv_allowupload 1
|
||||
|
||||
// Specify your fastdl address to make it available for downloads to the clients.
|
||||
sv_downloadurl "http://yoursite/path_of_fastdl/"
|
||||
Reference in New Issue
Block a user