Website: UTDR character editor, credits, and remember me
26-09-2025As you might have noticed, the last few days have been... rough. The website has been under attack and kept going down all the time, but we have added some protection to prevent this from happening in the future.
We have done some improvements to the UTDR character editor.
Things have been moved around a bit to organize them in a way that makes more sense. The "original creator" field has been replaced with a table of credits to let you credit multiple people for different things, and you can finally preview the description before saving!
We have also made sprites more visible in the browser by adding a black background to them. And finally, characters in the community content page will be ordered by the date of the first time you publish a character instead of the creation date. This will make your character more visible if you take some time between its creation and publication.
We have also added a long-awaited feature: the remember me option! You will be able to check this option when logging in to stay logged in pretty much forever. You will only get logged out if you don't visit the website in more than a month.
Aside from a couple more bug fixes, that's about it. As always, check the changelog for more detailed info.
Changelog
Undertale custom character editor
- Reorganized the settings in subcategories.
- Replaced the "original creator" field with the credits table.
- Allows the uploader to give credit to different people for different things if they are not the creator of the character or if they worked with someone else.
- You can credit people in-site by typing @ and their username in the "name" field.
- For people who don't use the website, you can also add a link to their site, social media, etc.
- The description field has a preview button now.
- The character editor URL now uses codenames.
- Editing the codename will reload the page to change the URL to the new one.
- Using an old codename (that is not currently in use by another character) will redirect to the current one if possible.
- Publishing a character for the first time will set the publish date.
- Characters can be unpublished and then published again, but this date will not change again.
Undertale custom character page
- Added black background to textbox sprites.
- Using an old codename (that is not currently in use by another character) will redirect to the current one if possible.
- Feedback 246: added list of credits.
- Added date of publication.
- Added default font and text transform of the character in the textbox section.
- The character editor URL now uses codenames.
- Limited the height of the sections to 50% of the screen.
API
- New subdomain (api.demirramon.com) for everything API-related.
- All versions of the Undertale API have been moved into that subdomain and should keep working the same way.
- Moved the first Undertale API from /ajax/undertale_api to api.demirramon.com/v1/undertale
- Moved versions 2 and 3 of the Undertale API from /api/undertale to api.demirramon.com/v2/undertale and api.demirramon.com/v3/undertale, respectively.
- They don't require an access token to be used, but v4 will.
Misc
- Added a "remember me" option in the login modal that will keep you logged in even if your session expires.
- Base64 images are now considered invalid by the image link popup since they don't actually show up as images once saved.
- Improved security against DDOS and other kinds of attacks.
- Issue 278: some formatting options replace " with ' and screw up bbcode inside the selection.
- Issue 284: saving a wormsona doesn't give the
invader badge. - Issue 290: beta-tester comments can't be accessed from the live site.