W1lla van den Munckhof
W1lla van den Munckhof
Found the culprit i guess: https://github.com/PyPlanet/PyPlanet/blob/a0f07f6904f559d426b3cbd1b0a9864b307a628f/pyplanet/core/ui/ui_properties.py#L55 It resets the UIProperties so in any case the ScoresTable will be both shown,
Yes that is correct it goes back to default, but after a map restart or a next map the apparent bug seems to be solved. Not sure
No not tested only tested it for like kek canyon maps. lxml module is not installed directly
Still need to adapt it: ``` # Determinate handler and initiate it. if settings.LOGGING_ROTATE_LOGS: handler = logging.handlers.TimedRotatingFileHandler( path, when='D', interval=1, backupCount=14, encoding='utf-8', delay=True ) else: handler = logging.FileHandler( path, encoding='utf-8'...
Problem still exists in my point of view, the nadeo widgets should be hidden, and create a new widget based on server controllers but the issue with that it that...
It resorts back to the old 2013-04-16 api version, apparently when you do not set to the newest api version.
Needs fixing as in windows like in local mode it does not work.....
Well i forgot to put in import os. So its fixed.
```import uuid, base64 player_login = 'q2-lckjXSxai11x2CgX5ew'; webserviceID = 'ab6fa572-48d7-4b16-a2d7-5c760a05f97b'; player_addweb = player_login.ljust(24, "=") player_replaceweb1 = player_addweb.replace("-", "+") player_replaceweb2 = player_replaceweb1.replace("_", "/") decodedbase64 = base64.b64decode(bytes(player_replaceweb2, 'ascii')) player_webserviceId = uuid.UUID(bytes=decodedbase64) print(player_webserviceId) webservicereplace...
You can use for instance the Time.Script library from BigBang: https://github.com/BigBang1112/universe-library-set/blob/master/Scripts/Libs/BigBang1112/Time.Script.txt EvoSC uses a AFK module/plugin which is based on https://bigbang1112.github.io/maniascript-reference/maniaplanet/struct_c_tm_ml_player.html (Not ideal, as it only might work on ManiaPlanet...