Commenti
discussione: The Site
Somerset, EnglandYUMmy_Bacon57 months ago

@Zenothys, @itsagifnotagif (I think you're a bot), you can change your username in your settings under "Account" on "Change username". Or here's the link https://www.speedrun.com/settings/account

But the @Sync username has already been taken. You used to be able to request old usernames, but I don't think you can anymore. As the support ticket type now says "We do not manually handle this type of request. If you cannot change your username then that name is not available."

The @Sync account doesn't have any runs on it, but it was last online 1 month ago, so I think it's active enough to not have their username taken.

You could message site staff about getting their username, but you might not be accepted.

Zanum piace questo
discussione: Roblox: Grace
Somerset, EnglandYUMmy_Bacon57 months ago

Moderators, on this site, generally have 21 days to verify runs. And if they take longer, then at this point you would message them about it.

And there are currently 63 runs pending in this game. But I'm not sure how quickly mods take to verify runs.

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

Yep, this has been an issue for like a year now. We used to be able to create new threads by a model dialog appearing. But it got updated to instead go onto a different web page ("forums/new"). I think the developers forgot that series are prefixed with a "/series/" path and forgot to add the new page there lol. But it is still possible to create threads on series with API v2. Below is some JavaScript that you can run on a series' page, and it will create the thread for you. To run:

  1. Go onto a series's page. For example, https://www.speedrun.com/series/granny_fangames_series
  2. Open the console in dev tool (Ctrl + Shift + I and then press "Console")
  3. If necessary, type "allow pasting"
  4. Copy and paste the code below, and hit enter
  5. Enter the thread's name
  6. Press "Ok"

You should now be on the thread's page

You can't edit a thread's title once it's been created, so that's why you have to in a browser prompt. But you can edit the post's content, and it's easier to do this on the actual site.

Sorry for the late response lol

const headers = { "Content-Type": "application/json" };
const seriesUrl = location.pathname.split("/")[2];
const seriesSum = await fetch(`/api/v2/GetSeriesSummary?seriesUrl=${seriesUrl}`, {
	headers,
}).then(x => x.json());

const name =  prompt("Enter the thread's title/name");
const hasConfirmed = confirm(`Are you sure you want to create a thread with the name of "${name}"?`);
if(hasConfirmed) {
	const thread = await fetch("/api/v2/PutThread", {
		headers,
		body: JSON.stringify({
			forumId: seriesSum.forum.id,
			name,
			body: "Thread content to be created soon..."
		}),
		method: "POST"
	}).then(x => x.json());
	location = `/series/${seriesUrl}/forums/${thread.thread.id}`;
}
Balneor, Kobazco e 2 Altri ti piace questo
discussione: Granny Fangames
Somerset, EnglandYUMmy_Bacon57 months ago

Hi, this is a test just to check that threads can still be created on series with the v2 API! As the "New thread" page currently 404s. https://www.speedrun.com/series/granny_fangames_series/forums/new

Zanum piace questo
Somerset, EnglandYUMmy_Bacon57 months ago

Yeah the game creator does have a lot of canceled games on his profile.

@BrianTheBri I'll try and help you get your old account back, as alt accounts on this site are banned. Or if you want, we could give this as your new account and try and get you moderator again and runs moved over.

discussione: Granny (PC)
Somerset, EnglandYUMmy_Bacon57 months ago

https://medal.tv/pl/games/granny/clips/jkao1CqS19KdqvVDg?invite=cr-MSw1MDIsMTY4MzcyMzY4LA

(Here's the video clip)

The issue is that you haven't selected the preset that you wanna be on in the mod menu. And you are using the correct version of the game.

You can access the menu's settings by pressing the "V" button that's below the timer

discussione: The Site
Somerset, EnglandYUMmy_Bacon57 months ago

We wanted to make numerous categories of speedruns for our game

You can still add other categories. You just need to show that the game is speedrunable.

Some of our planned speedrun categories would take many hours to complete, time which a small dev group like us does not have

You don't have to speedrun every category that you plan in the game request's video. Just speedrun the main ending of the game, and you could explain the other category ideas in the description of the ticket if you want.

Zanum piace questo
discussione: Granny (PC)
Somerset, EnglandYUMmy_Bacon57 months ago

Are you using the v1.2.1 mod? If so, then there is a bug with it where the difficuitly can change when you reset. But the preset shouldn't change.

This difficuitly bug happens when, for example, you choose easy on the main menu, and when you play the first game, it's on easy. but when you reset by pressing b, it resets it to normal.

To fix this, after loading into a game, you need to press Esc and choose the actual difficultly in the in-game menu.

But you might be using the wrong version of the game. As v1.2.1 doesn't contain the sewer ending as it's an older version of the game. And instead you want to play on v1.3.1 with that version's mod.

discussione: Introductions
Somerset, EnglandYUMmy_Bacon57 months ago

@Game007 where are you trying to post a thread?

Somerset, EnglandYUMmy_Bacon57 months ago

Yeah, I've seen. I think they're active on Discord.

They also need to update the game types for this game. Which 2 months ago I gave them a tutorial on how to do it, and they still haven't completed it

discussione: The Site
Somerset, EnglandYUMmy_Bacon57 months ago

Moderators generally have 21 days to verify runs. As your run is over the limit.

The game's moderator was last online 25 days ago.

So I would message the game's moderator on- and off-site to ask them to verify your run and to try to get them to become active again.

You could also join the game's Discord server and ask.

If after like 2 weeks the moderator doesn't respond, then you should submit a support ticket under "Become a moderator for an existing game". You would then upload your proof that the moderator is inactive, and then if your ticket is accepted, you will become moderator for that game, replacing the old one.

Noice e CosmoWorld ti piace questo
Somerset, EnglandYUMmy_Bacon57 months ago

I think it just means that game isn't being updated? As it still seems like you can download it

THIS IS A DEMO VERSION, SO THERE IS LITTLE CONTENT IN THIS GAME

The download page also says this

@XMrGhostGuyX, do you know if this game is still getting updates? Is there a more recent download link?

discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon57 months ago

I'm not sure if a category of that exists?

Also these are the general forums, so it's better to ask game specific questions in that game's forum or Discord.

You might want to look at Minecraft: Java Edition's and Bedrock Edition's category extensions, to try and see if you can find this category (I couldn't, so I don't think it exists)

Java:

Bedrock:

Zanum piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon57 months ago

Or ask in their Discord or forum. As these are the general forums for the site

Zanum piace questo
Somerset, EnglandYUMmy_Bacon57 months ago

Hey, I don't have access to the sheet, it looks like sharing via the link was turned off

Also do people still submit runs to it? If not, then maybe this thread could be unpinned.

discussione: Granny
Somerset, EnglandYUMmy_Bacon57 months ago

@Ripudaman, hire hackers? Do you know how expensive that is? Just for them to probably only DDoS the site.

Also, just hack the site yourself.

Zanum piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon57 months ago

These are the general forums for the site. So it's best to ask in that game's forum or Discord.

Also, the game should have some rules on what emulators are allowed.

Zanum piace questo
Sconosciuto
Somerset, EnglandYUMmy_Bacon57 months ago

@baranurabu, on which page did you get this error message after preforming what action?

Info su YUMmy_Bacon5
I like breaking SRC.
Iscritto
4 years ago
Online
today
Runs
112
Giochi corso
Pou Category Extensions
Pou Category Extensions
Ultima corsa 3 years ago
34
Runs
Granny
Granny
Ultima corsa 3 years ago
24
Runs
Snake on a String
Snake on a String
Ultima corsa 2 years ago
12
Runs
Granny 2D
Granny 2D
Ultima corsa 2 years 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 1 month ago
4
Runs
Giochi seguiti
This Is The Only Level
This Is The Only Level
Ultima visita 1 month ago
1
visita
Guts & Blackpowder
Guts & Blackpowder
Ultima visita 2 months ago
2
visite
Hollow Knight
Hollow Knight
Ultima visita 1 month ago
18
visite
Return Of Slendrina
Return Of Slendrina
Ultima visita 7 months ago
1
visita
Cuphead
Cuphead
Ultima visita 1 month ago
8
visite
HASTE: Broken Worlds
HASTE: Broken Worlds
Ultima visita 2 months ago
3
visite
Chained Together
Chained Together
Ultima visita 3 months ago
2
visite
60 Seconds! Reatomized
60 Seconds! Reatomized
Ultima visita 1 month ago
5
visite
Giochi moderati
Granny
Granny
Ultima azione 1 month ago
794
azioni
Granny: Chapter Two
Granny: Chapter Two
Ultima azione 2 years 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 2 years ago
56
azioni
Granny 4 (Fangame)
Granny 4 (Fangame)
Ultima azione 3 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 1 month ago
41
azioni