Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Nicholas Gautier edited this page Jan 21, 2025 · 31 revisions
  The wiki is a bit of a mess while I update to fit with PSCAT 1.2.0-Beta feature set.
  Please be patient....

  https://youtu.be/273eSvOwpKk
  Take That - Patience (Official Video) 

Felix, the PSCAT!

Introduction

The PowerShell Compact-Archive Tool is a lightweight utility that allows any game designers to quickly compile their (G)ZDoom-based projects into a single PK3 compressed file, streamlining the packaging process and making it easier to distribute their hard work. This tool eliminates the need for game developers to manually create and manage complex build scripts for their projects.

With just a few clicks from the Windows Start Menu to launch the tool, users can select their project, compile the project's assets into a PK3 file, and share their creation with the world. This tool is designed to be simple and efficient, making it ideal for both solo game designers and collaborative teams.

One of the key features of the PowerShell Compact-Archive Tool is its "One Install for Many Projects" functionality. Meaning that once installed, this tool can compile any (G)ZDoom-based project, as long as the project's resources follow with ZDoom's PK3 filesystem structure. No additional installations or modifications are required.

By reducing the setup time and eliminating the need for custom compilers, the PowerShell Compact-Archive Tool empowers the game designers to focus on what matters most: creating really cool stuff and sharing their creations and ideas to the world.

Key Features

  1. Compile any (G)ZDoom project into a PK3 compressed file.
  2. Project's can use a 'Project File' to define certain attributes of a project.
  3. Terminal Based Program, offering a light-weight experience.
  4. Using PowerShell Core's functionalities, requiring no additional external dependencies.
  5. Ability to use the Windows Graphical User Interface for some interactions.
  6. Using the built-in Microsoft.PowerShell.Archive to generate PK3 files.

Minimum Requirements

  1. Microsoft Windows 10 and later
  2. PowerShell Core 7.4 and later
  3. Enough System RAM and Storage Space to compile their desired projects.

See Also

Clone this wiki locally