1

I am making a Discord bot that tracks in game stats for many popular video games and I'm having trouble discerning whether it's ok or not to display these stats in a format that replicates the in game schema.

Essentially, what I'm doing, is taking an in game screenshot of let's say my gamer profile, erasing all the data and from this, my app inputs the statistical data with the players info, essentially replicating the look and feel of the game but my plans are to extend the data to include some more statistics when possible or needed.

Atop the recreated in-game profile images I am using images I found on google of the in game charaters to provide a visual representation of what each player uses or their stats for each charater.

(None of the images I've mentioned include logos or anything I think would be considered a trademarked item/image, nor have I deliberately removed any)


Note I am currently self hosting the bot with no company/business being the owner (just myself) I charge for extra features on the bot using patreon by means of these features being perks of being a Patreon supporter but these perks do not apply to the image use, they just offer small bonus features to the bot itself.

I do plan to make a website for this app as well in the future if this holds any value to the question.


P.S. I'm unsure what tags to put here if someone doesn't mind helping me please. Thanks!

1 Answer 1

2

You're running into one of those grey areas of copyright law. You can't copyright facts or non-creative work (so a list of telephone numbers sorted alphabetically by owner's name can't be copyrighted). However, "look and feel" can to some extent be copyrighted; the closer you get to the appearance of the original, the more likely you are to be infringing.

However, you also note this:

Essentially, what I'm doing, is taking an in game screenshot of let's say my gamer profile, erasing all the data and from this, my app inputs the statistical data with the players info, essentially replicating the look and feel of the game...

Atop the recreated in-game profile images I am using images I found on google of the in game charaters to provide a visual representation of what each player uses or their stats for each charater.

These aren't grey. These are both clear copyright infringement.

By overlaying score information on a screenshot taken from the game, you are copying a protected work (the game's score screen) and creating a derivative work of it. Copying character images has the same issue; additionally, if the images are fan art rather than screenshots, you're also infringing the copyright of the artist. Character images also have a decent chance of being trademarked, adding trademark infringement to the mix.

2
  • Thanks for the great answer, this being said how would I find out if and or what content I am able to use? Also I'm able to see other similair websites that charge for their services that use at least the characters and some if not almost all the profile elements, along the same as I'm attempting to do.
    – Jab
    Commented Mar 28, 2019 at 2:17
  • The data itself is usable (assuming you didn't violate the Terms of Service to get it), and arranging it in the same layout as it's present in the gamer profile is probably okay. Beyond that, I'd ask for permission to use the profile background image; if there are character images from an official source (eg. promotional artwork), I'd ask for permission to use that as well.
    – Mark
    Commented Mar 28, 2019 at 2:22

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .