Book Menu

● ARCHIVED · READ-ONLY
Started by Mr. Trivel 7 posts View original ↗
  1. Name: Book Menu


    Version: 1.1


    Author: Mr. Trivel


    Created: 2016-03-10


     


    What does it do?



    Changes command based menu into picture based menu.


     


    Screenshot:







    How to use?





    Open up MrTS_BookMenu.js plugin in your favorite text editor and scroll down to the part where it says "SET COMMANDS HERE" - follow instructions from there.








     



    Plugin: <GitHub>


    How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.


     







    Terms of Use:


    Don't remove the header or claim that you wrote this plugin.


    Credit Mr. Trivel if using this plugin in your project.



    Free for non-commercial projects.


    For commercial use contact Mr. Trivel.


     


    Images Used:


    Big Book


    Small Book


    Bag
  2. This is really cool. Now I can create a fake cellphone menu or something else along those lines.
  3. Mr. Trivel said:
    Name: Book Menu


    Version: 1.0


    Author: Mr. Trivel


    Created: 2016-03-10


     


    What does it do?



    Changes command based menu into picture based menu.


     


    Screenshot:







    How to use?





    Open up MrTS_BookMenu.js plugin in your favorite text editor and scroll down to the part where it says "SET COMMANDS HERE" - follow instructions from there.








     



    Plugin: <GitHub>


    How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.


     







    Terms of Use:


    Don't remove the header or claim that you wrote this plugin.


    Credit Mr. Trivel if using this plugin in your project.



    Free for non-commercial projects.


    For commercial use contact Mr. Trivel.


     


    Images Used:


    Big Book


    Small Book


    Bag


    Hello


    I would like to know if it is possible via the command script to call inventory to make similar but with item


    SceneManager.push(Scene_Item)



    I'd like call with filtering

    1. Displays only basic objects
    2. Displays only object Weapon
    3. Displays only object armor
    4. Displays only key item


    This concept is feasible with known script?
    Basicly, he command call all the inventory and i would like call only one category each time for custom menu book
  4. @Jonforum,


    This plugin only changes commands into pictures, not create new commands.


    And yes, the concept is feasible, but I know no plugin that would do that.
  5. Mr. Trivel said:
    @Jonforum,


    This plugin only changes commands into pictures, not create new commands.


    And yes, the concept is feasible, but I know no plugin that would do that.

    View attachment 36559


    Tank you mrcopra For this awsome script !


    This will awsome with your script Mr. Trivel

    Code:
    * Plugin Command:
     * item    // for item menu
     * weapon  // for weapon menu
     * armor   // for armor menu
     * keyItem // for key item menu
     * allItem // for all items menu
  6. Version 1.1


    - Fixed a bug with accessing wrong commands.
    - Fixed a crash with unidentified coordinates.
  7. i have a little problem.  I have a new comand  "Files" and when the comand is active he  take  a place of other command. Why ?