Search found 1710 matches

by w1lla
22 Jan 2022, 18:12
Forum: Dedicated Server
Topic: Server has only 15 Maps avaiable/loaded
Replies: 8
Views: 30065

Re: Server has only 15 Maps avaiable/loaded

I wonder why you have a the following in your matchsettings:

Code: Select all

  <script_settings>
where i have this:

Code: Select all

	</mode_script_settings>
Edit:

I also see when i join 15 maps but i know i have a lot more.

With server controllers you can see more maps eventually by doing /list for example.
by w1lla
14 May 2021, 08:36
Forum: PyPlanet
Topic: Votes from Ingame menu
Replies: 2
Views: 4065

Re: Votes from Ingame menu

type //settings, and search for Disable callvoting and set it to False as it is on start True. You might need to restart pyplanet after it as it doesn't affect imediately.
by w1lla
27 Apr 2021, 10:10
Forum: UASECO
Topic: Force mod url ftp://
Replies: 6
Views: 4025

Re: Force mod url ftp://

Plugin only works for http:// not for ftp://upload the mod to a private dropbox account with sharing abilities.
by w1lla
25 Apr 2021, 08:39
Forum: PyPlanet
Topic: Pyplanet does not start me.
Replies: 2
Views: 2586

Re: Pyplanet does not start me.

Try the following: PYTHONVERSION = Python version you are using. Ubuntu doesnt seem to have libbz2 sudo apt-get install libbz2-dev pyenv uninstall PYTHONVERSION pyenv install PYTHONVERSION or: sudo apt-get install libbz2-dev sudo cp /usr/lib/python3.7/lib-dynload/_bz2.cpython-37-x86_64-linux-gnu.so ...
by w1lla
03 Mar 2021, 08:12
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

Re: [Plugin] MatchResults

Hi,

there is no automatic way for now. However if you do //match start it should run till you type //match stop.

From the moment you type //match start till //match stop it should record all results in a html file.
by w1lla
31 Jan 2021, 22:44
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

Re: [Plugin] MatchResults

Again a nice update: https://w1lla.github.io/pyplanet_plugins/matchresults/matchresults_ta https://w1lla.github.io/pyplanet_plugins/matchresults/matchresults_rounds https://w1lla.github.io/pyplanet_plugins/matchresults/matchresults_laps https://w1lla.github.io/pyplanet_plugins/matchresults/matchresu...
by w1lla
31 Jan 2021, 12:02
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

Re: [Plugin] MatchResults

Some updates have been pushed:

- Support for postgresql on /results command. (Works)
- Added TotalMatchStandings as a table in the html file of match_results
- matchresults folder is made on command //match start. From there you can get the file or previous matchresults.
by w1lla
27 Jan 2021, 13:00
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

Re: [Plugin] MatchResults

again a new update with the following changes: Updated: - /results command which will show for each new match the results. - //math start will erase the db and begin again with filling only on Rounds - //match start will RestartMap after 5 seconds. - //match stop ends previous map as last map played...
by w1lla
23 Jan 2021, 10:19
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

Re: [Plugin] MatchResults

pushed a update see first post.
by w1lla
22 Jan 2021, 19:20
Forum: PyPlanet
Topic: [Plugin] MatchResults
Replies: 6
Views: 4841

[Plugin] MatchResults

Hi, A new plugin has surfaced, where in the main folder a matchresults.html will emerge. Downloadlink: https://github.com/w1lla/pyplanet_plugins/archive/matchresults.zip Copy match_results folder from the zip towards env\Lib\site-packages\pyplanet\apps\contrib. Add the following line in apps.py 'pyp...

Go to advanced search