i’m the gila blood spilla witch killa

  • 0 Posts
  • 80 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle
  • gilatoMicroblog MemesThe audacity
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Depends on what you want from RPC, I guess. The creator seems to have made a quick patch for Legacy that adds borderless full screen and firstborn syndrome fix, but that’s it.

    Anyway if you prefer the ultimate collection, I’m happy to rehost a working torrent from one of my private trackers once I’m back on my home connection in about a week.


  • gilatoMicroblog MemesThe audacity
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 months ago

    For body shop, RPC and really any other externally run mods, you’d just click the wine glass icon in Lutris and click “Run .exe in Wine prefix”, same for simPE. That’s the main reason I recommend Lutris. There might be some specific caveat to these mods, but I’ve used many external mods in other games this way without issue. Just yesterday I installed CheatEngine in my Ghost of Tsushima prefix to enable a mod which changes the parry timing indicator.

    Re: SAI 2, in terminal:

    xinput list

    Find your touchscreen device e.g “HID-compliant touchscreen”

    xinput disable "<HID-compliant touchscreen>"

    This will disable touchscreen system-wide but is just to test and will revert upon rebooting. If it works, add an environment variable in Bottles:

    WINE_HID_DISABLE_HUMAN_INTERFACE_DEVICES=1

    Beyond that the issue might be fixed by adjusting the scaling of your Linux desktop, opentabletdriver configuration, or Bottles configuration related to scaling or mouse acceleration


  • gilatoMicroblog MemesThe audacity
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    If you wanted to give it another try, I found this guide for SAI 2: https://github.com/TibixDev/sai2-guide

    Many users reported no issues running Sims 2 on protondb, I’d recommend installing it via Lutris: https://protondb.com/app/3314070

    You may need to adjust some settings like the runner (wine-ge is default in Lutris and works for all my games, Proton is also popular) or the environment variables (flags detailed in the protondb reports)

    Then you could install simPE under the same Wine prefix (like a simulated Windows filesystem) so that it can see your game files. Might have some quirks like what’s detailed in this post, but generally seems to work https://www.reddit.com/r/sims2help/comments/1grccow/simpe_on_linux_wine/

    A LLM should be able to help you with basic troubleshooting, I’d recommend Gemini over ChatGPT though.

    Aside from that I’d just recommend choosing a distro that bundles your GPU drivers to make initial setup easier


  • gilatoSummit[Release][v1.74.1] More user requests
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    I tried all the different user-agents, but unfortunately none worked. FWIW, although all images load on my browser on my main instance (lemmy.zip), and many fail in the app, switching to this lemmy.world account caused the image from the same post to load in the app without issue (using the flutter user-agent)


  • gilatoSummit[Release][v1.74.1] More user requests
    link
    fedilink
    arrow-up
    8
    ·
    4 months ago

    Getting missing images on a lot of posts, which show up fine on my normal instance in a browser (posting on an alt because I normally block lemmy.world)

    getPixels failed with error invalid input

    App otherwise still working great! Enjoy your break


  • Yeah, so in this hypothetical eventuality they rob themselves of income in relation to games already released, as well as goodwill in relation to games in production or planned for production in Unity. Seems to me like a recipe for backing down on one or the other.


  • gilato> Greentext@lemmy.mlAnon breaks the economy
    link
    fedilink
    arrow-up
    37
    ·
    3 years ago

    I’m pretty sure devs can just withold payment after Jan 1, and for games already released if Unity wants the money they would be forced to sue the dev for not adhering to their illegal and unenforceable contract. They would have to prove the validity of their per-unit charges without having actually ever measured the units.






  • gilatoLemmy ShitpostFascinating
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    I don’t know anything about the origin of the new use of ‘cap’. No one was saying ‘based’ in proto-internet culture before Lil B’s music videos around 2010-2011. This guy blew up quick and he used the word in his nickname. It was his version of BRRRR for Gucci, FLOCKA, etc. That’s just a fact.


  • gilatoLemmy ShitpostFascinating
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    It absolutely was repopularised by Lil B, I was there for it. My understanding at the time was that it was a reclamation of the word from an original slang meaning of being strung out on crack. Lil B was celebrated ironically by the 4channers that later propagated the right wing appropriation of the term. I always interpreted that to refer to being strung out on ‘the red pill’ i.e. being unapologetically fascist.


  • gilatoGames@sh.itjust.worksStarfield Launch Details, PC Specs &amp; More
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    3 years ago

    Kinda sorta required if you want to stream assets from storage, an approach taken by many modern games. Might not be absolutely necessary depending on your setup / game settings. BG3 also said SSD required but there’s a “Slow HDD Mode” in the settings anyway, which I believe just shifts more of the streaming burden to RAM/VRAM. If you played on a HDD without enabling it, I guess you’d expect to see inconsistent pop-in as individual assets try to stream in faster than your storage can read. But playing with it enabled might also cause performance drop if your RAM/VRAM was already close to full utilization with the setting disabled


  • Upon looking to this further I’m not sure if it actually works as I understood it to, due to the way group services are handled currently in Mastodon. Clearly there is some sort of flag in Activitypub on group accounts to indicate to other apps that it is a group account, because e.g. https://lemmy.ml/c/[email protected] works and you can follow it but the same link substituting /c/ for /u/ does not work. And for normal user accounts, the inverse is true.

    However, aside from that flag, my understanding is they are essentially just user accounts that boost any posts from followers that mention the account handle, which causes the boosted post to show in the feed for all followers of the account. Since that account isn’t actually posting the posts that it boosts, I guess it makes sense that activity wouldn’t be visible in Lemmy, where boosts don’t exist. Following this logic no posts would be displayed, and that’s what is observed. Initially I thought this was because no one on the instance had followed the group yet, because e.g. https://lemmy.world/c/[email protected] does show posts while https://lemmy.ml/c/[email protected] does not. The same group on a.gup.pe also shows more posts on https://lemmy.ml/c/[email protected].

    It’s hard for me to make sense of what’s going on here (especially as I don’t microblog or use Mastodon personally) because clearly the Mastodon content is federating through the lemmy instance, but I’ve only been able to observe a subset of it and I haven’t been able to figure out the parameters that have caused some posts to be visible in Lemmy but not others.



  • gilatoMildly InfuriatingGame ad notification on Windows...
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 years ago

    Only the shortcut to the app was preinstalled on the build I put together a couple of months ago. When I tried to open it, it had to download and install first. Also, if you press Win+G to open the Game Bar and click the settings gear, under Notifications you can select “Hide notifications when I’m playing a fullscreen game”. Edit: or just turn off the Xbox app notifications if you don’t use it


  • I think “communities” term is used on Mastodon in reference to what are “instances” on Lemmy. I’m talking about communities as they apply to Lemmy - in Mastodon I think they’re generally called a “group” account. You subscribe to them in Lemmy mostly the same as how you’d subscribe to a Lemmy community on a different instance. e.g. go to your.lemmy.instance/c/[email protected] and subscribe. Or just search for the Mastodon group on the Lemmy communities page, making sure the filters are set to “All”. To find a Mastodon user page is the same, just /u/ instead of /c/. You just can’t follow or subscribe to the user pages because that’s not currently a feature in Lemmy, but you can for groups/communities


  • gilatoTechnologyComing to you soon...
    link
    fedilink
    English
    arrow-up
    31
    ·
    3 years ago

    Watch history is an absolutely essential metric for Youtube - I can understand how you’ve been led to believe that turning this option off is opting out from that data collection, but no. What this setting is asking is if you want the data collected to be represented to you as recommendations for other videos to watch. It absolutely doesn’t change what data is collected, just whether the videos you’ve watched should be accounted for when the algorithm is finding new videos to recommend.