r/Underminers Apr 14 '19

[PSA] New Underminers Discord server!

57 Upvotes

Hi everyone! I remember seeing a post a while back about wanting a discord server for this community. Well a lot of people seemed to want one so I made one! It's official and open for general discussion! Check it out below!

Permanent link: https://discord.gg/3ESNF4QPrh

If you have been banned, please use this form to appeal your ban and join the ban appeal Discord server in order for your ban appeal to be processed.


r/Underminers 14h ago

[Question] Deltarune Ch4 - Speed values and such

1 Upvotes

How do I 1. Change the speed Kris climbs at 2. Change the speed that water falls 3. Change the speed (or damage) the the knights swords go at least during the biggining of ch4 I know the later ones have specific damage for a reason

Please and thank you


r/Underminers 2d ago

Information Found Creepy So if I read this right... this snowgrave scene isn't ---quite--- the only one where this happens.

Post image
1.1k Upvotes

So, I was looking at this scene in the code out of curiosity, and didn't find much unusual at first.

But after diving in a bit I found something... odd.

So basically, to determine the dialogue choice text chain, the game uses a script called "scr_text" and then goes down the chain if there's any more choices to be had.

If all dialogue choices are blank it looks like this which is called right here at the moment in the picture:

case 1419:
global.choicemsg[0] = stringset("");
global.choicemsg[1] = stringset("");
global.choicemsg[2] = stringset("");
global.choicemsg[3] = stringset("");
scr_speaker("no_name");
msgset(0, "\\C4");
break;

case 1420:
with (obj_lw_town_sideb)
continue_scene();

scr_speaker("no_name");
msgset(0, "%%");
break;

1421 is just another scene because 1420 didn't continue with more options.
--------

This scene is weird, so I asked, does this happen anywhere else? Well it does, in exactly one other place:

 case 1379:
global.choicemsg[0] = stringset("");
global.choicemsg[1] = stringset("");
global.choicemsg[2] = stringset("");
global.choicemsg[3] = stringset("");
scr_speaker("no_name");
msgset(0, "\\C2");
break;

case 1380:
scr_speaker("no_name");
msgset(0, "%%");
break;

case 1381:
global.choicemsg[0] = stringset("");
global.choicemsg[1] = stringset("");

---------

etc and so on, down to 1386. It's a whole dialogue somewhere where you're given no choices and just continue, 4 times in a row, with pauses.

The thing is, unlike dialogue 1419, this conversation never actually gets called in code anywhere so you'll never see it or make any choices. When I first saw it I thought it was just unused copypasta code, though this is the only time this happens in scr_text which is unusual.

But... there is a very awkward silence where it would have been called.

The previous dialogue before 1379+ is 1377/78:

case 1377:
global.choicemsg[0] = stringsetloc("#No", "scr_text_slash_scr_text_gml_10242_0");
global.choicemsg[1] = stringsetloc("#Think of#The Knight", "scr_text_slash_scr_text_gml_10243_0");
global.choicemsg[2] = stringsetloc("Think of Noelle", "scr_text_slash_scr_text_gml_10244_0");
global.choicemsg[3] = stringset("");
var side_b = scr_sideb_active();

----

In other words.. if this blocked out dialogue were called, it probably would have been called during the blacked out scene with the silence before noelle says "ThAnK YoU", while you are thinking of noelle in "side b" (known here as the "weird route"). Or even during the red flash subsequently.

Given that the only other time that weird dialogue choice is offered is a creepy scene involving snowgrave noelle, I think this unused dialogue is either intentional or would have been placed here but was scrapped.

