danielah05 / UndertaleDecomp

UNDERTALE Xbox v1.13X Decompilation
Other
31 stars 8 forks source link

Gen0cide route #4

Open Pokeknight2610 opened 5 days ago

Pokeknight2610 commented 5 days ago

heyo! My friend made a port (and texture mod) for this decomp, and genocide route doesn't work. Any way you can trigger one using the cheat menu or in game, because I am tired of mindlessly slaying froggits and whimsums.

Vultumast commented 5 days ago

I believe the console is bound to tab. (It has been a white my memory might be hazy) but you should be able to directly set values with that!

Pokeknight2610 commented 4 days ago

yup its bound to tab. what command do i use to trigger it

Vultumast commented 4 days ago

you'll need to manually set some flags, I would recommend looking at the flag list in flowey's time machine

Pokeknight2610 commented 4 days ago

Where can i find that?

Marioalexsan commented 3 days ago

You can either use https://crumblingstatue.github.io/FloweysTimeMachine/ and look at the Advanced section for the flag IDs you need to edit, or you can use scripts\macros\macros.gml and look at the macros. After that, with the console open, you just use flag_set <ID> <value> and flag_get <ID> to set and get flag values.

For the actual flags you need to set, I'm guessing setting FL_MurderLevelOverride to MurderLevel.Lv16MettatonKilled with flag_set 26 16 would be the easiest way to trigger genocide route conditions.