Quote:
Originally Posted by Ricky
Not any in particular. It has to do with the 512 precache limit
|
Thanks for sharing. You can use Galileo plugin to search for these maps. Galileo has a command I added which searches throw you server for all maps which would crash due this precache limit. I created it to figure out which maps on my server I need to take out.
Command '
gal_look_for_crashes', to search crashing maps through all your server maps. This command will:
- Set the mp_chattime to 3,
- Change the map to the next map every 7 seconds,
Currently I did not implement to Galileo stop automatically when it look through all you server maps. If you want to stop it, run the same command `
gal_look_for_crashes` on your server console.
After stop, it will output the contents of the crashing maps at:
Code:
addons/amxmodx/data/galileo/maps_where_the_server_probably_crashed.txt
Note that while this is going on, players cannot play on the server as galileo will change your server map each 7 seconds if there are no players on the server or 120 seconds if there is some player on the server. So while using this, is better set a `sv_password` on your server until you stop it.
__________________