You are viewing a potentially older version of this package.
View all versions.
DeckSmith
Create your own card mods without writing a line of code!
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | willis81808-DeckSmith-1.0.0.zip |
| Downloads | 443 |
| Dependency string | willis81808-DeckSmith-1.0.0 |
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:
- Install the .NET SDK
- Create a
Libsfolder somewhere memorable, but out of the way. - Copy all files from
${ROUNDS_INSTALL_DIR}/Rounds_Data/Managedto yourLibsfolder. - Download ModsPlus and copy
ModsPlus.dllto yourLibsfolder. - Download ModdingUtils and copy
ModdingUtils.dllto yourLibsfolder. - Launch DeckSmith and configure your
Libsfolder path as the "Library Folder" under Mod Configuration - 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