Commenti
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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.

Zanum piace questo
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

@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:

Here are more different bots below:

starsmiley e Zanum ti piace questo
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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

discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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

discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

@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

Zanum piace questo
Somerset, EnglandYUMmy_Bacon52 months ago

You can report bots in the Bots Deletion Thread that's pinned on the site's forum

Alexithink piace questo
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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}")
Sabedena piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon52 months ago

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

Zanum piace questo
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago
Zanum piace questo
discussione: MiSide
Somerset, EnglandYUMmy_Bacon52 months ago

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

discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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.

Sabedena piace questo
discussione: The Site
Somerset, EnglandYUMmy_Bacon52 months ago

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.

LRock617 e Zanum ti piace questo
Somerset, EnglandYUMmy_Bacon52 months ago

@EmanuelRodrigues, @AnasRakan, what do you both mean? And yes, this is that game.

Zanum piace questo
Somerset, EnglandYUMmy_Bacon52 months ago

@SakilabegamBegam, @EmanuelRodrigues, what do you both mean? And yes, this is that game.

montazh piace questo
discussione: Granny (PC)
Somerset, EnglandYUMmy_Bacon52 months ago

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.

Zanum piace questo
discussione: Introductions
Somerset, EnglandYUMmy_Bacon52 months ago

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

Zanum piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon52 months ago

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

BelvaCompany piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon52 months ago

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

Pear e BelvaCompany ti piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon52 months ago

Ok thanks. Will it be open source?

Zanum piace questo
Info su YUMmy_Bacon5
I like breaking SRC.
Iscritto
4 years ago
Online
today
Runs
111
Giochi corso
Pou Category Extensions
Pou Category Extensions
Ultima corsa 3 years ago
34
Runs
Granny
Granny
Ultima corsa 2 years ago
24
Runs
Snake on a String
Snake on a String
Ultima corsa 1 year ago
13
Runs
Granny 2D
Granny 2D
Ultima corsa 1 year ago
7
Runs
Pou
Pou
Ultima corsa 3 years ago
6
Runs
Granny (PC)
Granny (PC)
Ultima corsa 4 years ago
5
Runs
Granny: Chapter Two
Granny: Chapter Two
Ultima corsa 3 years ago
4
Runs
Granny Multiplayer (Mod)
Granny Multiplayer (Mod)
Ultima corsa 10 months ago
3
Runs
Giochi seguiti
This Is The Only Level
This Is The Only Level
Ultima visita 28 days ago
1
visita
Chained Together
Chained Together
Ultima visita 3 months ago
2
visite
DxŁ Granny Mods
DxŁ Granny Mods
Ultima visita 1 month ago
4
visite
Hollow Knight
Hollow Knight
Ultima visita 21 days ago
18
visite
R.E.P.O.
R.E.P.O.
Ultima visita 14 days ago
12
visite
Cuphead
Cuphead
Ultima visita 11 days ago
8
visite
Break In Category Extensions
Break In Category Extensions
Ultima visita 1 month ago
2
visite
Dead Rails
Dead Rails
Ultima visita 8 days ago
20
visite
Giochi moderati
Granny
Granny
Ultima azione 28 days ago
794
azioni
Granny: Chapter Two
Granny: Chapter Two
Ultima azione 1 year ago
246
azioni
Granny 3
Granny 3
Ultima azione 1 month ago
223
azioni
Granny 3 (PC)
Granny 3 (PC)
Ultima azione 1 month ago
58
azioni
The Twins
The Twins
Ultima azione 1 year ago
56
azioni
Granny 4 (Fangame)
Granny 4 (Fangame)
Ultima azione 2 months ago
54
azioni
Granny: Chapter Two (PC)
Granny: Chapter Two (PC)
Ultima azione 1 month ago
51
azioni
Granny (PC)
Granny (PC)
Ultima azione 19 days ago
41
azioni