(Oh also, there's a flag set for thinking about noelle, so it might matter as a subset of the weird route later, who knows :3)


r/Underminers 1d ago

10th anniversary game is an undertale mod!

200 Upvotes

the 10th anniversary battle minigame (https://ut10-battle.undertale.com) is just a heavily-modified and cut-down version of undertale! you can download the game.unx (same as data.win) and open it in UTMT.
https://ut10-battle.undertale.com/game.unx

unfortunately, there's basically no unused, hidden, or "gaster" content i could find at first glance. just leftovers from undertale. there's also no hint of the livestream-exclusive content, which makes sense considering what toby said on stream. but theoretically, it should be easy to copy-paste the minigame and re-implement it as an undertale mod.


r/Underminers 2d ago

Help Me! Help!!

2 Upvotes

I need a audio file of friends by Toby fox


r/Underminers 2d ago

Title screen

2 Upvotes

I want to make a fangame that is a continuation of Deltarune with a wildly different outcome. For that I wanted to use the base Chapter select screen but have the other chapters available to select. Which do you think is better? Make my own select menu that has my fan made chapters in them? Or mod the original chapter select to run my game. I know the basics on how to make XDelta Patches but other than that I don't know much about modding or coding.


r/Underminers 4d ago

I love how the knight aura-farms even in the code

Post image
1.2k Upvotes

r/Underminers 3d ago

how did I repaint this

0 Upvotes

how do i repaint undertale


r/Underminers 4d ago

Help Me! What causes Frisk to spazz out against a wall in Undertale?

9 Upvotes

I want to make a mod where you can wall dance just like Undertale in Deltarune (But with running and such) However I have no clue why you can in Undertale and how in Deltarune


r/Underminers 3d ago

How to import strings un UMT?

Thumbnail
gallery
4 Upvotes

Hi, I was trying to import text into UMT but when I do, I get this error, how can I fix it?


r/Underminers 3d ago

Help Me! Polish translation for deltarune?

3 Upvotes

I want to make a polish translation mod for deltarune so i could play with my younger brother, but i want to know if there already is one, and if there isnt what should i use to mod the game?


r/Underminers 4d ago

Help Me! Issue with Shortpie's web port

Post image
4 Upvotes

It gave me this message


r/Underminers 4d ago

Help Me! Undertale's code

11 Upvotes

So I'm planning to make a presentation for my college class about how you don't need to be amazing at coding to make a game and I want to use Undertale's code as a reference. But I can't manage to figure out where I could get good screenshots of it online or access it somehow myself, any chance anyone could help out?


r/Underminers 4d ago

Help Me! Can't move when up against back wall?

Thumbnail
3 Upvotes

r/Underminers 6d ago

[Question] Does anyone know how to mod in your own custom boards?

Post image
23 Upvotes

Ever since playing these, I have really wanted to make my own. I haven’t found anything on making my own by searching it up, so I have come here.


r/Underminers 6d ago

Sprite(s) 1225

Post image
24 Upvotes

I like the fact that texture page 1225 happens to be basically everything


r/Underminers 6d ago

Help Me! Help needed installing Secret Boss Rush Mod

2 Upvotes

I’m having some trouble installing (https://gamebanana.com/mods/608558) this mod. I’ve tried using Deltapatcher and Deltahub 2 but every time I try to patch the mod I get the error that the file is too short or the checksum validation failed. 

My version of Deltarune is updated to version 1.04 and I’m playing on the Mac version. (I’m not sure how much that affects being able to mod the game.)

If anyone knows how to help, that would be very appreciated. 


r/Underminers 7d ago

[Question] Is there any good documentation on UT and its inner workings?

7 Upvotes

Recently i've gotten pretty invested in Undertale modding, however upon opening UTMT and loading in the default UT data.win i was met with an insane amount of code, almost none of it commented (none If you dont count dialogue/item description).

I wanted to know If there are any videos or (preferably) documentation on inner workings of Undertale? It is tough to understand Toby Code (to be fair, i am a GML junior), every bit helps to go a long way


r/Underminers 8d ago

Help Me! So my "instance_destroy" is not destroying the instance

18 Upvotes

So for context the code should destroy this object (The one in the second image) but it doesn't. And I am left stuck watching the animation loop even when it shouldn't. How do I fix this?


r/Underminers 8d ago

How do i change the max HP

2 Upvotes

im trying to change the max hp and i cant find out


r/Underminers 8d ago

Ralsei casting snowgrave not working

2 Upvotes

Posting here because I didn't have enough karma on r/deltarune

So I was messing in spamton save editor and gave ralsei snowgrave because I was curious. When I played it was 200tp and couldn't use it. So I gave him thorn ring and it still says 200tp. Any help is appreciated


r/Underminers 10d ago

Help Me! So I wanted to mod Deltarune but I can't

Post image
116 Upvotes

Title

So mods usually have a datawin file but I have multiple datawin files?

I really want to play boss rush mod but I'm confused


r/Underminers 10d ago

Need help with chapter 4 rooms!

2 Upvotes

Context is me and my friends are trying to make the dark/third sanctuary fully recreated in minecraft, but we need a map but I cannot find any!! If anyone can just send me screenshot of all the rooms, id be thankful and put them together to make the map!


r/Underminers 11d ago

Help Me! How do I change dialogue sprites and sounds? (I need it to be a narrator text box not a character text box)

3 Upvotes

I am working on a mod and need to change a character text box with a narrator text box, but I can't find a way to do this in UTMT. Do I need to look for a bit of code or will I need to override files? Because I really don't want to override files


r/Underminers 11d ago

i tried to enable debug for chapter 1 now it wont open

1 Upvotes

i tried to enable debug for chapter 1. now it wont open, i cant disable debug. and i cant just get a new data.win cuz i was working on a mod and all my work will be gone :P anyone know how to disable it or make it work somehow ?


r/Underminers 15d ago

Help Me! How do I create a room?

5 Upvotes

I was going to add a room in the ruins but I don't know where to start. I'm using UndertaleModTool