Arxero / awesome-cars-plus-fun-maps

This is the Awesome Cars + Fun Maps as you see it today, I am sharing it with the world cause I do realize that one day it will not exist anymore and it would be a shame if all that effort spend in making it to be lost forever.
http://awesomecs.gamewaver.com
6 stars 0 forks source link

Suggestion: metamod_unprecacher #1

Open regener opened 4 years ago

regener commented 4 years ago

Hi!

I see that you are having precache problems with many maps based on you sys_error.log: https://github.com/Arxero/awesome-cars-plus-fun-maps/blob/master/cstrike/sys_error.log

If I may suggest you should try the metamod_unprecacher plugin that can free up many slots for other mdoels/files to be loaded. https://github.com/In-line/metamod_unprecacher

Also you can overwrite models without increasing the precached files number. After installing the plugin you need to edit the config.ini and remove 'F' flag from the checks (causes lag on some servers, since it is resource hungry). You can safely unpreache sounds, since they aren't needed for every case and weapon sounds will be played on the client side anyways.

An example list.ini what I use:

// Path flags replace_file // Example 1: models/w_usp.ddl c models/v_knife_custom.mdl // Example 2: models/w_knife.mdl

"ambience/3dmbridge.wav" "ambience/3dmeagle.wav" "ambience/3dmstart.wav" "ambience/3dmthrill.wav" "ambience/Birds1.wav" "ambience/Birds2.wav" "ambience/Birds3.wav" "ambience/Birds4.wav" "ambience/Birds5.wav" "ambience/Birds6.wav" "ambience/Birds7.wav" "ambience/Birds8.wav" "ambience/Birds9.wav" "ambience/Opera.wav" "ambience/alarm1.wav" "ambience/arabmusic.wav" "ambience/car1.wav" "ambience/car2.wav" "ambience/cat1.wav" "ambience/chimes.wav" "ambience/cicada3.wav" "ambience/copter.wav" "ambience/cow.wav" "ambience/crow.wav" "ambience/dog1.wav" "ambience/dog2.wav" "ambience/dog3.wav" "ambience/dog4.wav" "ambience/dog5.wav" "ambience/dog6.wav" "ambience/dog7.wav" "ambience/guit1.wav" "ambience/kajika.wav" "ambience/lv1.wav" "ambience/lv2.wav" "ambience/lv3.wav" "ambience/lv4.wav" "ambience/lv5.wav" "ambience/lv6.wav" "ambience/lv_elvis.wav" "ambience/lv_fruit1.wav" "ambience/lv_fruit2.wav" "ambience/lv_fruitwin.wav" "ambience/lv_jubilee.wav" "ambience/lv_neon.wav" "ambience/quail1.wav" "ambience/rain.wav" "ambience/ratchant.wav" "ambience/rd_shipshorn.wav" "ambience/rd_waves.wav" "ambience/sheep.wav" "ambience/sparrow.wav" "ambience/waterrun.wav" "ambience/wolfhowl01.wav" "ambience/wolfhowl02.wav" "buttons/bell1.wav" "buttons/latchunlocked2.wav" "de_torn/tk_steam.wav" "de_torn/tk_windStreet.wav" "de_torn/torn_AK-47.wav" "de_torn/torn_Bomb1.wav" "de_torn/torn_Bomb2.wav" "de_torn/torn_MGun1.wav" "de_torn/torn_Templewind.wav" "de_torn/torn_ambience.wav" "de_torn/torn_thndrstrike.wav" "de_torn/torn_water1.wav" "de_torn/torn_water2.wav" "events/enemy_died.wav" "events/friend_died.wav" "events/task_complete.wav" "events/tutor_msg.wav" "player/gasp1.wav" "player/gasp2.wav" "player/geiger1.wav" "player/geiger2.wav" "player/geiger3.wav" "player/geiger4.wav" "player/geiger5.wav" "player/geiger6.wav" "storm/thunder-theme.wav"

"weapons/ak47-1.wav" "weapons/ak47-2.wav" "weapons/aug-1.wav" "weapons/awp1.wav" "weapons/deagle-1.wav" "weapons/deagle-2.wav" "weapons/elite_fire.wav" "weapons/famas-1.wav" "weapons/famas-2.wav" "weapons/famas-burst.wav" "weapons/fiveseven-1.wav" "weapons/g3sg1-1.wav" "weapons/galil-1.wav" "weapons/galil-2.wav" "weapons/glock18-1.wav" "weapons/glock18-2.wav" "weapons/m249-1.wav" "weapons/m249-2.wav" "weapons/m3-1.wav" "weapons/m4a1-1.wav" "weapons/m4a1_unsil-1.wav" "weapons/m4a1_unsil-2.wav" "weapons/mac10-1.wav" "weapons/mp5-1.wav" "weapons/mp5-2.wav" "weapons/p228-1.wav" "weapons/p90-1.wav" "weapons/scout_fire-1.wav" "weapons/sg550-1.wav" "weapons/sg552-1.wav" "weapons/sg552-2.wav" "weapons/tmp-1.wav" "weapons/tmp-2.wav" "weapons/ump45-1.wav" "weapons/usp1.wav" "weapons/usp2.wav" "weapons/usp_unsil-1.wav" "weapons/xm1014-1.wav"

weapons/357_cock1.wav common/npc_step1.wav common/npc_step2.wav common/npc_step3.wav common/npc_step4.wav weapons/ric1.wav weapons/ric2.wav weapons/ric3.wav weapons/ric4.wav weapons/ric5.wav

With these removed you can try to add more maps, because they won't fail to load.

Arxero commented 4 years ago

whoa this looks useful info I will take a look at what you said and will probably try to do it, cause yeah some maps just fail to load and crashes the server quite often randomly, you can leave your steam account so I can add you as a friend if I need help from you