You are viewing a potentially older version of this package. View all versions.
woukie-MapImageObjects-1.1.4 icon

MapImageObjects

Adds the image map object that gets images from the web.

Date uploaded 5 months ago
Version 1.1.4
Download link woukie-MapImageObjects-1.1.4.zip
Downloads 9786
Dependency string woukie-MapImageObjects-1.1.4

This mod requires the following mods to function

BepInEx-BepInExPack_ROUNDS-5.4.1900 icon
BepInEx-BepInExPack_ROUNDS

BepInEx pack for ROUNDS. Preconfigured and ready to use.

Preferred version: 5.4.1900
olavim-MapsExtended-1.4.2 icon
olavim-MapsExtended

Custom map core functionality

Preferred version: 1.4.2
willis81808-UnboundLib-3.2.13 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.13

README

MapImageObjects

You can finally add images from the web to your maps! Images can be placed and configured extensively in the editor with the editor mod (MapImageObjectsEditor).

⚠ [WARNING] This mod uses urls to load images while you play the game! ⚠

  • If you are a map maker, host the files somewhere where the hosters don't mind you doing this.
  • Also, make sure the links you use are permanent!

Features

  • Collision
  • Editor Tools
  • Shadows
  • Lots of object properties!
  • Caches images as they load

Installation

The mods will automatically install in the Thunderstore mod manager.

There are two mods: One for map-makers and one for users. (If you are a map-maker, you will need both). Both mods can be found in the releases on the GitHub.

If you do install manually, make sure to also install the related dependencies depending on which one you go for:

MapImageObjects

  • unbound
  • mapsextended

MapImageObjectsEditor

  • unbound
  • mapimageobjects
  • mapsextended
  • mapsextended.editor

FAQ

Weird shadows/collision

The shadows are determined by the collision, and Unity generates collision based on the texture. If the texture has a low resolution (like with pixel art), Unity will generate lower-resolution collision. It's a pain, but the solution is to upscale the image to a higher resolution or create the collision manually using invisible objects.

How do I share my maps?

Here's a good place to learn

Help there is bug

Submit an issue on GitHub!

Acknowledgements

  • willuwontu, I yoinked the color property code from WillsWackyMapObjects