efd-trading-card-base/.claude/commands/deploy.md
Cal Corum 9704516dd7 Initial commit: Trading Card Mod scaffold for Escape from Duckov
Set up project structure with:
- .NET Standard 2.1 project targeting Duckov modding API
- ModBehaviour entry point with card set loading system
- Harmony patching infrastructure (depends on HarmonyLoadMod)
- Pipe-separated card definition format for user-generated content
- Example card set and documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 18:55:04 -06:00

12 lines
303 B
Markdown

# Deploy to Game
Build and deploy the mod to the game's Mods folder.
1. Run `dotnet build -c Release`
2. Copy the following to `{DuckovPath}/Duckov_Data/Mods/TradingCardMod/`:
- `TradingCardMod.dll`
- `info.ini`
- `preview.png` (if exists)
- `CardSets/` folder
3. Report deployment status