[HL2:DM] Mapchooser Extended

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:

[HL2:DM] Mapchooser Extended

Postby Painkiller » Tue Jun 06, 2017 2:26 pm

Hi the plugin should work for hl2dm but also can be used as any.

- mapvote for next map (5 minutes before the end of the map)
- votemap or rtv in chat to instantly vote
- end or next in chat for admins to go to the next map

I am also open for further ideas.

Thanks in Advance
User avatar
Kill
Member
Posts: 88
Joined: Wed Aug 31, 2016 10:05 pm

Re: [HL2:DM] Mapchooser Extended

Postby Kill » Wed Jun 07, 2017 1:42 pm

Try out Map-cycle by iPlayer: viewtopic.php?f=7&t=1044
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Wed Jun 07, 2017 1:54 pm

Yes i have test for a long time thiswork not.
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Wed Jun 14, 2017 9:56 am

Nobody can help for this ?
User avatar
satoon101
Project Leader
Posts: 2697
Joined: Sat Jul 07, 2012 1:59 am

Re: [HL2:DM] Mapchooser Extended

Postby satoon101 » Fri Jun 16, 2017 12:06 am

Painkiller wrote:Yes i have test for a long time thiswork not.

What doesn't work about it? I see you haven't posted in that thread any issues you have had with it. Map voting is a pretty big task, and most people don't want to re-invent the wheel when a good one already exists.

Also, since he has a repository for it, you can always create/track issues on its own Issue Tracker:
https://github.com/KirillMysnik/sp-map-cycle
https://github.com/KirillMysnik/sp-map-cycle/issues
Image
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Fri Jun 16, 2017 8:38 am

812/5000
Ok I instaled again and test.

It did not display the whole map time. Also no sounds of the voting.
At mapchange crash the server

I find this.


Code: Select all

[SP] Caught an Exception:
Traceback (most recent call last):
   File "../addons/source-python/packages/source-python/plugins/command.py", line 162, in load_plugin
     Plugin = self.manager.load (plugin_name)
   File "../addons/source-python/packages/source-python/plugins/manager.py", line 193, in load
     plugin._load ()
   File "../addons/source-python/packages/source-python/plugins/instance.py", line 74, in _load
     Self.module = import_module (self.import_name)
   File "../addons/source-python/plugins/map_cycle/map_cycle.py", line 29, in <module>
     From spam_proof_commands.say import SayCommand

ImportError: No module named 'spam_proof_commands'
Predz
Senior Member
Posts: 158
Joined: Wed Aug 08, 2012 9:05 pm
Location: Bristol, United Kingdom

Re: [HL2:DM] Mapchooser Extended

Postby Predz » Fri Jun 16, 2017 8:42 am

If you go back and read iPlayer's official release you will see that you need some custom packages. Have a read on this page to get the custom packages

viewtopic.php?f=7&t=1044
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Fri Jun 16, 2017 9:12 am

Predz wrote:If you go back and read iPlayer's official release you will see that you need some custom packages. Have a read on this page to get the custom packages

viewtopic.php?f=7&t=1044


Oh, I did not see that.
Now it works I will continue to observe whether really everything works.

Many Thanks
User avatar
iPlayer
Developer
Posts: 590
Joined: Sat Nov 14, 2015 8:37 am
Location: Moscow
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby iPlayer » Sun Jun 18, 2017 7:48 pm

No problem.
Image /id/its_iPlayer
My plugins: Map Cycle • Killstreaker • DeadChat • Infinite Jumping • TripMines • AdPurge • Bot Damage • PLRBots • Entity AntiSpam

Hail, Companion. [...] Hands to yourself, sneak thief. Image
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Mon Jun 19, 2017 1:38 pm

How to set an automatic voting 5 minutes before the end of the map?
User avatar
iPlayer
Developer
Posts: 590
Joined: Sat Nov 14, 2015 8:37 am
Location: Moscow
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby iPlayer » Mon Jun 19, 2017 4:35 pm

Code: Select all

mc_vote_duration 30
mc_scheduled_vote_time 4.5


mc_vote_duration is the time (in seconds) for each vote, while mc_scheduled_vote_time is the time (in minutes) between the map end and the automatic vote.
4.5 * 60 + 30 = 270 + 30 = 300 seconds (5 minutes).
Image /id/its_iPlayer
My plugins: Map Cycle • Killstreaker • DeadChat • Infinite Jumping • TripMines • AdPurge • Bot Damage • PLRBots • Entity AntiSpam

Hail, Companion. [...] Hands to yourself, sneak thief. Image
User avatar
Painkiller
Senior Member
Posts: 725
Joined: Sun Mar 01, 2015 8:09 am
Location: Germany
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby Painkiller » Mon Jun 19, 2017 5:04 pm

I think it does not work in hl2dm
User avatar
iPlayer
Developer
Posts: 590
Joined: Sat Nov 14, 2015 8:37 am
Location: Moscow
Contact:

Re: [HL2:DM] Mapchooser Extended

Postby iPlayer » Mon Jun 19, 2017 5:32 pm

I will test it on HL2DM when I have time.

By the way, I think the further discussion on the Map Cycle plugin should be done here: viewtopic.php?f=7&t=1044
Image /id/its_iPlayer
My plugins: Map Cycle • Killstreaker • DeadChat • Infinite Jumping • TripMines • AdPurge • Bot Damage • PLRBots • Entity AntiSpam

Hail, Companion. [...] Hands to yourself, sneak thief. Image

Return to “Plugin Requests”

Who is online

Users browsing this forum: No registered users and 1 guest