Coder Social home page Coder Social logo

getdatafromsteam-steamdb's People

Contributors

dependabot[bot] avatar fracto avatar likol avatar royalgamer06 avatar sak32009 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

getdatafromsteam-steamdb's Issues

[FR] Support for Koalageddon2 store mode format

Would be nice if there's a selector for true, false, original, unlocked and locked. Not selecting the DLC could be marked as "original"

"logging", "unlock_family_sharing" and "auto_inject_inventory" can either be true or false without surrounding double quotes while (status) can be original, unlocked or locked. I'm not sure how extra_inventory_items and extra_dlcs work but extra_inventory_items can be empty as in:

  "extra_inventory_items": [
  ],

format:

{
  "logging": (true or false),
  "$version": 2,
  "unlock_family_sharing": (true or false),
  "default_app_status": "(status)",
  "override_app_status": {
    "appid1": "(status)",
    "appid2": "(status)",
    "appid2": "(status)"
  },
  "override_dlc_status": {
    "dlcid1": "(status)",
    "dlcid2": "(status)",
    "dlcid3": "(status)"
  },
  "auto_inject_inventory": (true or false),
  "extra_inventory_items": [
    itemid1,
    itemid2,
    itemid3
  ],
  "store_config": null,
  "extra_dlcs": {
  }
}

[Question] GreenLuma 2023 1.4.5 - Support

Hello,

I don't know where is question area on github so i posted here (i am not using github, sorry :( . )

There will be any kind of support for greenluma 2023? any way to make the applist simple? is kinda annoying to write in console or create text document when you have multiple DLC's.

doesnt work accidently, does any friend meet this before?Here is the error report

usage:
Go to https://steamdb.info/app/570/dlc/ for example, click on the button at bottom-right screen, select format and click "Convert".

doesnt work accidently, does any friend meet this before?Here is the error report

404

File not found

The site configured at this address does not contain the requested file.

If this is your site, make sure that the filename case matches the URL.
For root URLs (like http://example.com/) you must provide an index.html file.

Read the full documentation for more information about using GitHub Pages.

Straight up just doesn't work at all.

There's no button in the bottom right on any supported websites and nothing in the usage paragraphs tells how to fix this. Update your code please.

converter No response !

sak32009.svg:1 Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
5userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:285 Uncaught TypeError: Cannot read property 'replace' of null
at m.toBlob (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:285)
at HTMLButtonElement.eval (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:339)
at HTMLDocument.dispatch (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:7)
at HTMLDocument.v.handle (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:7)
2userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:285 Uncaught TypeError: Cannot read property 'replace' of null
at m.toBlob (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:285)
at HTMLButtonElement.eval (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:339)
at HTMLDocument.dispatch (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:7)
at HTMLDocument.v.handle (userscript.html?id=0fafa0c4-bb4c-4093-830c-7ee0443bbb78:7)

企鹅

Doesn't work with FireMonkey

Hi, I have been using this script with Fire Monkey but I noticed it doesn't work anymore with it while it works with Violent Monkey and it works.

I opened an issue on FireMonkey repository too.
In order to debug the problem the author asked why the script doesn't work with Greasemonkey, can you help us?

Thanks a lot in advance!

Related Apps

Would it be possible to make an another tab for related apps that are DLCs?
image
https://steamdb.info/app/1084600/linked/

You can get the dlcs with this

const string = Array.from(document.querySelector("#js-linked-apps > div > table > tbody").querySelectorAll('tr.app'))
  .filter(element => (element.textContent || element.innerText).includes('DLC'))
  .map(element => `${element.querySelector('a').textContent}="${element.querySelectorAll('td')[2].textContent}"\n`)
  .join("");

Linux format for creamapi

Could you add a DLC thing for the cream API Linux version?

Linux version of cream API config

; Application ID (http://store.steampowered.com/app/%appid%/)
appid = 0
; Current game language.
; Uncomment this option to turn it on.
; Default is "english".
;language = german
; Enable/disable automatic DLC unlock. Default option is set to "false".
; Keep in mind that this option  WON'T work properly if the "[dlc]" section is NOT empty
unlockall = false
; Original Valve's libsteam_api.so (x86).
; Default is "libsteam_api_o.so".
orgapi = libsteam_api_o.so
; Original Valve's libsteam_api.so (x64).
; Default is "libsteam_api_o.so".
orgapi64 = libsteam_api_o.so
; The game will think that you're offline (supported by some games).
; Default is "false".
forceoffline = false
; Some games are checking for the low violence presence.
; Default is "false".
;lowviolence = true
; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
; Default is "0" (1970/01/01).
;purchasetimestamp = 0

[steam_misc]
; Disables the internal SteamUser interface handler.
; Does have an effect on the games that are using the license check for the DLC/application.
; Default is "false".
disableuserinterface = false

[dlc]
; DLC handling.
; Format: <dlc_id> = <dlc_description>
; e.g. : 247295 = Saints Row IV - GAT V Pack
; If the DLC is not specified in this section
; then it won't be unlocked```

GreenLuma batch scripts do not work

The batch scrips won't run, because of an issue with a line in the comments.

'2016' is not recognized as an internal or external command, operable program or batch file.

Seems the | in " | 2016 - 2019" is making it parse the remaining text as a command instead of a comment. Must be removed to execute properly.

suggestion: achievements.json

would it be possible to add the possibility to generate an achievements.json (formatted) and stats.txt for the goldberg emu?

Add more than one language to achievements.

Can it be done like this?

achievements.json


  {
    "hidden": 0,
    "displayName": {
      "english": "I Could Do This All Day",
      "german": "Das k\u00f6nnte ich den ganzen Tag machen",
      "french": "On ne s'en lasse pas",
      "italian": "Potrei farlo tutto il giorno",
      "spanish": "Estar\u00eda as\u00ed todo el d\u00eda ",
      "russian": "\u0412\u0435\u0441\u044c \u0434\u0435\u043d\u044c \u0431\u044b \u044d\u0442\u0438\u043c \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0441\u044f",
      "japanese": "\u5168\u7136\u98fd\u304d\u306a\u3044",
      "polish": "To mi si\u0119 nigdy nie znudzi",
      "brazilian": "Fang dir die Robot-Krankheit ein",
      "token": "NEW_ACHIEVEMENT_1_0_NAME"
    },
    "description": {
      "english": "Kill 25,000 Orcs",
      "german": "T\u00f6te 25.000 Orks",
      "italian": "Uccidi 25.000 orchetti",
      "spanish": "Mata 25.000 orcos.",
      "russian": "\u0423\u043d\u0438\u0447\u0442\u043e\u0436\u0438\u0442\u044c 25000 \u043e\u0440\u043a\u043e\u0432",
      "japanese": "\u30aa\u30fc\u30af\u309225,000\u5339\u5012\u3059",
      "polish": "Zabij 25 000 ork\u00f3w",
      "brazilian": "Mate 25.000 orcs.",
      "token": "NEW_ACHIEVEMENT_1_0_DESC",
      "french": "Tuer 25\ufffd000\ufffdorques"
    },
    "icon": "img/57c46796ade95f66cbea09121920f1118b10c7fb.jpg",
    "icon_gray": "img/c69242f8961b9bf589f28a4a56770b9fb2f17404.jpg",
    "name": "DoThisAllDay"
  },

Chrome not working

i do not see any clickable link for steamdb to convert like before on my chrome

dlcs Can't read, the list is not displayed,DLCS: 0

I hope to open the old version of 2019. Let's use it. This new version has a lot of problems. It can't be converted at the beginning. There is no response when clicking on it. This is not a computer and browser problem. I hope the author can solve it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.