08-30-2021, 04:29 PM
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 * #
# - Copy and paste the script in the script editor.
# - Place a backdrop in the Graphics/Titles directory.
# - Set the value of the BACKDROP Constant to the corresponding file name.
# - Set the values of the other constants found in the KPocketsDaphne module.
# - Press any arrow to move the cursor around.
# * Script Calls * #
# You call it whenever you are about to add new documents aka papers.
# Include as many "docs" as necessary. Then use the Change Items event command.
# add_pocket_docs("sample doc", etc.)
# * Optional * #
# You only need it if you want an event to open it for you.
# The default Scene_Menu script will open it automatically.
# $scene = KPocketsDaphneScene.new
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.
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9
Maranatha!
The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.
My Original Stories (available in English and Spanish)
List of Compiled Binary Executables I have published...
HiddenChest & Roole
Give me a free copy of your completed game if you include at least 3 of my scripts!
Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Maranatha!
The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.
My Original Stories (available in English and Spanish)
List of Compiled Binary Executables I have published...
HiddenChest & Roole
Give me a free copy of your completed game if you include at least 3 of my scripts!
Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE