@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.
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.
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:
- Go onto a series's page. For example, https://www.speedrun.com/series/granny_fangames_series
- Open the console in dev tool (Ctrl + Shift + I and then press "Console")
- If necessary, type "allow pasting"
- Copy and paste the code below, and hit enter
- Enter the thread's name
- 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}`;
}
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
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.
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
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.
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.
@Game007 where are you trying to post a thread?
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
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.
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?
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:
Or ask in their Discord or forum. As these are the general forums for the site
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.
@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.
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.
@baranurabu, on which page did you get this error message after preforming what action?