[HL2DM] Remove Map Overlays, Map game_ext and Map Music

A place for requesting new Source.Python plugins to be made for your server.

Please request only one plugin per thread.
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2DM] Remove Map Overlays

Postby Painkiller » Tue Nov 01, 2016 3:54 pm

I do not want to upset.
I have the server with each of this script several times rebooted and also the plugin reloaded and it does not work.

Ah, is it perhaps back to the source python version?

I need the latest?
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2DM] Remove Map Overlays

Postby Painkiller » Tue Nov 01, 2016 4:09 pm

L'In20Cible wrote:At this point, I think you want to remove them all no matter what:

Syntax: Select all

from listeners import OnEntityCreated

@OnEntityCreated
def on_entity_created(base_entity):
if base_entity.classname != 'env_screenoverlay':
return

base_entity.remove()


Since you seem to have trouble installing the codes, please read the following article: http://wiki.sourcepython.com/developing ... rst-plugin


Mr. L'In20Cible,
It works wonderfully
Apologize I always forget that I must update SP.
SP is a small child
It lern and grows.

Thank you very much.
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2DM] Remove Map Overlays

Postby Painkiller » Sun Apr 21, 2019 3:06 pm

Hello this plugin is still working great.

I only have a small question.
Could you also remove the game_text of the map.

Many mapper show their map name and their own name during the game.

Unfortunately that sometimes bothers my own game_text.

Thanks in Advance
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2DM] Remove Map Overlays

Postby Painkiller » Mon May 13, 2019 10:12 am

Hello SP-Team and Community, can anybody help please?
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2DM] Remove Map Overlays, Map game_ext and Map Music

Postby Painkiller » Wed Jan 26, 2022 1:11 pm

Would be great if someone could be found to this plugin to remove the game_text from the map and the map music
cssbestrpg
Senior Member
Posts: 287
Joined: Sun May 17, 2020 7:56 am
Location: Finland
Contact:

Re: [HL2DM] Remove Map Overlays, Map game_ext and Map Music

Postby cssbestrpg » Wed Jan 26, 2022 3:09 pm

Painkiller wrote:Would be great if someone could be found to this plugin to remove the game_text from the map and the map music


Syntax: Select all

from listeners import OnEntityCreated

@OnEntityCreated
def on_entity_created(base_entity):
if base_entity.classname == 'env_screenoverlay' or base_entity.classname == 'game_text':
base_entity.remove()

Return to “Plugin Requests”

Who is online

Users browsing this forum: No registered users and 20 guests