Game
Undertale Engine
4 years ago

Fix for GMS 2.3.7


Yoyogames' latest GMS 2.3.7 is breaking the text_typer because it adds a true bool type.
Fortunately, It's very easy to fix.


Go to text_typer User Event 2
At lines:
Line 126 command shadow
Line 132 command outline
Line 196 command instant
Line 202 command skippable
Line 412 command gui
Line 559 command skip_space

Change is_real to is_bool


This concludes the fix.

Note: Using those commands, you must use true or false to make the command work, e.g., {instant true} and {instant false} will work, but {instant 1} or {instant 0} wont work.

1
1


5 comments

Loading...

Next up

Overworld test.

The border.

Some Behind-the-Scenes

Helping @ShadyWasHere re-make his fangame in my engine, as well as testing my engine. Go check out his amazing fangame! https://gamejolt.com/games/undertale-the-first-human/126577

Something I'm working on for fun.

Overworld test 2. Too lazy to add the faces XD

Having some fun with my friends. This online feature may be included in the engine. Screenshots from @DoubleMountain

I'm a novice at drawing. Please criticize this as much as you can, thank you!

Using a pixelated, anti-aliasing disabled brush. Feeling a little more familiar with the shading, but still a little confused. Need to learn more.

Weekly Update: The menu and the naming screen.

Made a Touhou loading screen transition effect in GameMaker.