Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

what

my yoyo compiler bro

you out com https://www.google.com/search?q=undertalemodtool+yyc+vm&oq=u&gs_lcrp=EgZjaHJvbWU...

UndertaleModTool and game compilation 

  • VM (Virtual Machine): In this mode, the game's code is stored in the data file as bytecode, which UndertaleModTool can decompile and edit.
  • YYC (YoYo Compiler): This method compiles the game's code into native C++ machine code and embeds it directly into the executable file.
  • Conflict: UndertaleModTool cannot decompile or modify the machine code in a YYC-compiled game. When the tool detects a YYC game, it will warn you that the code is inaccessible. 

What can you do with a YYC game?

  • You can still use UndertaleModTool to edit other assets, such as images, sounds, and rooms.
  • For code-level modifications, you will need to use different tools that can work with machine code, such as YYToolkit, which allows for custom C++ code to be run on top of the game. 

This video explains how to use YYC in GameMaker Studio:


https://github.com/UnderminersTeam/UndertaleModTool/issues/1967#:~:text=CST1229%20commented,join%20this%20conversation%20on%20GitHub.