• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
BuzzNav App

v20.1 BuzzNav App v1.0

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
BuzzNav App v1.0

buzznav.png


Compatible for: Pokemon Essentials v20.1.

This is supposed to be a PokeNav App, but you can use it independently from it.


Instructions:

Graphics:
1-
Copy and paste the folders inside of the Graphics folder into:
Location: Graphics/Pictures/paste folders here
Note: Do not change the folders names or it will crash your game. The PokeNav Graphics are optional.


2- Copy and paste the audio file inside of the Audio/BGM folder into:
Location: /Audio/BGM/paste here the audio file
Note: If you change the name of the file, you must change it in the plugin too, otherwise it won't play the missing audio file, it will be mute instead.


Plugin:
1-
Copy and paste the plugin folder and past it on your project's Plugins Folder.
Location: Plugins/BuzzNav



How to set the event to call this mechanic in-game: pbBuzzNav

Note: No buzz should share IDs!

How to add more buzz into the plugin: Buzz.new(ID, Text, Icon, Speaker, Active)

Ex: Buzz.new(1,"According to recent reports","iconchatter","ann1",false),

Don't forget about the , and the last buzz line doesn't have the ,

Active has to be true or false. To turn a buzz on or off: pbSetBuzz(ID, Active)

To change an existing buzz's text without going into this menu: pbSetBuzzTxt(ID, "Buzz Text")


Compatibility with the Simple PokeNav Plugin if you want the player to access it from the PokeNav:

1-
Create an icon with this name "icon_buzz" and put it into Graphics/Pictures/Pokenav folder or use the one i provided with the BuzzNav plugin.
2- Go to your Plugins/Simple PokeNav plugin folder and open this rb file: "PokeNav_Script".
3- Add this little piece of code:
Ruby:
Expand Collapse Copy
MenuHandlers.add(:pokenav_menu, :buzz, {
  "name"      => _INTL("Buzz Nav"),
  "icon_name" => "buzz",
  "order"     => 50,
  "effect"    => proc { |menu|
    pbFadeOutIn { pbBuzzNav }
    next false
  }
})

Note the in this part: "order" => 50, you can change it like: 30, 40 or 10, to move its position, up or down, on the list.
Credits
henrythefiend (creator), Orion (updater PEv20.1), Richard PT (Support + PokeNav Graphics)
Author
Richard PT
Downloads
319
Views
1,734
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Richard PT

Back
Top