Advertisement
fluffyfurr

Server.cfg

Dec 7th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.85 KB | None | 0 0
  1. /---------------------
  2. //Server settings
  3. //---------------------
  4. sv_maxplayers 64
  5. sv_servername "SERVER NAME"
  6. sv_password "SERVER PASSWORD"
  7. sv_port 28107
  8. sv_heapsize 4096 //MB ram dedicated to server
  9. sv_lan true //True only allows local IPs to connect
  10. sv_whitelist false //Only allow certain IPs to connect, via whitelist.config
  11. sv_blacklist false //Disallow certain IPs to connect
  12. sv_do_day_night_cycle true
  13. sv_weather true
  14. sv_voice_enable true
  15. sv_bcu_light true
  16. sv_zombie_bcu true
  17. sv_robot_lights true
  18.  
  19. sv_anticheat true
  20. sv_anticheat_extra false //Some experimental features. May result in false-positives
  21. sv_low_mem_usage false //For slower servers, <4GB RAM
  22. sv_low_cpu_usage false //For slower servers, old CPU. NOT recommended!
  23.  
  24.  
  25. //---------------------
  26. //Gameplay settings
  27. //---------------------
  28. //----Loot and crafting settings----
  29. sv_spawn_loot true //Turn it off to see what a walking sim really looks like
  30. sv_every_box_contains_loot false //False by default
  31. cl_looting_enabled true //Without this, why would you need hands?
  32. loot_scrap true
  33. loot_gunpowder true
  34. loot_guns true
  35. loot_ammo true
  36. sv_spawnrate 1
  37. sv_loot_respawn_time 30 //Time in minutes
  38.  
  39. //----Player settings----
  40. cl_dehydrate true
  41. cl_fall_damage true
  42. cl_fall_limb_break true
  43. cl_godmode false //Easy mode lmao
  44. cl_no_hunder false
  45. cl_no_mineral_usage false
  46. cl_no_thirst false
  47. cl_no_vitamin_usage false
  48. cl_punish_full_bladder true
  49. cl_punish_full_colon true
  50. cl_punish_full_intestine true
  51. cl_punish_overdrink true
  52. cl_punish_overeat true
  53. cl_skill_change true
  54. cl_stamina_usage true
  55. fp_bottom_feeder_range 100
  56. fp_hotshot_range 300
  57. fp_icon_range 1000
  58. fp_idol_range 700
  59. fp_luminary_range 800
  60. fp_megastar_range 900
  61. fp_nobody_range 0
  62. fp_phenom_range 500
  63. fp_sensation_range 400
  64. fp_superstar_range 600
  65. fp_wannabe_range 200
  66.  
  67. //----Specific weapon settings----
  68. //----Ammo----
  69. 5_45_39_enabled true
  70. 7_62_39_enabled true
  71. 7_62_51_enabled true
  72. 7_62_54_enabled true
  73. 7_92_57_enabled true
  74. 9mm_enabled true
  75. 12_gauge_enabled true
  76. 20mm_enabled true
  77. 22mm_enabled true
  78. 30_06_enabled true
  79. 40mm_enabled true
  80. 45_enabled true
  81. 50_enabled true
  82. 500_sw_enabled true
  83. craft_5_45_39_ammo true
  84. craft_7_62_39_ammo true
  85. craft_7_62_51_ammo true
  86. craft_7_62_54_ammo true
  87. craft_7_92_57_ammo true
  88. craft_9mm_ammo true
  89. craft_12_gauge_ammo true
  90. craft_20mm_ammo true
  91. craft_22mm_ammo true
  92. craft_30_06_ammo true
  93. craft_40mm_ammo true
  94. craft_45_ammo true
  95. craft_50_ammo true
  96. craft_500_sw_ammo true
  97. craft_m1_ammo true
  98. loot_5_45_39_ammo true
  99. loot_7_62_39_ammo true
  100. loot_7_62_51_ammo true
  101. loot_7_62_54_ammo true
  102. loot_7_92_57_ammo true
  103. loot_9mm_ammo true
  104. loot_12_gauge_ammo true
  105. loot_20mm_ammo true
  106. loot_22mm_ammo true
  107. loot_30_06_ammo true
  108. loot_40mm_ammo true
  109. loot_45_ammo true
  110. loot_50_ammo true
  111. loot_500_sw_ammo true
  112. loot_m1_ammo true
  113. m1_enabled true
  114.  
  115.  
  116. //----Weapons----
  117. craft_improvised_hammer true
  118. craft_improvised_metal_knife true
  119. craft_stone_axe true
  120. craft_stone_axe_head true
  121. craft_wooden_club_with_spikes true
  122. craft_wooden_club_with_wire true
  123. loot_98k_karabiner true
  124. loot_590a11 true
  125. loot_1911 true
  126. loot_ak47 true
  127. loot_akm true
  128. loot_aks_74u true
  129. loot_axe true
  130. loot_baseball_bat true
  131. loot_berettaM9 true
  132. loot_beretta_m9 true
  133. loot_brass_knuckles true
  134. loot_cleaver true
  135. loot_crowbar true
  136. loot_flashbang true
  137. loot_frag_grenade true
  138. loot_hatchet true
  139. loot_hunter85 true
  140. loot_hunter true
  141. loot_improvised_hammer false
  142. loot_improvised_metal_knife false
  143. loot_katana true
  144. loot_kitchen_knife true
  145. loot_kunai true
  146. loot_little_spade true
  147. loot_m1_clip true
  148. loot_m1_garand true
  149. loot_M9 true
  150. loot_metal_axe true
  151. loot_metal_baseball_bat true
  152. loot_metal_sword true
  153. loot_mk5000_black true
  154. loot_mk5000_metal true
  155. loot_mp5 true
  156. loot_n9 true
  157. loot_pickaxe true
  158. loot_pitchfork true
  159. loot_police_baton true
  160. loot_scalpel true
  161. loot_scout true
  162. loot_shovel true
  163. loot_shuriken true
  164. loot_smoke_grenade true
  165. loot_stone_axe false
  166. loot_stone_axe_head false
  167. loot_svd_dragunov true
  168. loot_wooden_club true
  169. loot_wooden_club_with_spikes false
  170. loot_wooden_club_with_wire false
  171. loot_wrench_pipe true
  172.  
  173. //----Random items----
  174. craft_bear_gloves true
  175. craft_bear_head_hat true
  176. craft_bear_jacket true
  177. craft_bear_pants true
  178. craft_bear_shoe true
  179. craft_bone_needle true
  180. craft_imp_bulletproof_vest true
  181. craft_rag_bundle true
  182. craft_rag_stripe_bundle true
  183. craft_stick_bundle true
  184. loot_5_45_39 true
  185. loot_5_45_39_box true
  186. loot_7_62_39 true
  187. loot_7_62_39_box true
  188. loot_7_62_51 true
  189. loot_7_62_51_box true
  190. loot_7_62_54 true
  191. loot_7_62_54_box true
  192. loot_7_92_57 true
  193. loot_7_92_57_box true
  194. loot_9mm true
  195. loot_9mm_box true
  196. loot_20mm true
  197. loot_20mm_box true
  198. loot_22mm true
  199. loot_22mm_box true
  200. loot_30_06 true
  201. loot_30_06_box true
  202. loot_45 true
  203. loot_45_box true
  204. loot_50 true
  205. loot_50_box true
  206. loot_500_sw true
  207. loot_500_sw_box true
  208. loot_absinthe true
  209. loot_activated_charcoal true
  210. loot_adrenaline_shot true
  211. loot_aloominum_strip true
  212. loot_anode_plate true
  213. loot_antibiotics true
  214. loot_antiparasitic_pils true
  215. loot_anti_malaria_pils true
  216. loot_anti_radiation_pils true
  217. loot_apple true
  218. loot_apple_pie true
  219. loot_aspirin true
  220. loot_assault_backpack true
  221. loot_assault_vest true
  222. loot_aviators true
  223. loot_baby_food true
  224. loot_backpack_01 true
  225. loot_backpack_02 true
  226. loot_bag_of_almonds true
  227. loot_baked_beans true //YOU ATE ALL MY BEANS
  228. loot_baked_meat true
  229. loot_baked_vegetables true
  230. loot_balaclava true
  231. loot_bandana true
  232. loot_barbed_wire true
  233. loot_barrel true
  234. loot_baseball_cap true
  235. loot_basic_shirt true
  236. loot_batteries true
  237. loot_beans_stew true //Ah, that's where my beans went
  238. loot_bear_head true
  239. loot_bear_head_hat false
  240. loot_bear_paws true
  241. loot_beenie true
  242. loot_beer true
  243. loot_beet true
  244. loot_bee_pollen_pils true //What do these do even? xD
  245. loot_beret true
  246. loot_biker_glasses true
  247. loot_biker_goggles true
  248. loot_biker_hat true
  249. loot_blackberry true
  250. loot_bolts true
  251. loot_bone true
  252. loot_bone_needle false
  253. loot_boonie_hat true
  254. loot_bread true
  255. loot_break_oil true
  256. loot_broccoli true
  257. loot_bulletproof_vest true
  258. loot_burger true
  259. loot_butter true
  260. loot_cabbage true
  261. loot_cake true
  262. loot_camera_lens true
  263. loot_camo_backpack true
  264. loot_camo_jacket true
  265. loot_candle true
  266. loot_canned_corn true
  267. loot_canned_tuna true
  268. loot_cantaloupe true
  269. loot_canteen true
  270. loot_can true
  271. loot_can_opener true
  272. loot_cargo_pants true
  273. loot_carrot true
  274. loot_car_battery true
  275. loot_car_battery_cables true
  276. loot_catfood true
  277. loot_cauliflower true
  278. loot_celery true
  279. loot_cereal true
  280. loot_charcoal true
  281. loot_cheese true
  282. loot_chicken true
  283. loot_chicory true
  284. loot_chilipeper true
  285. loot_chilli_con_carne true
  286. loot_chips true
  287. loot_chocolate_candy true
  288. loot_chocolate_milk true
  289. loot_chow_mein true
  290. loot_cigarettes true
  291. loot_coconut true
  292. loot_college_jacket true
  293. loot_dogfood true
  294. loot_fruitcoctail true
  295. loot_goulash true
  296. loot_lmao_fake true
  297. loot_magazine_ak47 true
  298. loot_magazine_aks_74u true
  299. loot_magazine_m9 true
  300. loot_magazine_mp5 true
  301. loot_magazine_svd_dragunov true
  302. loot_mushrooms true
  303. loot_olives true
  304. loot_peach true
  305. loot_pear true
  306. loot_peas true
  307. loot_raging_children true
  308. loot_ravioli true
  309. loot_sardine true
  310. loot_scoperail_ak47 true
  311. loot_scoperail_dragunov true
  312. loot_spaghetti true
  313. loot_subscribe_rednaw true
  314.  
  315.  
  316. //---Map settings----
  317. sv_spawn_aloe_vera true
  318. sv_spawn_bear true
  319. sv_spawn_berry_bush true
  320. sv_spawn_buck true
  321. sv_spawn_bush true
  322. sv_spawn_cabbage true
  323. sv_spawn_chicken true
  324. sv_spawn_corn true
  325. sv_spawn_crow true
  326. sv_spawn_donkey true
  327. sv_spawn_duck true
  328. sv_spawn_goat true
  329. sv_spawn_grass true
  330. sv_spawn_horse true
  331. sv_spawn_loot_airfield true
  332. sv_spawn_loot_boot_camp true
  333. sv_spawn_loot_bunkers true
  334. sv_spawn_loot_dam true
  335. sv_spawn_loot_factory true
  336. sv_spawn_loot_gun_range true
  337. sv_spawn_loot_hunting_camp true
  338. sv_spawn_loot_outpost true
  339. sv_spawn_loot_town true
  340. sv_spawn_loot_train_yard true
  341. sv_spawn_loot_trench true
  342. sv_spawn_mushroom true
  343. sv_spawn_pigeon true
  344. sv_spawn_pig true
  345. sv_spawn_raven true
  346. sv_spawn_seagull true
  347. sv_spawn_sheep true
  348. sv_spawn_snake true
  349. sv_spawn_tree true
  350. sv_spawn_wolf true
  351.  
  352.  
  353. //----Dangerous mob settings----
  354. sv_do_robot_damage true //True by default. Bullets are meant to hurt
  355. sv_do_zombie_damage true //True by default. Rawr xd
  356. sv_robot_drop_loot false //Still working on adding this
  357. sv_robot_fame true
  358. sv_spawn_robots true //Bet you rocks could knock these things over
  359. sv_spawn_zombies true //What are you scared of?
  360. sv_zombie_drop_loot true
  361. sv_zombie_fame true
  362. sv_zombie_random_revive false //Experimental. Zombies can wake up after being killed (if head attatched)
  363.  
  364. //----Harvest settings----
  365. animal_drop_bone true
  366. animal_drop_fat true
  367. animal_drop_meat true
  368. animal_drop_skin true
  369. zombie_drop_bone true
  370. zombie_drop_fat true
  371. zombie_drop_meat true
  372. zombie_drop_skin true
  373.  
  374. //----Poison and disease----
  375. dis_addiction true
  376. dis_broken_limb true
  377. dis_calcium_def true
  378. dis_carbon_monoxide_poi true
  379. dis_choking true
  380. dis_coma true
  381. dis_copper_def true
  382. dis_cystitis true
  383. dis_dehydration true
  384. dis_diarrehea true
  385. dis_drunk true
  386. dis_dysentery true
  387. dis_fat_def true
  388. dis_fever true
  389. dis_fiber_def true
  390. dis_hairloss true
  391. dis_heart_attack true
  392. dis_heatstroke true
  393. dis_hepatitis true
  394. dis_hookworms true
  395. dis_hyperthermia true
  396. dis_hypothermia true
  397. dis_iron_def true
  398. dis_iron_def true
  399. dis_leptospirosis true
  400. dis_magnesium_def true
  401. dis_malaria true
  402. dis_manganese_def true
  403. dis_meningitis true
  404. dis_overdose true
  405. dis_overeating true
  406. dis_phosphorus_def true
  407. dis_potassium_def true
  408. dis_pranked true
  409. dis_radiation true
  410. dis_salmonella true
  411. dis_sickness true
  412. dis_sodium_def true
  413. dis_stomach_rupture true
  414. dis_sunburn true
  415. dis_toothache true
  416. dis_trenchfoot true
  417. dis_unconsciousness true
  418. dis_vitamin_a1_def true
  419. dis_vitamin_b1_def true
  420. dis_vitamin_b2_def true
  421. dis_vitamin_b3_def true
  422. dis_vitamin_b4_def true
  423. dis_vitamin_b5_def true
  424. dis_vitamin_b6_def true
  425. dis_vitamin_b6_def true
  426. dis_vitamin_b9_def true
  427. dis_vitamin_b12_def true
  428. dis_vitamin_c_def true
  429. dis_vitamin_d_def true
  430. dis_vitamin_e_def true
  431. dis_vitamin_k_def true
  432. dis_vitamin_k_def true
  433. dis_zinc_def true
  434. mshm_amanita_pantheria_poison true
  435. mshm_amanita_phalloides_poison true
  436. mshm_amanita_virosa_poison true
  437.  
  438.  
  439. //---------------------
  440. //Admin settings
  441. //---------------------
  442. sv_admins_can_spawn_loot false //Stops abuse
  443. sv_admins_toggle_fly false //weeeeeeeeeeeeeeeee!
  444. sv_admin_can_ban true
  445. sv_admin_can_ip_ban true //You can not grab IPs through commands.
  446. sv_admin_can_kick true
  447. sv_admin_no_agro false //Robots and Zombies are blind to admins if true
  448. sv_admin_steamid null //Your SteamID64. Comma seperated list
  449. sv_admin_spawn_vehicle false //WIP!
  450. sv_admin_toggle_godmode false
  451. sv_admin_toggle_invis false
  452. sv_admin_tp false
  453. sv_admin_tphere false
  454. sv_allow_admin true //Allows administrators on your server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement