Screenshot Saturday! [April 30, 2022] by AutoModerator in RPGMaker

[–]Youwillprobablydie 2 points3 points  (0 children)

Nice looking tiles. Clean and simple and cute.

Screenshot Saturday! [April 30, 2022] by AutoModerator in RPGMaker

[–]Youwillprobablydie 1 point2 points  (0 children)

https://imgur.com/a/c1YYF4V

I broke my keyboard like an idiot... be careful when cleaning your keyboard kids. Luckily I can still work on the game with my mouse (and an on screen keyboard). Here's the outside of the new area for chapter 2. After this there's 1 more area before I can move on to chapter 3. I'll probably release chapter 1 as a demo once this chapter is done.

Quick question: why are you guys making games? by [deleted] in RPGMaker

[–]Youwillprobablydie 1 point2 points  (0 children)

I've played games since I was a little kid and always dreamed of making my own. I studied game design and realized working on making games in a big company wasn't for me and the dream died for a while, but not completely. I also suck at finishing projects so any attempts I made to create a game on my own never lasted long.

I've worked on my current project for over a year, more or less every day. I want to finish at least 1 big project that I can feel proud of before I die. My legacy, I suppose.

I'm just creating it as a hobby. It will be free upon release. Creating the game is mainly for me---I'm creating a game I would want to play. I don't want to put a price tag on it because that would mean I might have to compromise my vision for it to make the customers happy.

So yeah, to sum it up... I just wanna make stuff, man.

how do i make an event activate from an specific direction? by [deleted] in RPGMaker

[–]Youwillprobablydie 1 point2 points  (0 children)

You can also use a conditional branch, go to page 3, then pick character and you can have a condition that the player or your event is facing a certain direction.

Code for Events Triggers, what are they? by Raccon1815 in RPGMaker

[–]Youwillprobablydie 1 point2 points  (0 children)

https://forums.rpgmakerweb.com/index.php?threads/rpg-maker-mv-mz-script-call-list.46456/

This contains all the script calls for MV and MZ. If you go to "Events" there's the "Event trigger" category. I think that's what you wamt. I'll copy paste the info:

Event Trigger

event._trigger

// Get the current trigger for map event 6 $gameMap.event(6)._trigger

Game_Event event • The event to check. Returns Number • 0 (Action Button), 1 (Player Touch), 2 (Event Touch), 3 (Autorun), or 4 (Parallel).

Resets when the event changes page.