• 3 Posts
  • 127 Comments
Joined 1 年前
cake
Cake day: 2025年2月4日

help-circle


  • On step 4, it is possible to go to home/.steam/steam/steamapps/compactdata/ and run this command in the terminal

    ls --recursive | grep Rockstar

    And it will output something like

    Rockstar Games./3613745575/pfx/drive_c/ProgramData/Rockstar Games: ./3613745575/pfx/drive_c/ProgramData/Rockstar Games/Launcher: Rockstar Games

    Which means that the correct folder is 3613745575.

    It worked for me with Proton 11.0 (Beta), I can log in and play games. First it didn’t work but the launcher started after I restarted my computer. I updated the system and one of the updated programs was Wine, don’t know if that is connected somehow. I also tried to install Rockstar Games Launcher on Heroic and Lutris but I couldn’t get it to work. I have Nvidia if it matters.




  • And there is never time to maintain the code, because each project only want to add more feature/s which makes the spaghetti code even worse.

    In my group we had a golden opportunity to fix all old mistakes but no, we (decided by PO and group manager) needed to spend all time on proof of concepts that will go to production at earliest in 5 years. Now that opportunity is gone and we are crunching in order to meet the deadlines instead. Still with bad code quality of course.