C# Common Event Plugin by SANA (English translation)
A downloadable mod
Another translated set of C# functions made by https://twitter.com/SANA_GAME_DVLP
This includes:
- Getting Screen Width/Height Info
- Raycast that shoots in front of player able to grab event name.
- Raycast that shoots in front of player that is able to determine the distance between Objects, Terrains, and Events.
- Raycast that shoots in front of player that is able to determine the distance between Events.
- Store Cast X/Y/Z Information based on the Casts's name.
- Area limited camera, as well as extensions to control it.
Status | Released |
Category | Game mod |
Author | melontoucan |
Tags | bakin, rpgdbakin, rpgdeveloperbakin |
Download
Download
CommonEventFunctions.zip 9.5 kB
Install instructions
Unzip files and import them to your 'script' folder in your projects directory. If you don't have a 'script' folder create one and copy and paste them there.
Once imported into game you'll need to make a new Common Event, and attach the 'MainScriptForCommonEvent.cs' to the event in the bottom left corner, you'll also need to make the event Repeat in Parallel.
Comments
Log in with itch.io to leave a comment.
Would be cool to have option to shoot the raycast to grab cast event name, too.