Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there!

Friend, most of the question you asked, the answer was on the help file. But let's go to it:

Can this plug-in be used for events?

- Yes

Is the frames plug-in required?

- No

Can events do diagonal movements event without diagonal sprite sheets?

- Yes

Is it enabled by default? Even for the main player characters ? Possibly including party?

- It works for all types of characters: Events, Players, Followers, and vehicles. The filename of the character needs to have a special tag on it. So if a character uses an image with this tag, it will automatically enable diagonal movement. These tags can be decided by you on the plugin parameters.

It worked on the event, although, it only works when I use the movement route option (step towards player) ... I can't seem to make it move diagonally without it (movement route).

- By default, it should work with all types of movement routes. You can take a look at my sample project and see it working.

Do custom plugins that involve pathfinding work ?  This is because, I'm currently using ABS (action battle system), which follows the player without the move route option...

- Maybe that can be a problem, maybe not. It is impossible to know without testing. It really depends on how those plugins implemented it. When you try a new plugin, and it seems to not work, even after you read the help file, you should always test it in a blank project so you can make sure it is not a compatibility problem with another plugin you are using. I do have a sample project, only with my plugins, where you can test everything.

Manage to answer all your questions?