diff --git a/src/assets/games/Games_Other.csv b/src/assets/games/Games_Other.csv index 81b3974..d32146e 100644 --- a/src/assets/games/Games_Other.csv +++ b/src/assets/games/Games_Other.csv @@ -1,5 +1,5 @@ -Game Name,16 by 9 image,Boxart image -Minecraft,,https://image.nostr.build/b75b2d3a7855370230f2976567e2d5f913a567c57ac61adfb60c7e1102f05117.jpg -Vintage Story,,https://image.nostr.build/9efe683d339cc864032a99047ce26b2b5c19fab1ec4dcc6d4db96e2785c44eda.png -Yandere Simulator,,https://image.nostr.build/54ba56b752bb9d411cbdc1d249fa0cb74c6062a305bcd0a70ecacb61b8d50030.png -Zenless Zone Zero,,https://image.nostr.build/4a9b9c2cbef619552d0c123f8794286f35710dc7ca1ca0010380a630883eb2ca.jpg \ No newline at end of file +Game Name,16 by 9 image,Boxart image +(Unlisted Game),, +Minecraft,,https://image.nostr.build/b75b2d3a7855370230f2976567e2d5f913a567c57ac61adfb60c7e1102f05117.jpg +Vintage Story,,https://image.nostr.build/9efe683d339cc864032a99047ce26b2b5c19fab1ec4dcc6d4db96e2785c44eda.png +Yandere Simulator,,https://image.nostr.build/54ba56b752bb9d411cbdc1d249fa0cb74c6062a305bcd0a70ecacb61b8d50030.png \ No newline at end of file diff --git a/src/assets/games/Games_SteamManual.csv b/src/assets/games/Games_SteamManual.csv new file mode 100644 index 0000000..7d18729 --- /dev/null +++ b/src/assets/games/Games_SteamManual.csv @@ -0,0 +1,2 @@ +Game Name,16 by 9 image,Boxart image +Marvel's Spider-Man 2,,https://s7.ezgif.com/tmp/ezgif-7-9ad5dabde6.webp \ No newline at end of file diff --git a/src/components/ModForm.tsx b/src/components/ModForm.tsx index 08e8f8e..6e90b1a 100644 --- a/src/components/ModForm.tsx +++ b/src/components/ModForm.tsx @@ -763,8 +763,8 @@ const GameDropdown = ({

- Can't find the game you're looking for? Send us a DM mentioning it so we - can add it. + Can't find the game you're looking for? You can temporarily publish the mod under '(Unlisted Game)' and + later edit it with the proper game name once we add it.

@@ -825,8 +825,11 @@ const GameDropdown = ({
-
+ {error && } +

Note: Please mention the game name in the body text of your mod post (e.g., 'This is a mod for Game Name') + so we know what to look for and add. +

) }