Unable to download attachments files

Demir03

New Member
Mar 9, 2020
6
1
i wanted to download a rpy file to unlock the gallery of a game (The Assistant) but once i click on the attachment to download it it opens a new browser tab with the content of the file instead, i checked other attachment for some other games and got the same problem, is there any way i can download the attachment file to my pc like it used to be?
 

Count Morado

Devoted Member
Respected User
Jan 21, 2022
8,355
16,113
i wanted to download a rpy file to unlock the gallery of a game (The Assistant) but once i click on the attachment to download it it opens a new browser tab with the content of the file instead, i checked other attachment for some other games and got the same problem, is there any way i can download the attachment file to my pc like it used to be?
here are a few of options (not the only ones):
  • right mouse click link/icon for attachment, select "save link as..."
  • save the resulting tab page as an rpy
  • copy/paste or type the 40 or so characters to a text file and save it as an rpy
Since that rpy file is just a text file with
Code:
init python:
    persistent.gallery_unlocked = True
written in it, with no special codes, etc --- your browser most likely just (correctly) recognizes it as a txt file named differently and opens it in the new tab as it does by default with all txt files.