Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

fryman22

5
Posts
3
Topics
5
Following
A member registered Jan 22, 2018 · View creator page →

Recent community posts

Oh, I was not aware of that. Thanks!

(1 edit)

I'm using YYP Maker v1.1.4.

After running YYP Maker on my project, I'm noticing that the Room Manager's room order is being ordered alphabetically. I don't want this to happen because the order of my rooms is intentional.

I'm expected for the Room Manager room order to stay the same when running YYP Maker against my project.

Amazing, thank you!

(1 edit)

I use Scribble v7.1 for my project and it requires me to put my font's YY files in the datafiles directory. Whenever I run YYP Maker on my project, the YY files get moved into the __yyp_maker_trash directory.

Is there a way to prevent this from happening? It's no too big of a deal for me, I just have to fetch them from the trash or discard the changes in Git.

To prevent Git from  noticing changes from the YYP Maker's logs and deleted files, add the line to your .gitignore file:

  • ___yyp_maker_trash

This will save you time from having to discard the files created and moved by YYP Maker.

If you wish to see the changes not staged for commit, you can change the ignore flag on status:

  • git status --ignored