You are viewing a potentially older version of this package. View all versions.
willis81808-DeckSmith-1.0.1 icon

DeckSmith

Create your own card mods without writing a line of code!

Date uploaded 2 years ago
Version 1.0.1
Download link willis81808-DeckSmith-1.0.1.zip
Downloads 202
Dependency string willis81808-DeckSmith-1.0.1

README

DeckSmith

Unleash your creativity and craft custom card mods with ease, bringing your unique strategies and styles to life in the world of ROUNDS without writing a single line of code.

Install

Clone the repo and install dependencies:

git clone https://github.com/willis81808/DeckSmith.git
cd DeckSmith
npm install

or install a prebuilt release.

Setup

DeckSmith requires the .NET SDK to be installed and certain Unity assemblies and mod dependencies to be referenced to successfully build/export your mod. I recommend the following steps:

  1. Install the .NET SDK
  2. Create a Libs folder somewhere memorable, but out of the way.
  3. Copy all files from ${ROUNDS_INSTALL_DIR}/Rounds_Data/Managed to your Libs folder.
  4. Download ModsPlus and copy ModsPlus.dll to your Libs folder.
  5. Download ModdingUtils and copy ModdingUtils.dll to your Libs folder.
  6. Launch DeckSmith and configure your Libs folder path as the "Library Folder" under Mod Configuration
  7. Start creating!

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package