This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[CS:GO] Radar and loading screen downloader


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Zyten
Senior Member
Join Date: Jan 2018
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 06-14-2018 , 10:09   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #1

    Quote:
    Originally Posted by sneaK View Post
    By shipping them in the appropriate folder along with the map when released, or packed inside the bsp.
    but how to u get the files to put them appropriate place?
    Zyten is offline
    _GamerX
    AlliedModders Donor
    Join Date: Jun 2011
    Location: Fun Server
    Old 06-14-2018 , 09:12   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #2

    Radar images can still download
    __________________
    _GamerX is offline
    Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
    Zyten
    Senior Member
    Join Date: Jan 2018
    Old 06-14-2018 , 09:53   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #3

    Quote:
    Originally Posted by _GamerX View Post
    Radar images can still download
    i just dont know how to get the picture
    Zyten is offline
    _GamerX
    AlliedModders Donor
    Join Date: Jun 2011
    Location: Fun Server
    Old 06-14-2018 , 15:23   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #4

    my code

    PHP Code:
        /***************************************************/
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s.txt"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar.dds"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar_spectate.dds"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    /***************************************************/ 
    __________________
    _GamerX is offline
    Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
    Zyten
    Senior Member
    Join Date: Jan 2018
    Old 06-14-2018 , 16:55   Re: [CS:GO] Radar and loading screen downloader
    Reply With Quote #5

    Quote:
    Originally Posted by _GamerX View Post
    my code

    PHP Code:
        /***************************************************/
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s.txt"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar.dds"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar_spectate.dds"map);
        if(
    FileExists(buffer))
        {
            
    ReplaceString(buffersizeof(buffer), "../csgo/""");
            
    AddFileToDownloadsTable(buffer);
        }
        
    /***************************************************/ 
    is that plugin?
    Zyten is offline
    Reply



    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 14:16.


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