Anthony Beaumont

Results 18 comments of Anthony Beaumont

oh btw I forgot to mention it but if you set `LocalStorage` to `false` under `[Settings]` in `3DMGAME.ini` it should work with current version of AW

You are free to use any emu you would like but my end goal is to support them all.

Do you mean to display and/or act on it ? How would you display it ? + Text + Emoji (🏆, 🥇,🥈,🥉, ...) I like this idea of an optional...

>my problem with retro ach. (from memory) the php api only allow me to fetch your recently played games since x value or something. I can't like fetch all your...

Since the addition of `API_GetUserCompletedGames.php` to their API it's now a more feasible endeavor. Output example ```js [ { GameID: '11265', ConsoleName: 'PlayStation', ImageIcon: '/Images/020239.png', Title: 'Resident Evil 3: Nemesis',...

Do they have any achievement file in that folder ? If so, do you mind sharing yours so I can look at it/them ?

The structure looks very familiar and should be 'parse-able' as is by adding `C:\Users\Public\Documents\OnlineFix` in Settings > Folders > Add a folder I can't guarantee that all 'OnlineFix' are using...

FYI regarding the issue where PowerShell interprets the pipe operator you have to quote the pipe character. Doubling up the quotes is an easy way of doing it: ``` npx...