Code Monkey home page Code Monkey logo

Comments (3)

Kapiainen avatar Kapiainen commented on May 25, 2024

The AppID should be the same as the name of your banner (without the extension). If you used the Add game function of the skin and left the Steam AppID section empty, then the skin will set the name of the game as the AppID. If the AppID is a number, then the skin assumes that it is a Steam AppID and attempts to download the banner. However if there already is a banner with a name that matches an AppID, then that local copy is used and no attempts are made to download a banner from Steam. AppIDs are also used to launch games, which have been purchased via Steam, by using Steam's browser protocol. Non-Steam games need to have the path key-value pair.

Your entry looks correct, assuming that you have a banner called 14704491514860404736 and its extension is either .jpg or .png. If the banner has another extension that is supported by Rainmeter, then you can add the extension to this line (70) in Lauhdutin.lua.

from lauhdutin.

Wiggin38 avatar Wiggin38 commented on May 25, 2024

Hey,

Thanks for the quick response. I got it working finally. I was having issues with using the Add game feature but was able to add them manually and using the shortcut on the desktop method.

I have added the below to Games.inc

"1"
{
"LastPlayed" "1430247509"
"appid" "14704491514860404736"
"name" "Heroes of the Storm"
"path" "steam://rungameid/14704491514860404736"
}
"2"
{
"LastPlayed" "1430247509"
"appid" "17765925958428131328"
"name" "Star Craft II"
"path" "steam://rungameid/17765925958428131328"
}

My last issue is that if I launch a non-steam game via my steam library (ie Starcraft II) the game starts but the game does not go to the top of "recently played". If I launch through your launcher it does. My question is, is there anyway to get it to go to the top of the list no matter where I launch the game from or will it only work when I launch through your launcher ?

Thanks again

  • Wiggin

from lauhdutin.

Kapiainen avatar Kapiainen commented on May 25, 2024

Games, which have been added to you Steam library as non-Steam game shortcuts, should be picked up automatically by the skin, but you would have to provide banners for them. Steam writes info about the non-Steam game shortcuts to \Steam\userdata\USERDATAID\config\shortcuts.vdf, but it only writes the name, the path to the executable, whether or not the shortcut is set to be hidden, and any tags/categories the shortcut has been placed in. So at the moment you would have to launch the games via Lauhdutin in order to have them update the timestamp for when they were last played.

from lauhdutin.

Related Issues (20)

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.