Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on PCGamingWiki talk:Editing guide/Game data

Are globs allowed for paths? I've seen some articles where the save path is just "<path-to-game>", but that includes executables and other things that aren't actually saves or config. I'd like to help narrow down some of these to, for example, "<path-to-game>/*.sav" (e.g., that would include both 1.sav and 2.sav).

If it's allowed, could this page document the standard glob syntax that we should use? For example, maybe it's best to just stick with "*" and "**" since they're pretty simple.