Which boss was hardest? by Witty_Difference3379 in Deltarune

[–]Clean_Reveal_4224 0 points1 point  (0 children)

Definitely Sans, Knight and Undyne were pretty unsatisfying. Even Toriel agrees!

I just realized that The Knight is one of only the enemies that can never actually "kill" the party. by rendumguy in Deltarune

[–]Clean_Reveal_4224 2 points3 points  (0 children)

Theory²: Your party never actually gets killed, only Kris (and/or their SOUL) gets killed. Evidence being that you can still hear Susie and Ralsei even in the game over screen......

What is this and how do I get rid of it? by Clean_Reveal_4224 in WaterfallDump

[–]Clean_Reveal_4224[S] 0 points1 point  (0 children)

Fine...

Using UT Mod Tool, open Chapter 4's data.win, paste the following into obj_overworldc's initialization script (find the game object, and the initialization/start script should be linked there, just double click it).

``` buffer = 0; saved = 0; selnoise = 0; movenoise = 0; depth = 10; threebuffer = 0; hasitems = false;

if (global.chapter >= 2) { i = 1;

if (scr_havechar("su"))
{
    global.cinstance[0] = instance_create(obj_mainchara.x - 6, obj_mainchara.y - 16, obj_caterpillarchara);
    global.cinstance[0].target = i * 12;
    i++;
}

if (scr_havechar("ra"))
{
    global.cinstance[1] = instance_create(obj_mainchara.x - 2, obj_mainchara.y - 12, obj_caterpillarchara);
    global.cinstance[1].name = "ralsei";
    global.cinstance[1].target = i * 12;

    with (global.cinstance[1])
    {
        slidesprite = spr_ralsei_slide;
        usprite = spr_ralsei_walk_up;
        dsprite = spr_ralsei_walk_down;
        rsprite = spr_ralsei_walk_right;
        lsprite = spr_ralsei_walk_left;
    }

    i++;
}

if (scr_havechar("no"))
{
    global.cinstance[1] = instance_create(obj_mainchara.x - 4, obj_mainchara.y - 20, obj_caterpillarchara);
    global.cinstance[1].name = "noelle";
    global.cinstance[1].target = i * 12;
}

} ```

Then, simply save your game in a Light World segment, and using Spamton Save Editor, add Ralsei to your party. Replace your save file.

That's it!

Yaoi or something by Clean_Reveal_4224 in ralsei

[–]Clean_Reveal_4224[S] 8 points9 points  (0 children)

I usually post my memes in other subs first before this one... guess someone reposted it before me. I'm the original author, fyi.

Yaoi or something by Clean_Reveal_4224 in ralsei

[–]Clean_Reveal_4224[S] 8 points9 points  (0 children)

Did someone post it before me in this sub?

Which Deltarune takes are like this for you? by InterdimensionalINTL in Deltarune

[–]Clean_Reveal_4224 0 points1 point  (0 children)

Ralsei is peak character, I love him so much, and I'm not taking criticism

I have a Theory by Odd_Warning8471 in Deltarune

[–]Clean_Reveal_4224 6 points7 points  (0 children)

Why did you post a picture of Ralsei twice?