Original Source
- Original title: Coin Currency
- Original author: Holy87
- Original date: August 12, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/coin-currency.43554/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Features
Shows coins instead of digits for the player's owned gold, like in many RPG like World of Warcraft, Dragon Age. It will shown in Gold Window, messages and shop. The coins will appear like this:
Instead of 24,690G.
By default, 1 Silver = 100 Bronze and 1 Gold = 100 Silver.
How to Use
Paste this script under Materials and before the Main. If you want to show coins in game dialogues, just use the escape string \M[value], where value is the number of the gold. For example, \M[32503] will show 3 gold, 25 silver and 3 bronze.
RPG Maker doesn't provide icons for bronze and silver, so I've inserted it into this iconset for try. Use it as you want.
You can find this script on GitHub.
FAQ
Q: Can I use this script for my commercial project?
A: Yes, you can. all my scripts are distributed under CC-BY license. You just have to credit me.
Q: What if the script is not compatible with others?
A: Just reply this topic and request the compatibilty for a determined script. If you want, you can also pull a commit in the script's GitHub and I will insert it in the Master branch.
Features Mentioned
- Shows coins instead of digits for the player's owned gold, like in many RPG like World of Warcraft, Dragon Age. It will shown in Gold Window, messages and shop. The coins will appear like this:
- Instead of 24,690G.
- By default, 1 Silver = 100 Bronze and 1 Gold = 100 Silver.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Q: Can I use this script for my commercial project? A: Yes, you can. all my scripts are distributed under CC-BY license. You just have to credit me. Q: What if the script is not compatible with others? A: Just reply this topic and request the compatibilty for a determined script. If you want, you can also pull a commit in the script's GitHub and I will insert it in the Master branch.
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...