So you're the guy who made this extension.
it's not great since I don't want to make speedrun.com angry,
You wouldn't make them angry, they aren't going to ban you. I've done worse lol.
@XPunkNova is a bot as they've posted a dodgy link https://www.speedrun.com/posts/6ce65 . - Their posts are also AI generated as they have an em dash in one of them.
A few bots who I've attempted to ping in my previous comment haven't been banned. These are:
-
@lasica7205 - https://www.speedrun.com/users/lasica7205/comments
-
@natashaevans - https://www.speedrun.com/users/natashaevans/comments
-
@paperiogame - https://www.speedrun.com/users/paperiogame/comments
Here are more different bots below:
-
@casinomocbaivin (they have a verified Twitch?)
-
@casinomocbaicom (they have a verified Twitch?)
@Thegam3r you're welcome. But to be clear, you don't have to wait 21 days, it's just when moderators are considered inactive after. And tbh, runs should be verified faster than that, as they shouldn't wait until it gets to that point.
@Thegam3r site staff are different from game moderators. Game moderators are unpaid volunteers who verify your runs.
It's been 3 days - this isn't long to wait at all. For example, what if someone is on holiday, or if they have an exam they need to study for.
Site rules say that the goal is for runs to be verified within 21 days. And if they haven't been, then you can message the moderators and ask.
However, runs could actually take a longer or shorter amount of time depending on how many runs are in the queue or how active the moderators are.
@WafflesYouTube, do you mean you get the "Unable to communicate with provider [PASX2]" error?
Make sure your Twitch email's been verified.
Or try adding your Twitch account using a different browser. Or try again in a day's time
You can report bots in the Bots Deletion Thread that's pinned on the site's forum
Ok sure
from speedruncompy import GetGameList, TimerName
games_req = GetGameList(limit=500)
first_page = games_req.perform()
for page_num in range(first_page.pagination.pages + 1):
all_games = games_req.perform(page=page_num) if page_num > 1 else first_page
for game in all_games.gameList:
if TimerName.igt in game.validTimers:
igt_default = ' (default)' if game.defaultTimer == TimerName.igt else ''
print(f"{game.name} https://www.speedrun.com/{game.url} has IGT{igt_default}")
print(f"Page {page_num} of {first_page.pagination.pages}")
These are the general forums for the site.
So post in that game's forum instead. Or ask in its Discord or message on- or off-site one of its moderators.
BOTW also has category extensions that you should look at https://www.speedrun.com/botw-extension
There are a few pinned threads about category suggestions, but these look outdated https://www.speedrun.com/botw-extension/forums
I don't speedrun this game, but I'm not sure if this is allowed.
After reading the game's rules, it says:
Remapping keys without explicit permission is not allowed
The use of more than one keyboard or mouse is not allowed (except for the use of a numpad)
The use of an external device that has keys that allow the rebinding of inputs is not allowed
The use of an external device that has keyboard inputs on it is not allowed
Note: These rules include, but are not limited to, the sayodevice, wooting uwu, bluetooth keyboards, multiple mice, multiple keyboards, stream deck
And in another area:
Rebinding keys (outside of the escape macro) is not allowed
No macros are allowed on the scroll wheel
It's actually easy with API v2 as the timing methods and default timer are returned with every game object. So we just need to loop over every page on GetGameList.
I could give you a list of all the games that have IGT turned on in settings. But for example, Daytona USA doesn't have IGT turned on and just uses SRC's normal timing settings, so it wouldn't be included.
I assume there are hundreds of these games, and it would be hard to look through. To make it easier, is there a criteria I could filter it by? Like games from a certain time period or with certain platforms.
Or you could use the API yourself to get these games, but I'm not sure how much technical knowledge you have.
The error message tells you what the issue is.
The game URL contains a "-", which is invalid to have in URLs on the site.
But somehow your game's URL contains that invalid character.
To fix, just remove the "-" from the URL and set it to something that looks good.
@EmanuelRodrigues, @AnasRakan, what do you both mean? And yes, this is that game.
@SakilabegamBegam, @EmanuelRodrigues, what do you both mean? And yes, this is that game.
Can you provide more context?
If you mean you want to speedrun this difficulty, then you still can. You just need to submit your run into the non-extreme mode category. As, per its rules, these categories allow all difficulties, apart from extreme mode.
However on door ending runs, your time will be slower due to the extra locks. So you could just play on extreme mode for door ending at least.
I'm not sure if being on hard mode affects other endings or not, but Granny might get in the way more often.
To add a request a game, you need to request it by submitting a support ticket (Help > New ticket) under "Add a new game to Speedrun".
Make sure to read the game request rules first https://www.speedrun.com/support/learn/requesting-a-game
To add a game, you need to request it by submitting a support ticket (Help > New ticket) under "Add a new game to Speedrun".
Make sure to read the game request rules first https://www.speedrun.com/support/learn/requesting-a-game
@dahsirjones456 can you clarify what you mean? You currently aren't a moderator for any games.
If you're asking how long a pending run takes to become verified, the goal is for it to be verified within 21 days. But this could be faster or slower depending on the activity of the moderators and the amount of pending runs in the queue.