Cutstuff Forum

Mega Man 8-bit Deathmatch => Tutorial Collection => Topic started by: Trillster on May 21, 2023, 11:27:08 PM

Title: [RESOURCE] Can't Believe It's Not SLADE
Post by: Trillster on May 21, 2023, 11:27:08 PM
Can't Believe It's Not SLADE

Can't Believe It's Not SLADE (CBINS) is a command line utility that allows users to easily create and manage PK3-based projects in more modern editors such as Visual Studio Code rather than SLADE.

It does this by providing the ability to create directory structures that can be opened in modern editors and tracked by source control such as Git, but then also providing the ability to compile that directory (including its ACS) into a PK3 file.

Download CBINS v1.2 (https://trillster.dev/downloads/cbins-v1.2.zip)
View Repository (https://gitlab.com/Trillster/cbins)

Screenshot
(click to show/hide)

Basic Usage
(click to show/hide)

Configuration
(click to show/hide)

Commands
(click to show/hide)

FAQ
(click to show/hide)

Accreditation

- Credit to Russel for the original Doom Archive Manager that has helped development so much already and inspired this project.
- Credit to Ken Silverman for creating pngout.exe which this utility optionally uses for PNG optimization when building.