1. SPS Accounts:
    Do you find yourself coming back time after time? Do you appreciate the ongoing hard work to keep this community focused and successful in its mission? Please consider supporting us by upgrading to an SPS Account. Besides the warm and fuzzy feeling that comes from supporting a good cause, you'll also get a significant number of ever-expanding perks and benefits on the site and the forums. Click here to find out more.
    Dismiss Notice
Dismiss Notice
You are currently viewing Boards o' Magick as a guest, but you can register an account here. Registration is fast, easy and free. Once registered you will have access to search the forums, create and respond to threads, PM other members, upload screenshots and access many other features unavailable to guests.

BoM cultivates a friendly and welcoming atmosphere. We have been aiming for quality over quantity with our forums from their inception, and believe that this distinction is truly tangible and valued by our members. We'd love to have you join us today!

(If you have any problems with the registration process or your account login, please contact us. If you've forgotten your username or password, click here.)

SHS: Hubelpot the Vegetable Merchant NPC mod updated to v2.0.0

Discussion in 'Infinity Engine Modding News' started by Ancalagon, Feb 10, 2021.

  1. Ancalagon

    Ancalagon The First Staff Member ★ SPS Account Holder Veteran

    Joined:
    Sep 3, 2007
    Messages:
    1,785
    Likes Received:
    12
    Spellhold Studios

    The Hubelpot the Vegetable Merchant NPC mod (from BobTokyo and SConrad) has been updated and is now available with macOS and Linux support.

    This mod adds the Vegetable Merchant Hubelpot Thistledown to the game. He is a joinable druid-NPC. You can find him in Enge's fruit and vegetable shop in Waukeen's Promenade. Hubelpot is by default a Totemic Druid, and his two optional kits have been re-enabled: the Village Druid for those who want something a bit different, and the Vegetable Farmer for those who want a powerful kit with high comic relief value. Hubelpot features around 30 banters (He interacts with every Bioware NPC except Sarevok) and one quest with an unusual reward.

    Version 2.0.0 is ToB, BGT, BG2:EE and EET compatible and comes with many fixes and improvements.



    Read the Readme
    Visit the Mod Forum
    SHS Download Center
    SHS official GitHub alternate download center


    Change log:


    • Added hubelpot.ini metadata file (including Dynamic Install Syntax) to support AL|EN's "Project Infinity".
    • Renamed Setup-Hubelpot.tp2 -> hubelpot.tp2 and moved it into mod top folder to support AL|EN's "Project Infinity".
    • Replaced `AUTHOR` keyword with `SUPPORT`.
    • Added `VERSION` flag.
    • Added `README` command in tp2.
    • Added `HANDLE_CHARSETS` function to convert string entries for EE games.
    • Added `REQUIRE_PREDICATE` process to avoid installing the mod in inaccurate games.
    • Added components `DESIGNATED` numbers and "hubelpot_npc_totemic_druid", "hubelpot_npc_village_druid", "hubelpot_npc_vegetable_farmer" and "hubelpot_alternate_portrait" `LABELS`.
    • Externalized tp2 code into "main_component.tpa" library for more comfortable readability and maintenance.
    • Commented code as much as possible.
    • Added native BG2:EE and EET compatibility.
    • Rewrote install procedure to use WeiDU's built-in `HANDLE_AUDIO` function.
    • Made the three available kits subcomponents of the main component: Re-enabled the Vegetable Farmer kit (disabled as of version 1.0).
    • Added a brand new optional component to install an alternate portrait from Enkida (thanks Austin!).
    • Converted inventory BAMs to EE: This feature attempts to modify traditional inventory BAMs so that both the large and small icons are utilized by the EE games. The inventory BAM must have two sequences, the first containing the "large" inventory icon frame and the second containing the "small" inventory icon frame to be processed. Inventory icon BAMs in the bam folder that meet these requirements are patched and saved back to the override folder.
    • Fixed bam files: fixed frames coordinates and palettes.
    • Kits:
      • Re-enabled and fixed all optional Druidic kits.
      • `ADD_KIT` process: added missing lower kit strref.
      • Spell and item abilities: fixed wrong opcode settings when accurate (Timing mode: Delay/Permanent replaced with Instant/Permanent until death. Dispel/Resistance: Not dispel/Bypass resistance replaced with Natural/Nonmagical...).
    • Included BWP Fixpack patches:
    • sc#ar0500.baf: Lollorian's fix for double creation of Inspector.
    • sc#ar0530.baf and sc#hubquest.d: Lollorian's GLOBAL variable fixes reported here.
    • bsc#hub.d: included SCConrad fixes to fire dialogs and Edwin banter, plus Austin fixes that 1) solve wrong variable checking preventing right banters with Minsc, Anomen, and Edwin to be fired, 2) fix compatibility with the Edwin Romance mod.
    • Lollorian's assorted CRE fixes.
    • FATESP.dlg: replaced the buggy dialog update process (`REPLACE_TEXTUALLY`) with a more elegant one that actually displays the strref related to Hubelpot Druidic Kit, which solves this annoying bug. Now, Hubelpot recall will be displayed before Imoen.
    • sc#hubquest.d: included Austin fix to resolve the bug when gold could remain in the inventory after the quest (added `TakePartyItem("SC#HuGl")` action).
    • sc#hub25.d: included Austin fix to resolve a dialog bug with Solar in the Pocket plane by renaming SC#Hub25J.d to SC#Hb25J.d.
    • Fixed possible incompatibilities with other mods also patching AR0707 script: included Argent77's fix. Moreover, AR0707.bcs will always be patched in addition to whatever the script of AR0707.are is called.
    • pdialog.2da and interdia.2da: fixed wrong dialogue names (9 characters) that were appended (replaced SC#Hub25D, SC#Hub25J, SC#Hub25P and BSC#Hub25 with SC#Hb25D, SC#Hb25J, SC#Hb25P and BSC#Hb25).
    • No longer overwrites *demmag.cre* (Dracandros), but patches it with WeiDU's built-in `ADD_CRE_ITEM` function, and removes AR0530.bcs patch.
    • Provided Hubelpot portraits for EE games, and fixed classic medium portrait.
    • Appended tooltip.2da whenever relevant.
    • Proofread strrefs (Gwendolyne).
    • Fixed token typos: replaced <LADYLORD> with <PRO_LADYLORD> to fix the bug with incorrect gender reference to `<CHARNAME>` if another NPC started the dialog (Austin).
    • Updated setup.tra file for compatibility with `GW_UPDATE_ITM_DESCRIPTION_TO_EE` WeiDU function requirements which automatically removes usability restrictions for EE games.
    • Mod Traified. Feel free to provide me with translations. I will include them as soon as possible.
    • Updated deprecated modding tools links.
    • Re-formated, updated and renamed readme file to "hubelpot-readme-english.html", then moved it into new "readme" folder.
    • Removed unused files and backup folder.
    • Renamed "sc#hub" top-folder to "hubelpot" and reorganized mod architecture tree: created or renamed folders to sort files according to their types.
    • Lower cased files.
    • Included Linux and Mac Os X versions in the same package (thanks AL|EN's Infinity Auto Packager tool!).
    • Updated OggDec to v1.9.7 and added sox v14.4.1 for Mac.
    • Added archive libiconv-1.9.2-1-src.7z with iconv licence info.
    • Updated WeiDU installer to v247
    • Uploaded mod to official Spellhold Studios GitHub mirror account.
     
Sorcerer's Place is a project run entirely by fans and for fans. Maintaining Sorcerer's Place and a stable environment for all our hosted sites requires a substantial amount of our time and funds on a regular basis, so please consider supporting us to keep the site up & running smoothly. Thank you!

Sorcerers.net is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to products on amazon.com, amazon.ca and amazon.co.uk. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.