• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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
372
Views
1,775
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Richard PT

Back
Top