• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • Yup. I put in a ticket with Rockstar and here is their official reply. TLDR: Fuck off.

    M____. (Rockstar Support)

    Sep 17, 2024, 12:51 EDT

    Hello,

    Thank you for contacting Rockstar Support.

    We certainly understand that you are unable to login to GTA online through Steam Deck after the update.

    We would like to inform you that the primary goal of incorporating BattlEye into GTA Online is to enhance the overall gaming experience by actively scanning for cheats and exploits, and preventing players with cheats and mods from entering online. The Steam Deck players will not be able to join GTA Online but should be able to launch single-player without any issues. we appreciate your understanding in this matter.

    If you have any further questions or concerns, please feel free to let us know. We are here to assist you.

    Best regards,

    M______. Rockstar Support




  • Secondly, I’d attempt to write a bash script to walk a directory tree, cat out files, pipe it through grep and get every instance where VirtualBox is mentioned in a file. Trying the name of proccess, or of the executable too.

    Move to the top of the tree you want to search and do something like this:

    find . -type f -exec grep -iH “virtualboxexecutable” {} ;

    That will give you what you want without the need for a script. -type f makes the find command only search files, and -exec has it run the grep command on any files it returns with -iH giving you case insensitive results showing you the file it’s found in. Substitute ‘virtualboxexecutable’ with whatever the process name is that is being run. If you want to ignore binary files, the add in "| grep -iv “binary file matches” to the command. That will strip out any results where it has searched a binary file.






  • GTA V. I mapped the top right to hold down the trigger for flying helicopters, or when I don’t want to let off the gas in a car. Bottom right releases it. I use this when I am hauling stuff with the cargobob so I don’t have to keep my hand on the trigger which can be painful after a while. I use them in Valheim to do things like repair when I am at a crafting table. I really like having them and how programmable they are.