nahalis Posted April 14, 2011 Report Share Posted April 14, 2011 Man ir tāda problēma ka es esmu visādus demo pluginus izmēģinājis, visādi ielikt serverī, bet man tomēr līdz šim nav tas sanācis ar to autodemorecorderu Es itkā pēc vairākām jusu pamācībam un topikiem mēģināju no citiem forumiem, bet tas demo kā neierakstās tā neierakstas. kāds nevār iedot pluginu vai pateikt kur nokačāt un uztaisīt special pamācību mazo lai viņš ierakstītos. Vienreiz kautkas bija sanācis, bet radijas kautkāds ml_notfound vai kas tāds. Otrā problēma man ir host uz csh un es nezinu kā lai uzliek lai ātrāk mūzika lādējas un mapes citiem jo nezinu kā atiecīgi šajā host lai uzliek pareizi to sv_downloadurl kur man jāliek lai viņš lādē visu ātrāk kaut tikai soundus. Palīdziet kāds lūdzu. Link to comment Share on other sites More sharing options...
blackass Posted April 14, 2011 Report Share Posted April 14, 2011 DEMO - Te!!! Par otro lietu, slinkums skaidrot. Link to comment Share on other sites More sharing options...
jerrico Posted April 14, 2011 Report Share Posted April 14, 2011 To use sv_downloadurl you have to do a couple of things. Ok lets say you have 3 sounds and 1 map for players to use well first we need to find webspace... Once you have that you MIRROR what you have on your server to what you have on the web server. Like this Ok your 3 sounds are 1.mp3 2.mp3 and 3.mp3 and your map is aim_map2 and you have a .res file to distribute. (I am assuming you are using Mani with auto download and you know how to make a .res file) On your server they would be in these folders... cstrike/sounds/admin_plugins/1.mp3 cstrike/sounds/admin_plugins/2.mp3 cstrike/sounds/admin_plugins/3.mp3 cstrike/maps/aim_map2.bsp cstrike/maps/aim_map2.res (Helps people share .ain and .nav files) Ok so lets say your webspace is at http://www.svdownloadurl.com/username/ We would make a folder via ftp and name it 'cstrike' So now your url is.... http://www.svdownloadurl.com/username/cstrike/ So now you mirrow your files on to the webserver... .../username/cstrike/sounds/admin_plugins/1.mp3 .../username/cstrike/sounds/admin_plugins/2.mp3 .../username/cstrike/sounds/admin_plugins/3.mp3 .../username/cstrike/maps/aim_map2.bsp .../username/cstrike/maps/aim_map2.res These files need the permissions to allow public users to read them and download them And in your server.cfg you will now place this CVAR //Downloadurl CVARS sv_downloadurl "http://www.svdownloadurl.com/username/cstrike/" sv_allowupload 1 sv_allowdownload 1 You MUST have the quotes for the sv_downloadurl address! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now