Jump to content

[XCL] [0.25.1] Paradise Mall Expanded [Paradise Mall Location Framework] 1.0.0


1 Screenshot

About This File

Ever felt that Paradise Mall is a bit too cramped with mods adding more and more locations to the Mall?
 

Well do I have the mod for you!
 

Paradise Mall Expanded adds several new passages inside the mall to make the mall feel like a much bigger place.

  • Entrance Hall
    • Jitters
    • Bubba Zipple Vending Machine
    • Loiter
    • Mods that don't have support for PMX end up here as well as this is where the mall options around still fires
  • West Wing
    • Lower Level - Clothing
      • Bonwit Teller
      • Salvation Armani
      • Laundromat
    • Upper Level - Luxury
      • Headlines
      • Wrist Craft
      • Pelican Trust
  • East Wing 
    • Lower Level - Technology & Entertainment
      • Radio Shack
      • Blockbuster
      • Serendipity Comics
    • Upper Level - Medical
      • X-Change Pharmacy
      • Nano Nano
      • Mutatio
         

Walking between areas is a real loiter step (events/catcalls/encounters can fire), each area has its own flavor-line bank, and leaving a store puts you back in the wing the store lives in, not at the entrance.

No interior shop passages are touched so no interferance with any base game or modded shops.
 

New modder hooks: registry parents mall_west_lower / mall_west_upper / mall_east_lower / mall_east_upper plus matching *_options passage tags, and $pmx_area for scoping.

For example, this is how Neon Desires gets added:
 

:: Neon Desires Link [mall_options]
{
  (unless:$pmx_installed is defined)[
    (display:"Neon Desires Mall Link")
  ]
}

:: Neon Desires Mall Link
(show_tooltip:[{
  (link:"Neon Desires")[
    (set:$places_visited to $places_visited + (a:"neon desires"))
    (cs:"Neon Desires")
  ]
}],[Adult fun for everyone! Toys, outfits, and more.])

:: Neon Desires west wing place [register_places]
{
  (set:$registered_places to it + (a:(dm:
    "id","neon_desires:west_wing",
    "parent","mall_west_lower",
    "label","Neon Desires",
    "tooltip","Adult fun for everyone! Toys, outfits, and more.",
    "kind","passage",
    "passage","Neon Desires",
    "visit flag","neon desires",
    "sort",40
  )))
}


×
×
  • Create New...