Raised This Month: $7 Target: $400
 1% 

[CS:GO] Radar and loading screen downloader


Post New Thread Reply   
 
Thread Tools Display Modes
Author
//.Mad
Junior Member
Join Date: Jul 2010
Plugin ID:
3209
Plugin Version:
1.0.0
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Adds the radar and loading screen files to the downloads table
    Unapprover:
    Reason for Unapproving:
    No longer useful (blocked by valve)
    Old 08-31-2012 , 06:47   [CS:GO] Radar and loading screen downloader
    Reply With Quote #1

    Kinda simple plugin. It tries to find the files required for the radar and the loading screen and then adds them to the downloads table. Useful if you have maps where the radar is not pakrat'ed.

    resource/flash/loading-<mapname>.swf
    resource/overviews/<mapname>_radar.dds
    resource/overviews/<mapname>.txt

    The loading screen will obviously only work the next time the map is loaded, but the radar will work straight away. All the files should be bziped as usual on the redirect server.

    Thanks to Chimera for helping me with this, as I had very little idea as to what I was doing
    Attached Files
    File Type: sp Get Plugin or Get Source (loadingscreen_radar_downloader.sp - 4607 views - 1.6 KB)

    Last edited by Sheepdude; 01-21-2013 at 21:46. Reason: plugin game field was incorrect
    //.Mad is offline
    kiki33hun
    Veteran Member
    Join Date: Jul 2011
    Location: Magyarország
    Old 08-31-2012 , 08:15   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #2

    Image please!
    __________________
    kiki33hun is offline
    hajmus
    Junior Member
    Join Date: Aug 2012
    Old 08-31-2012 , 12:50   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #3

    Need 1 image to all custom maps :p
    __________________
    hajmus is offline
    //.Mad
    Junior Member
    Join Date: Jul 2010
    Old 08-31-2012 , 19:50   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #4

    Quote:
    Originally Posted by kiki33hun View Post
    Image please!
    Not sure what I could post an image of... The plugin doesnt do anything visually itself, it only downloads a loading screen and minimap if you have the one for that map bziped on the redirect server... so if i post a screenshot it will really have nothing to do with the plugin...
    Basically if you have maps where the mapper provides a loading screen and/or minimap, and you want users on the server to be able to see them... then cs:go will not do it automatically (currently).

    Quote:
    Originally Posted by hajmus View Post
    Need 1 image to all custom maps :p
    Well, im not sure if this is possible atm, because all the loading screen stuff seems to be handled client sided.

    Last edited by //.Mad; 08-31-2012 at 19:53.
    //.Mad is offline
    paterinvictus
    Senior Member
    Join Date: Aug 2012
    Old 09-11-2012 , 08:45   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #5

    This doesnt seem to be working.
    I reloaded the map 3 times and the dds and txt file does not download.

    Is there some cfg file I need to edit to point the Plugin to sync with our redirect server?

    sm_rcon sm plugins list shows that the plugin is in fact loaded.
    paterinvictus is offline
    //.Mad
    Junior Member
    Join Date: Jul 2010
    Old 09-11-2012 , 10:32   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #6

    Quote:
    Originally Posted by paterinvictus View Post
    This doesnt seem to be working.
    I reloaded the map 3 times and the dds and txt file does not download.

    Is there some cfg file I need to edit to point the Plugin to sync with our redirect server?

    sm_rcon sm plugins list shows that the plugin is in fact loaded.
    Have you checked the console to see what the problem is? It will output when it is attempting to download files and output their location and if it was successful or not.

    Just double checked it on our server, and its working for me.
    Code:
    Downloading http://redirect.i3d.nl/redirect1/resource/flash/loading-de_no_mercy_b2.swf.bz2.
    Download finished!
    Skipping existing file http://redirect.i3d.nl/redirect1/resource/flash/loading-de_no_mercy_b2.swf.
    Downloading http://redirect.i3d.nl/redirect1/resource/overviews/de_no_mercy_b2_radar.dds.bz2.
    Download finished!
    Skipping existing file http://redirect.i3d.nl/redirect1/resource/overviews/de_no_mercy_b2_radar.dds.
    Downloading http://redirect.i3d.nl/redirect1/resource/overviews/de_no_mercy_b2.txt.bz2.
    Download finished!
    Skipping existing file http://redirect.i3d.nl/redirect1/resource/overviews/de_no_mercy_b2.txt.
    Obviously like any downloadable file it needs to be located on the fastDL server in the following locations: (should not have to be zipped)
    resource/overviews/<mapname>.txt.bz2
    resource/overviews/<mapname>.dds.bz2

    and for the loading screen
    resource/flash/loading-<mapname>.swf.bz2
    //.Mad is offline
    kettlewell
    Member
    Join Date: Aug 2012
    Old 09-11-2012 , 12:32   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #7

    Works great.
    kettlewell is offline
    paterinvictus
    Senior Member
    Join Date: Aug 2012
    Old 09-11-2012 , 15:06   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #8

    Code:
    Downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/flash/loading-de_atom_b13.swf.bz2.
    Error downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/flash/loading-de_atom_b13.swf.bz2
    Downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/overviews/de_atom_b13_radar.dds.bz2.
    Error downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/overviews/de_atom_b13_radar.dds.bz2
    Downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/overviews/de_atom_b13.txt.bz2.
    Error downloading http://redirect.chi.gameservers.com/68.232.177.194_27035//resource/overviews/de_atom_b13.txt.bz2

    As you can see, it doesnt download. The Map However, Downloads just fine as do all our Other Custom maps. It's just these .dds files that fail.
    paterinvictus is offline
    paterinvictus
    Senior Member
    Join Date: Aug 2012
    Old 09-11-2012 , 22:22   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #9

    So.....what should I be doing? Just putting the smx in the plugins folder and boom it should work?
    paterinvictus is offline
    Sethenor
    Member
    Join Date: Jul 2010
    Old 09-12-2012 , 04:57   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #10

    Quote:
    Originally Posted by paterinvictus View Post
    So.....what should I be doing? Just putting the smx in the plugins folder and boom it should work?
    Yes, and upload the radar/loadingscreens to your fast download server if the maps you run got any..
    Sethenor is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 06:42.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode