[quote=mobiusman] extremely minor feature request: somewhere to write rules that show for all categories, rather than having to copy them in to each one [/quote] Something that's nice to have, but might take a bit of work to implement, so it might be a while before we get around to it.
[quote=Ewil] 1) ... 2) ... 3) ... [/quote]
-
A WYSIWYG editor is definitely something that we want to do, but a fairly big update. The Guides (and Forums) sections do support BBCode already though, see http://www.speedrun.com/post/iftju for more information. There's just no easy interface for it yet.
-
This was a bug that's now been fixed, thanks for letting us know. :)
-
Actually, it doesn't filter runs with only the first variable, the problem is that it only shows the fastest run by that person regardless of the variables. The variables system will be overhauled down the line, which will allow you to chose whether to take a variable into consideration or not when it determines the fastest time, but I can't make any promises on when that update will be done.
[quote=Molotok] So, over a week has passed and we have 3-2 in favour of option 1, but I´m the only active runner of the game who has voted here.. lol. [/quote] Yeah.. such a shame the other million active runners haven't responded. Must've been too busy not existing.
[quote=PresJPolk] Famicom Disk System [/quote] Does it really make sense to separate the Disk System add-on as its own console?
The thread is up: http://www.speedrun.com/The_Site/thread/lktj9
If there are any platforms not currently in the list on the site that you would like to add games for, let us know in this thread so we can add them. For a full list of supported platforms, check out the sidebar on the Games page when sorted by platform.
Previously all platforms would show up by default on the Edit Game page, which is why adding too many platforms wasn't desirable to keep that page neat. As of now, platforms that are used by less than 2% of the games on the site, will be considered obscure. This means that they will hidden on the Edit Game page by default. Showing obscure platforms can be toggled using the Show/Hide obscure button on the Edit Game page. Other than that, there are no differences between obscure and other platforms.
Please keep in mind that requesting a platform should be done when you actually need the platform, don't go requesting every platform you know, just because you've heard of it :)
That is true.
I don't expect too many platform requests though, certainly not as many as game requests. We should be fine without any rules, it's always possible to add a rule later on ofc. ^_^
I did actually implement protection against this before, it got broken somehow and I hadn't looked at why yet.
[section=Text formatting (BBCode)]
BBCode is a tag based markup language you can use to organize and stylize your text. Which tags are available is different per implementation and this site is no different. The BBCode can be used in guides, on the forums, in rules, in run comments and on the about page of marathons.
For convenience, images and videos are usually automatically detected and embedded and urls are turned into links. More information on this in the relevant section.
In addition, the site supports the use of emotes from Twitch, FrankerFaceZ and BTTV in addition to our own.
Currently these have to be typed manually, but a click-able interface for easy access is planned down the line.
[section=Overview of supported tags]
[section=Text styles]
As one might expect, basic text styles are all supported, see the following examples:
[b]bold[/b] = bold
[i]italic[/i] = italic
[s]strikethrough[/s] =
[u]underlined[/u] = underlined
Text size can be altered using the [big][/big] and [small][/small] tags.
[big]big[/big] [big]big[/big]
[small]small[/small] [small]small[/small]
Center alignment is supported using the [center][/center] tag.
[center]centered[/center] [center]centered[/center]
A tag for text colour does not exist at the moment. It would not work well with the variety of themes that are available and generally serves no purpose other than to draw attention, which is already possible by using the other text styles.
[section=Text blocks]
Spoilers are simply added using the [spoiler][/spoiler] tag. The text in a spoiler will only be readable if it is selected.
[spoiler]spoiler text[/spoiler] [spoiler]spoiler text[/spoiler]
Quoting text in a reply can be done using either with or without a reference.
[quote]Quoted text without reference.[/quote] [quote]Quoted text without reference.[/quote]
[quote=Person quoted]Quoted text with reference.[/quote] [quote=Person quoted]Quoted text with reference.[/quote]
Unordered lists are available to show a list of items indented with bullet characters.
* Item 1 * Item 2 * Item 3
- Item 1
- Item 2
- Item 3
To organize and separate content, the section tag can be used. If any section tags are used, an index will appear at the top of the post/guide which can be used to jump to a specific section. Sections are shown by default, but can be hidden using the Show/Hide button next to the section title. Note that the section tag does not display nested at this point, nor it is possible to have sections start out closed.
[section=Section Name] Content.
[section=Section Name] Content.
[section=Links and embedding]
URLs can be displayed in various ways. Most of the time, urls will be automatically recognized and made into a link. Specifically, this will work if the url starts with one of the following: http:// https:// www.
The text of the link will simply be the url itself:
http://www.example.com www.example.com
Note that the following will not work: example.com
If you want the link to have a different text, use the [url=][/url] tag in which you can specify both the url and the link text. The same rules for relative links apply here.
[url=http://www.example.com]Link text[/url] Link text
For your convenience, videos from specific sites will be embedded if you specify their url. The embeddable videos are the following: Twitch highlights. Twitch past broadcasts. Hitbox videos. Youtube videos.
Similarly, image urls will be automatically recognized and embedded as well. To be recognized, they have to start with http:// or https:// and end in .png, .jpg, .jpeg, .gif, .bmp Once again both absolute and relative links are possible.
[section=Combining tags]
Of course it is also possible to combine tags if you want.
[big]big[/big] + [big]big[/big] = [big][big]huge[/big] [/big] [big]big[/big] + [big]big[/big] = [big][big]huge[/big] [/big]
[small]small[/small] + [small]small[/small] = [small][small]tiny[/small] [/small] [small]small[/small] + [small]small[/small] = [small][small]tiny[/small] [/small]
[big]big[/big] + [small]small[/small] = [small][big]totally useless but possible[/big][/small] [big]big[/big] + [small]small[/small] = [small][big]totally useless but possible[/big][/small]
[big][b][i][u]Feel free to mix and match![/i][/u][/b][/big] [big]__Feel free to mix and match!__[/big]
The url and img tags cannot be combined as of yet. The url tag will be ignored in this case. [url=tehurn.com/not][img]nope.jpg[/img][/url]
Unlike many other implementations, the order of the opening and closing tags does not have to match (it is still bad practice though). Just make sure you don't forget the closing tag, otherwise the rest of the text will be entirely affected by the tag!
Traditional: [b][u]This is right[/u][/b] [b][u]This is wrong[/b][/u]
speedrun.com: [b][u]This is right[/u][/b] This is right [b][u]This is also fine![/b][/u] __This is also fine!__
[section=Emotes]
As mentioned, the site offers support for using emotes from Twitch, FrankerFaceZ and BTTV. There is a small number of blacklisted emotes because of their generic emote codes (e.g. US, Win).
In order to appear, emotes must be enclosed in whitespace: Kappa works, but dKappab does not. Kappa works, but dKappab does not.
FrankerFaceZ emotes need to have a ffz prefix to appear: ffzJUSTDOIT works, but JUSTDOIT does not. ffzJUSTDOIT works, but JUSTDOIT does not.
The emotes from the site itself are as follows:
:) - :)
;) - ;)
:D - :D
:LOL: - :lol:
8-) 8) B-) B) - 8)
:( - :(
:( - >:(
< - ><
:P - :P
:S - :S
0_0 :o :0 - :o
o_O - o_O
^_^ - ^_^
^^;;; - ^^;;;
~:o - ~:o
x_x - x_x
¬_¬ - ¬_¬
:[ - :[
o_o - o_o
:'( ;_; - ;_;
@_@ - @_@
-- - --
_> - >_>
<_< - <_<
D: - D:
<3 - <3
._.' - ._.'
(y) (Y) - (y)
(n) (N) - (n)
PogChampGold - PogChampGold
I've deleted the old runs.
Automatically removing runs etc when a game is removed is something that's definitely possible to implement, but won't be done until there is better protection against unintentionally removing things (or trolls) as it makes recovering it a bit more tricky atm.
Well it is kinda difficult to submit a run for a platform that hasn't been added yet.
As for a speedrun having been done for the platform ever, that seems to be a bit too general to be a rule, really. I mean it goes without question that if someone would request say the ENIAC to be added, that's not going to be done.
As the platforms list is just show completely on every page right now, I'm kinda hesitant to add too many things as it is currently. To that extent I will work on a solution (I already know what that'll be) hopefully today, otherwise tomorrow. After that, I'll open and sticky a new thread where you can request the platforms you're missing.
Even then though, please only request platforms you need, not just all platforms you've ever heard off. (Adding platforms if there aren't going to be any games added to them, is kind of a waste, after all.)
If the current moderator is inactive, you can always request moderator status, yes. (Though you will still have to be a valid choice for it to be accepted, of course.)
For a while now, the site has been growing steadily with several new game requests daily. Our policy for accepting those requests is currently quite lenient, and will remain so.
However, as you can imagine, not everyone that requests a game actually puts effort into it afterwards which has led to a growing amount of 'empty' games, games that have no categories and no levels and even some empty series.
To resolve this, we have decided to implement a new policy: Requested games/series that have not been set up 2 weeks after being accepted, will be deleted.
To clarify what we mean with set up, this means: **
- For series: No set up games in the series.
- For games: No categories or levels for the game. If it is not possible for normal users to submit runs for the game, it is not set up. **
To ensure a smooth transition, this policy will be implemented starting one week from now, Friday, 20 Feb 2015. Removing the games will be handled manually, so don't worry about unintended automatic removals.
We hope doing this will make the site even better, it wouldn't have been possible without all of you <3
[small]Remember, #ESAHYPE2015 #keeponsaxing [/small]
(If it ends up being option 2, call it Any% No EE glitch instead)
Now, I'm going to be radical and say that a third option, Any% No EE, might be more fun to run since it means no grinding half the level for EE. (OTOH it might mean grinding the entire level with a tank, which is not any better.)
From the 2 options, option 1 makes the most sense in terms of non-arbitrariness but option 2 may possibly be more fun to run.
But yeah I'll vote for option 1, I suppose.
You're not using anything to block javascript, right?
If not, tell me in greater detail, where exactly does it go wrong?
Are you still able to press the New Category button:
Does that do anything, if so where does it break afterwards?
(I'm assuming you have the same problem on all your games, right?)