Raised This Month: $51 Target: $400
 12% 

[CS:GO][Retakes] Bombsite Overlays (v1.1 - 06/06/17)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Plugin ID:
5649
Plugin Version:
1.1
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
On retakes shows on roundstart a overlays which bombsite is active
Old 06-06-2017 , 01:04   [CS:GO][Retakes] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #1

Rate Thread

Retakes - Bombsite overlays for splewis Retakes

Shows on roundstart a overlays which bombsite is active.





ConVars
Code:
sm_retake_overlays_team - Show overlays only for counter-terrorists  
sm_retake_overlays_time - How long show the Bombsite overlays? in seconds  
sm_retake_overlays_path_a - Path to the bombsite A overlay DONT TYPE .vmt or .vft  
sm_retake_overlays_path_b - Path to the bombsite B overlay DONT TYPE .vmt or .vft
Required plugins

Tutorial "how to make your own overlay":
Spoiler


ChangeLog
Quote:
v1.1
  • use userid instead of clientid for remove overlay (thx good_live)
v1.0
  • initial release
Credits
good_live
Big thanks @splewis for his great work!
Also big thanks to all sourcemod & metamod developers out there!

Include file for compile
Installation
Quote:
  1. Open gameserver folder and copy the folders addons/ & materials/ to your gameservers root csgo/ directory
  2. Open fastDL folder and copy the folder materials/ to your FastDownload servers csgo/ directory
  3. Edit your pure_server_whitelist.txt and add the line "materials\overlays\... allow_from_disk" - I realy recommend this instead of sv_pure "0"
  4. Run plugin for the first time and .cfg file will be generated
  5. Have fun! Give feedback!

Github
https://github.com/shanapu/retakes-overlays


You like my work for the community? Buy me a beer!
Attached Files
File Type: sp Get Plugin or Get Source (retake_overlays.sp - 586 views - 3.2 KB)
File Type: zip retake-overlays.zip (113.4 KB, 1374 views)
__________________
coding & free software

Last edited by shanapu; 07-17-2018 at 18:33.
shanapu is offline
bigborther
Member
Join Date: Feb 2014
Location: china
Old 08-19-2017 , 06:42   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #2

thk for your excellent work!
bigborther is offline
PoW3rKj
Junior Member
Join Date: Sep 2015
Old 08-19-2017 , 09:46   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #3

getting a black screen with custom overlay

Last edited by PoW3rKj; 08-19-2017 at 09:47.
PoW3rKj is offline
PoW3rKj
Junior Member
Join Date: Sep 2015
Old 08-19-2017 , 09:52   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #4

Here u are my custom overlay
Attached Files
File Type: zip CustomOverlay.zip (13.0 KB, 411 views)
PoW3rKj is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 08-19-2017 , 11:16   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #5

Quote:
Originally Posted by PoW3rKj View Post
getting a black screen with custom overlay
Quote:
Originally Posted by PoW3rKj View Post
Here u are my custom overlay
your overlays work well for me.
http://steamcommunity.com/sharedfile...?id=1115134475
http://steamcommunity.com/sharedfile...?id=1115134433
  • Do you have put them on your FastDL?
  • According to your .vmt file you have to put your overlays files into csgo/materials folder instead of csgo/materials/overlays/retake folder, like in my example.
  • Does the overlay files getting downloaded on the first client connect to server?
    While connecting to server, open console and look for something like:
    Code:
    Downloading http://YourFastDL.tld/csgo/materials/a.vmt.bz2 
    Downloading http://YourFastDL.tld/csgo/materials/a.vtf.bz2 
    Download finished!
  • In your overlays.cfg your new overlays should be set with:
    Code:
    // Path to the bombsite A overlay DONT TYPE .vmt or .vft
    // -
    // Default: "overlays/retake/a"
    sm_retake_overlays_path_a "a"
    
    // Path to the bombsite B overlay DONT TYPE .vmt or .vft
    // -
    // Default: "overlays/retake/b"
    sm_retake_overlays_path_b "b"
__________________
coding & free software

Last edited by shanapu; 08-19-2017 at 11:17.
shanapu is offline
WardPearce
Senior Member
Join Date: Apr 2017
Location: New Zealand
Old 04-15-2018 , 23:17   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #6

Don't believe the .cfg file is being made. Could just be me.

Also even using all the default settings and overlays I'm still getting a black screen.

Last edited by WardPearce; 04-15-2018 at 23:18.
WardPearce is offline
tzzion
Member
Join Date: Oct 2016
Old 06-04-2018 , 12:08   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #7

I'm using sm_retake_overlays_team 1 and the overlays appear for both teams.

Also the overlay appears in some rounds for some players and in others it does not appear.
__________________
tzzion is offline
scoty
Member
Join Date: Nov 2015
Old 07-22-2019 , 14:16   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #8

Quote:
Originally Posted by tzzion View Post
I'm using sm_retake_overlays_team 1 and the overlays appear for both teams.

Also the overlay appears in some rounds for some players and in others it does not appear.
Same issue here
scoty is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 07-22-2019 , 15:08   Re: [Retake] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #9

Quote:
Originally Posted by scoty View Post
Same issue here
try https://github.com/b3none/retakes-hud
freak.exe_uLow is offline
Widowmaker
Junior Member
Join Date: Aug 2012
Old 01-09-2020 , 18:05   Re: [CS:GO][Retakes] Bombsite Overlays (v1.1 - 06/06/17)
Reply With Quote #10

Does anyone know the VTFEdit settings for this? I'm trying to change my overlays, but the images no longer work.
Widowmaker 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 22:09.


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