melihxrist
Member
Hello forum members, I'm developing a launcher for a game. I have completed everything, the required version control system, the download system of the new file that will change, the process of extracting this file after downloading, etc. But I only have one problem left. The game's files are also available in a program called "data.saf". So, for example, to change an image file in the game, it is necessary to find the same file in data.saf and change it. But I have tried many methods(File.Move etc.) for this and searched and found nothing. How can I move the downloaded update files to this "data.saf" and replace the files in it from there?