Page 1 of 1

[HL2:DM] Mapchooser Extended

Posted: Tue Jun 06, 2017 2:26 pm
by Painkiller
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

Re: [HL2:DM] Mapchooser Extended

Posted: Wed Jun 07, 2017 1:42 pm
by Kill
Try out Map-cycle by iPlayer: viewtopic.php?f=7&t=1044

Re: [HL2:DM] Mapchooser Extended

Posted: Wed Jun 07, 2017 1:54 pm
by Painkiller
Yes i have test for a long time thiswork not.

Re: [HL2:DM] Mapchooser Extended

Posted: Wed Jun 14, 2017 9:56 am
by Painkiller
Nobody can help for this ?

Re: [HL2:DM] Mapchooser Extended

Posted: Fri Jun 16, 2017 12:06 am
by satoon101
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

Re: [HL2:DM] Mapchooser Extended

Posted: Fri Jun 16, 2017 8:38 am
by Painkiller
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'

Re: [HL2:DM] Mapchooser Extended

Posted: Fri Jun 16, 2017 8:42 am
by Predz
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

Re: [HL2:DM] Mapchooser Extended

Posted: Fri Jun 16, 2017 9:12 am
by Painkiller
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

Re: [HL2:DM] Mapchooser Extended

Posted: Sun Jun 18, 2017 7:48 pm
by iPlayer
No problem.

Re: [HL2:DM] Mapchooser Extended

Posted: Mon Jun 19, 2017 1:38 pm
by Painkiller
How to set an automatic voting 5 minutes before the end of the map?

Re: [HL2:DM] Mapchooser Extended

Posted: Mon Jun 19, 2017 4:35 pm
by iPlayer

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).

Re: [HL2:DM] Mapchooser Extended

Posted: Mon Jun 19, 2017 5:04 pm
by Painkiller
I think it does not work in hl2dm

Re: [HL2:DM] Mapchooser Extended

Posted: Mon Jun 19, 2017 5:32 pm
by iPlayer
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