Skip to content

1.3 mod

NotLe0n edited this page Oct 21, 2022 · 5 revisions

Request

/1.3/mod/<modname: String>

Json response

{
    display_name: String,
    internal_name: String,
    version: String,
    author: String,
    download_link: String,
    downloads_total: u32,
    downloads_yesterday: u32,
    last_updated: String,
    tmodloader_version: String,
    modreferences: String,
    modside: (Both|Client|Server|NoSync),
    description: String | null,
    homepage: String | null,
    icon: String | null
}

Example

{
  "author": "NotLe0n",
  "description": "[c/FFE900:This mod allows you to zoom in and out much]\r\n[c/FFE900:further than what's possible in Vanilla.]\r\n\r\n[c/FFE900:Very useful to people who play in lower resolutions or]\r\n[c/FFE900:who want to have high resolution sprites.]\r\n\r\n[c/FFE900:You can also make the game turn upside down.]\r\n\r\nOpen the UI using the hotkey (default: 'B').\r\n\r\nFor a Changlog and more information visit my homepage!\r\n\r\nContact [c/66EEFF:NotLe0n#7696] on discord if you have any problems.\r\n\r\nSpecial Thanks to:\r\n[c/66EEFF:AbsoluteAquarian], for helping me with Lerp!\r\n[c/66EEFF:bafto & Hexagonalex], for testing multiplayer.\r\n[c/66EEFF:Cryoknight], for the trashcan sprite!\r\n[c/66EEFF:AbsoluteAquarian], [c/66EEFF:Trivaxy] and [c/66EEFF:direwolf420] for helping with the IL-edit\r\n\r\n_________________________\r\n\r\n[c/FFE900: Better Zoom]\r\n_________________________\r\n\r\nZoom (default: 1x):\r\n[c/C4C4C4:    Changing the Zoom slider or Pressing the]\r\n[c/C4C4C4:    plus or minus keys on your keyboard]\r\n[c/C4C4C4:    (not the ones on the numpad) will zoom your]\r\n[c/C4C4C4:    game in and out just like normal, but]\r\n[c/C4C4C4:    instead of zooming from 100% to 200%,]\r\n[c/C4C4C4:    you can zoom from 20% to 1000%]\r\n[c/C4C4C4:    and from -100% to -20% (upside down)]\r\n\r\n[c/FF0000: When you zoom out the tiles don't load any further.]\r\n[c/FF0000: This is not a bug!]\r\n\r\nZoom Background (default: 'off'):\r\n[c/C4C4C4:    This toggles if the background should zoom too.]\r\n\r\nFlip Background (default: 'on'):\r\n[c/C4C4C4:    This decides if the background should flip]\r\n[c/C4C4C4:    once the zoom is negative.]\r\n\r\nHotbar scale (default: 1x):\r\n[c/C4C4C4:    This changes how big your hotbar is.]\r\n\r\nUI Scale (default: 1x): \r\n[c/C4C4C4:    Similar to \"Zoom\" but for the UI.]\r\n[c/C4C4C4:    You can also change this by holding shift while]\r\n[c/C4C4C4:    pressing plus or minus.]\r\n_________________________\r\n\r\n[c/FFE900: Camera Control]\r\n_________________________\r\n\r\nTracking Speed (default 1x):\r\n[c/C4C4C4:    Controls the tracking speed.]\r\n\r\nLock screen (default: 'off'):\r\n[c/C4C4C4:    Setting this to on or pressing the Hotkey,]\r\n[c/C4C4C4:    locks your screen to the current position.]\r\n\r\n[c/C4C4C4:    You can still move while it's locked]\r\n[c/C4C4C4:    (Unlike Hero's Mod \"Fly Camera tool\").]\r\n\r\n[c/C4C4C4:    Pressing the Hotkey again or toggling]\r\n[c/C4C4C4:    \"Lock Screen\", unlocks your screen.]\r\n\r\nMove Screen (the Dpad):\r\n[c/C4C4C4:    You can move your screen while it's locked]\r\n\r\n[c/C4C4C4:    Pressing the arrow keys moves]\r\n[c/C4C4C4:    your screen in the direction too.]\r\n\r\nPath Trackers (red):\r\n[c/C4C4C4:    Click to place Path Trackers which]\r\n[c/C4C4C4:    will draw a curve the camera follows]\r\n\r\n[c/C4C4C4:    The Eraser will remove Path Trackers]\r\n[c/C4C4C4:    when you click or hold the left mouse button]\r\n\r\n[c/C4C4C4:    The Delete button will remove all Path Trackers]\r\n\r\n[c/C4C4C4:    You can move Path trackers using the move tool]\r\n\r\nEntity Tracker (green):\r\n[c/C4C4C4:    Click to place a Entity Tracker which will track]\r\n[c/C4C4C4:    the closest NPC or Player (only in Multiplayer)]",
  "display_name": "Better Zoom & Camera Control",
  "download_link": "http://javid.ddns.net/tModLoader/download.php?Down=mods/BetterZoom.tmod",
  "downloads_total": 183748,
  "homepage": "https://forums.terraria.org/index.php?threads/better-zoom.97640/",
  "downloads_yesterday": 49,
  "icon": "https://mirror.sgkoi.dev/direct/BetterZoom.png",
  "tmodloader_version": "tModLoader v0.11.8.3",
  "modreferences": "",
  "modside": "Client",
  "internal_name": "BetterZoom",
  "last_updated": "2021-05-17 19:06:53",
  "version": "v2.1.4"
}
Clone this wiki locally