298 results found
-
Adding credits without youtube link
I was trying to add credits for a game I developed myself, but we have no youtube video showing the credits. I think there should be another method of verification for entered credits e.g. websites or some kind of verification of the credibility of the editor.
5 votesHeya!
Our end credits is one of the oldest feature we have on the site and indeed could use some additional improvements.
Unfortunately this isn’t currently planned to revisit it in the short term.We do however intend to explore ways to differentiate game developers from regular users which could also help such use cases.
Thanks!
-
Have genres be user-voted instead of being edited
Besides the confusion with genres and themes (and things being really blanket), it would be great if people upvote or downvote genres to video games instead of how it is currently, where users can add whatever genres/tags they want with moderation, which leads to Steam/IGDB tags that don't really help for having users find similar games.
5 votes -
Personalise home screen
Have more options in the personalise home screen that change the categories that show, and maybe change the locations like widgets.
Bee able to see suggested games (based on ratings), see karma hunter categories (missing credits, missing screenshots), be able to make the coming soon big like the popular games right now etc.
5 votesHey!
Awesome suggestion thank you. Revisiting the homepage is definitely planned in the future. Right now we do have filters by platforms that will impact the games reviewed and the coming soon/recently released sections.
Being able to showcase more community driven games, such as rated, reviewed or contributed is definitely one good option.
We’ll have announcements when we return to this! thanks
-
Add "Game Commercial" as a type of video
There is already a wealth of video types one can choose from when uploading a video related to a game, but commercials for a game are not included. These commercials often give an insight into the culture of the era in which the game was released, or occasionally have some lore or culture of their own.
5 votesHey!
Good news! We discussed this internally, and thought it would indeed be a great addition!We’ll be adding a new category for our videos labeled Commercial Trailer.
We’ll be in touch once it’s done and live! Thanks again for the suggestion :)
-
Make game recommendations that are personalized
Do it by using both:
Content filtering (content-based filtering): a user rates games and/or adds games to their personal library or lists, and then is shown stuff that has similar metadata to the games that that user has rated highly and/or added to their library. For example, games within the same genres, games from the same developers, games released in the same year, etc.
Collaborative filtering (user-library-based filtering): a user rates games and/or adds games to their personal library, and then is shown stuff that other users who highly rated those same games and/or have those same games in their…
5 votes -
3D covers
3D view of game covers, being able to view the front, sides and back sides.
Could be nice when having many regions and scanned images of all sides of a box art.5 votesHey! For now we’re focusing on a single cover standard. Which we’ll then expand to other regions to be able to cover more types of users for this standard.
Once we have good coverage of those we may start looking at additional aspects such as sides, back of cover etc..
Thanks!
-
Game Bundle out of sync with web page
The game bundle
SEGA Mega Drive & Genesis Classics
(https://www.igdb.com/games/sega-mega-drive-and-genesis-classics) contains a large amount of games on the webpage, but in the API only one game is returned, sonic:'fieldsname, url, bundles; where bundles = (80185); limit 50;' https://api-v3.igdb.com/games
[
{
id: 3192,
bundles: [
4157,
7189,
20502,
20621,
22297,
46204,
80185,
86067,
96393,
99953
],
name: Sonic the Hedgehog,
url: https://www.igdb.com/games/sonic-the-hedgehog
}
]If you pick one of the games listed on the web page as in that bundle that is missing from the API, for example Gain Ground, the web page for Gain Ground says it…
5 votes -
Follow attribute not returned
The 'follow' attribute for a game is never returned from the API.
For example, I would expect the following query to return "follows": 466 (as per the website).fields name, follows, hypes;
where name ~ "last of us: part";
limit 10;Instead, I get:
"id": 26192,
"hypes": 325,
"name": "The Last of Us: Part II"5 votesAdminIGDB (Admin, Twitch) responded
Hey there, we don’t actively support Follows (and Hype) as a data point. We need to update our documentation to reflect this, apologies.
Follow is part of the private endpoint we are sunsetting.
-
Selectable data for game distribution type
Multiple selectable choices which defines what kind of distribution the game have:
– Physical media: big box, jewel case only, DVD, paper sleeve etc.
– Digital5 votes -
Standalone Expansion not available in series collection pages
Currently if you look at a series collection page, the main games, dlc and expansions are listed, but not standalone expansions.
Examples:
https://www.igdb.com/games/nostalgia-forte is not listed on its series collection page https://www.igdb.com/collections/nostalgiahttps://www.igdb.com/games/far-cry-3-blood-dragon is not listed on its series collection page https://www.igdb.com/collections/far-cry
I think it is hard to find those stand alone expansions from the perspective of trying to find all standalone games in a series and would really like to have them represented.
5 votes -
Age Rating Range for Bundles
Something that comes up with Collections and Bundles are Age Rating Ranges, where you'll have a packages with multiple games than vary in ratings.
Ex. Jak & Daxter Collection
ESRB: E - T5 votes -
Shmup (Shoot-'em-up) Genre
This genre seems to me cross-categorized with many other genres. These types of games include Gradius, Raiden, 1942, Ikaruga, etc.
5 votes -
Listing of Extra Games Unlocked by In-game Achievements
Titles contained within Collections and other Bundles can be listed as included by displaying links on the Game Page to each respective title's own page. However there is no current way to list titles unlocked as secrets from earning achievements or other various tasks in game.
Ex. Completing the Xbox release of House of the Dead III unlocks House of the Dead 2.
5 votes -
Toontown Rewritten
Please close the Toontown Online Category and bring back the Toontown Rewritten Category. Toontown Online should be the one to get removed as that game closed September 19, 2013. Toontown Rewritten is still going strong and had people switching over from the old one.
4 votes -
Game Manuals
This one is pretty self explanatory - having a dedicated image category to reserve for game manuals. While it would be incredible to have a method of flipping through the images like a book, just attaching a PDF would still certainly be better than nothing. It's a definitely overlooked but essential piece of preserving game information, and it would be great to have it here.
4 votes -
Allow fetching of game rating breakdown
Allow fetching detail rating breakdowns; ie the data that drives the below image on the website;
https://www.igdb.com/games/horizon-zero-dawn-complete-edition/rating_breakdown.svg
The level of detail presented in the chart is sufficient, ie, number of ratings at each level of ratings, example output below;
{
"ratings": [
{
"ratingname": "Superb",
"ratingcount": 10,
"ratingvalue": 10
},
{
"ratingname": "Great",
"ratingcount": 100,
"ratingvalue": 9
},
{
"ratingname": "Good",
"ratingcount": 1000,
"ratingvalue": 8
},
{
"ratingname": "etc",
"ratingcount": 120,
"ratingvalue": 7
}
]
}Other note: underscores for italic formatting is annoying. :)
4 votes -
Add ELSPA to Game Ratings
ELSPA was the rating system used in EU before the PEGI system replaced it.
Degrees of ratings can be found here:
https://www.nintendo.co.uk/Support/Parents/Age-Rating/The-ratings-system-for-older-games/ELSPA-rating/ELSPA-rating-854931.html4 votesHey! We have decided that it would be very interesting to have the ELSPA ratings on IGDB and we would like to add it in the near future. We we probably bundle a couple of new age ratings together and add it sometime next year.
-
Go back to the old sorting system in custom lists
Why have you changed the way you sort games in custom lists?
I have several lists with 200-400 games and sorting out new additions now is a nightmare.
I'm sorry but among the many things that need to be improved you have made one worse...4 votesHey!
Sorry for the delayed reply, but a few months ago we did a compromise by adding much needed quality of life improvements which hopefully helps these issues.
- ability to send each game straight to top, or bottom
- floating nav bar
- several warnings for duplicates, deleted entries etc..
Would love some feedback again if you think a return to the previous version is still needed.
Thank you!
-
Colorblind accessibility and Colourblind inaccessibility
6% of males and ~0.4% females have color blindness. A good number of games feature a colorblind mode (Forza 5 for instance). Many don't and have nearly unplayable sections as a result.
When I'm looking for a game, one of my greatest concerns is with color-coded information. If it exists, I need to see it in action, and if it's red-green or any other combination that is a problem, I need to know if I can change it. If I can't change it, I'll usually pass.Some examples:
RTSs sometimes use red and green icons on minimaps - literally any…4 votesHello!
This is a great suggestion thank you! Actually the timing couldn't be more ideal, as we are in fact investigating how we could tackle accessibility data in games, which would cover Colour Blindness of course.
This might be a long process (no ETA unfortunately), but something we are very interested in indeed :)
Thank you!
-
owned/collected button on game pages
Add an owned/collected button and list like the currently existing playing, played and want buttons but for games that the user owns but has not played yet
4 votes
- Don't see your idea?