Currency Icon

● ARCHIVED · READ-ONLY
Started by dbchest 9 posts View original ↗
  1. Currency Icon v1.0.0
    Author: Derek Chestnut (dbchest)

    Plugin Description
    Replaces the currency text inside the gold window with the specified icon.

    Author's Notes
    Free for use in both commercial and non-commercial projects.
    Accreditation is not required but it is appreciated.

    DOWNLOAD
  2. hey thanks for this, btw this doesn't change the currency logo in the shop window? its still text at the shop window
  3. i extended Window_Base to have an additional function which performs icon drawing in place of text; i replaced the call to the function within the refresh method of Window_Gold to use the new function instead of the default. the screen capture above is of the plugin dropped into a new project file and that screen capture is of the shop screen.

    is it possible you are using a separate plugin which makes modifications to either the gold window or the shop screen?
  4. Very cool. Thank you for that.
  5. dbchest said:
    i extended Window_Base to have an additional function which performs icon drawing in place of text; i replaced the call to the function within the refresh method of Window_Gold to use the new function instead of the default. the screen capture above is of the plugin dropped into a new project file and that screen capture is of the shop screen.

    is it possible you are using a separate plugin which makes modifications to either the gold window or the shop screen?

    the one that dont have the currency icon are the item list in the shop. for example : Potion 50 Coins

    and i use yanfly plugin for shop
  6. all right. so, in the future, keep in mind that you must be specific about the things you want; the only topic discussed in the other thread was to have the currency text replaced by an icon, and so that is what this plugin was specifically designed to do, and so that is all that this plugin does.

    by default, there are a limited number of places that the currency text is drawn; the gold window being most prominent as one would expect, so that is the only place i made the adjustments for; by default, no currency text is drawn next to the items for purchase or sale in the shop, which is an entirely different window with entirely different processing, and so there would be additional coding required to make something like that happen. that is not difficult to do, but you did not mention that in the other thread.

    i am not familiar with any of yanfly's plugins (shocking, i know), so i do not create plugins to be used in tandem with their material.
  7. dbchest said:
    all right. so, in the future, keep in mind that you must be specific about the things you want; the only topic discussed in the other thread was to have the currency text replaced by an icon, and so that is what this plugin was specifically designed to do, and so that is all that this plugin does.

    by default, there are a limited number of places that the currency text is drawn; the gold window being most prominent as one would expect, so that is the only place i made the adjustments for; by default, no currency text is drawn next to the items for purchase or sale in the shop, which is an entirely different window with entirely different processing, and so there would be additional coding required to make something like that happen. that is not difficult to do, but you did not mention that in the other thread.

    i am not familiar with any of yanfly's plugins (shocking, i know), so i do not create plugins to be used in tandem with their material.

    Ya i thought it would use the icon from currency tab, i dont know. At first, i thought if you change the currency to icon then all things in the game that need currency wpuld display that icon
  8. yea, unfortunately, that is not how it works. the program only does what it is told to do.
  9. @dbchest, sorry, the dropbox link is empty.