ChimkinTheGamer 3 Posted December 2, 2021 1. How do I turn my project into an exe. I've searched the dark parts of the internet (Page 2 on google) and not found help. 2. I found out I can sell my creations, but do I have to credit rpg maker in my game to distribute it legally? 3. Is it possible to make a monster join your team through use of item? I want to make a Dragon taming game where you battle dragons, and even hatch your own, building up your team for the final fight. Keyword here is hatch. I want it so you can use an item to get a dragon. Share this post Link to post Share on other sites
ChimkinTheGamer 3 Posted December 2, 2021 Also no idea where I was supposed to throw this so if it's in a bad spot I'm sorry Share this post Link to post Share on other sites
roninator2 256 Posted December 2, 2021 Since you are asking about making this into an exe, I can only assume you are new. I would advise looking up some tutorials on the program from this site or forums.rpgmakerweb.com 1. While you have your project open click file -> compress game data This will compile your game into an exe. But this is not an exe to play your game, only to extract the files. The game is played with the Game.exe file. If you're asking how to make the entire game run from an exe file, that can't be done with the engine. You will have to research for tools that can do that, and when you find one, test it. It is likely not going to work because the program may not be able to access the code to play the game. At your own risk. 2. You must credit everybody that is involved. The makers of the engine, the art assets, the music, the script creators. The minimum for VX Ace is Degica, Enterbrain, Gotcha, Gotcha games. 3. Yes, you can add run common event into the feature section. Then in the common event add the character. Share this post Link to post Share on other sites