AtlasExchange

    AtlasExchange 1.0.2

    Game version
    0.205.4
    AtlasExchange

    Player-driven blueprint and item marketplace for the Atlas mod suite. Producers list ships, stations, weapons, and items for sale; buyers spend gold bars to purchase them.
    Depends on: AtlasCore Optional integration: AtlasBanking (gold bar crediting), AtlasBuildSectors (spawn-zone gating)
    Features

    • Four listing categories: Ships, Stations, Weapons, Items
    • Producers list their blueprints or items with a name, description, price, and classification
    • Buyers spend Gold Bars (custom items registered by this module) to purchase listings
    • Blueprint purchases are handled server-side via BUY_BLUEPRINT / BUY_DESIGN actions — buyers receive an empty BlueprintMetaItem (manual construction) or a shipyard design item; no ship is ever spawned pre-filled
    • "Buy as Design" button gives buyers a shipyard design item they can load directly into a shipyard
    • All Gold Bar deduction and seller crediting is authoritative on the server, preventing client-side tampering
    • Item purchases dispatch a GIVE_ITEM server action
    • Full-text and category filtering in the exchange dialog
    • Add-listing dialog with catalog picker, block-type picker, and weapon-subtype picker

    Code:
    /run_tests atlas.exchange.tests.*
    Covers category assignment, JSON round-trip, price, tab-index constants, and setCategory(tabIndex).
    Build

    Code:
    gradle :exchange:jar
    Output: {starmade_root}mods/AtlasExchange-{version}.jar
    Author
    TheDerpGamerX
    Downloads
    1
    Views
    6
    First release
    Last update
    Rating
    0.00 star(s) 0 ratings

    More resources from TheDerpGamerX

    • LuaMade
      LuaMade
      Adds Lua scriptable computers to StarMade
    • AtlasCore
      AtlasCore
      Shared infrastructure for the Atlas mod system. Every other Atlas module depends on AtlasCore.
    • AtlasGuide
      AtlasGuide
      In-game markdown guide viewer for the Atlas mod suite.
    • AtlasBuildSectors
      AtlasBuildSectors
      Protected build zones for the Atlas mod suite.
    • AtlasBanking
      AtlasBanking
      Player banking system for the Atlas mod suite.

    Latest updates

    1. Update 1.0.2

      Fixed duplicate ID issue.
    2. Update 1.0.1

      Added SMD mod id.