caffeinefree / plugins

RPG Maker MV Plugins
MIT License
1 stars 0 forks source link

Minimap Plugin Commands #2

Open felixjones opened 7 years ago

felixjones commented 7 years ago

Need to come up with all the Plugin Commands that game developers can use.

TheUnproPro commented 7 years ago

1) CF_displayMap // Opens the map

  1. CF_forceMapPosition // Able to force a position
  2. CF_forceMapOpacity // Able to force an incraese or decrease of opacity just in case you have a scene where something runs behind it... this could also be automatically controlled I guess
  3. CF_forceMapOpen // Maybe for use in tutorials? like the creator teaching the player how to use it or something
felixjones commented 7 years ago

These are a good start. I think rename them to remove the CF namespace. If there's a conflict with another Plugin called "Minimap", then the game developer probably shouldn't have two minimap Plugins to begin with.

I'm not sure about forcing the minimap to open in full. How would a tutorial be animated? Is it our responsibility to make a tutorial system for the minimap? These are questions that should be answered first.