![]() |
![]() +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: ![]() |
KPockets Daphne XP - kyonides - 08-27-2021 KPockets Daphne XP
v.1.0.5
by Kyonides
Introduction There was some user better known as Daphne Lijffijt that had once posted a request for a very specific limited inventory for VX Ace. So far most things work just as expected, except for a curious detail: the user never told me what would happen right after the user had pressed ![]() ![]() Now it does allow the player to consume items or call common events as you would usually do. ![]() There is a single script call but it is optional so you might not need to ever care about that. ![]() It now features the use of a few tags that you can leave in an item's note box. ![]() Besides you can now open the actual ![]() Keep in mind that the demo includes a mystery to be solved by Grant, its lead character. ![]() The Screenshots
Snapshots
Terms & Conditions Feel free to use it in any non commercial games. ![]() Don't complain about it or I'll think you're an Aluxes hater! ![]() Include me in your game credits! ![]() Do not repost it anywhere else! ![]() RE: KPockets Daphne - kyonides - 08-27-2021 A Pickpocket's Update
![]() ![]() Obviously, you can customize it at any given time! ![]() You only need to leave a specific tag in the item's note box: <stack!> And it will let you become a true hoarder! ![]() ![]() ![]() Now you can also open documents! Just leave another custom tag in the note box: <open doc!> Since a single document item type might be equal to n number of actual pictures representing the papers, you will need to use a script call before you can call the Change Items event command. add_pocket_docs("sample doc", etc.) List as many "docs" as necessary. EDIT By the way, there was a bug that did not update the documents properly, keeping them forever till you had deleted all of them in a single session. This has been fixed since version 0.14.0. Haven't you ever noticed how easily you could become a
![]() ![]() RE: KPockets Daphne - kyonides - 08-28-2021 Stacking Updates!
![]() ![]() What I wanted to tell you is that demo version 0.15.0 includes several fixes and a couple of improvements. Now it will correctly discard items no matter if they are documents or keys, etc. ![]() ![]() The creation of dossiers has been born! ![]() ![]() ![]() There is a small indicator on top of the icon telling you how many pencils you've got. ![]() So will your character ever escape the containment facility?
![]() RE: KPockets Daphne - kyonides - 08-29-2021 There Are Clipboards Everywhere!
![]() ![]() It is useful because you get 10 new slots just for documents! ![]() Version 1.0.3 brings you a few changes in how the menu works. Now you cannot save your game by just selecting a pencil. Thank Daphne for that. ![]() ![]() Right, I forgot to mention that the pencil will break after a single save... ![]() ![]() Unless there is any bug report, I consider I have finished working on this script. ![]() ![]() ![]() ![]() RE: KPockets Daphne - kyonides - 08-30-2021 Now Launching the XP Port!
After dealing with VX Ace I decided that some people might prefer to get the script for RMXP so guess what I did? ![]() Instructions for XP
Code: # * Instructions * # You may also need to add as many item IDs to the following Constants: ITEMS_STACKABLE_IDS = [ID1, ID2, etc.] ITEMS_DOCUMENT_IDS = [ID1, ID2, etc.] ITEMS_CLIPBOARD_ID = SomeID ITEMS_PENCIL_ID = SomeID I do think their names are pretty descriptive. Place graphics like icons in the Graphics/Icons directory and pictures like the cursor, the slot and fake documents in the Graphics/Pictures folder. Snapshots
You can find more screenshots on the first post.
![]() |