Hello, I assume you're asking about the difference between a
.zip (.rar) file and an
.exe (executable) file.
You can think of a
.exe file as the "red button" you press to run something, in this case, a game. Most Windows games use an .exe file as the main launcher. When you double-click it, the game starts. Sometimes you might see other formats (for example,
.img files). Those are often disk image files, commonly used for physical games. You need to "mount" them, which basically means simulating that you inserted a physical disc into your computer.
A
.zip file, on the other hand, is like a package or box. It contains multiple files inside including, usually, the .exe file needed to run the game. You must first
extract (unzip/decompress) the .zip file to access the contents. Inside, you'll typically find the game folder and the .exe file.
So in short:
- .zip = a compressed package containing files
- .exe = the file you run to start the game
Be careful though .exe files can contain malware. While files from AS are generally safe, it's always good to stay cautious and use antivirus.
Edit: for unzipping file, you need
7zip or
winrar. If you are not sure how to, google
"how to unzip a file" and you get bunch of video guides and so on.