A desktop application built with Tauri + Next.js that generates spawn codes for ARK: Survival Ascended mods. This tool helps mod developers and server administrators easily generate and manage spawn codes for items, creatures, and engrams.
- 🎮 Generate spawn codes for:
- Items
- Creatures
- Tamed Creatures
- Engrams
- 🔍 Search functionality for easy code finding
- 📋 One-click copy to clipboard
- 💾 Export all commands to a file
- 🌙 Dark mode interface
- 🚀 Fast and lightweight
- Node.js (v18 or later)
- Rust
- Visual Studio C++ Build Tools (Windows only)
- Clone the repository:
git clone https://github.com/jonxmitchell/artis-asa-spawncodegenerator.git
cd artis-asa-spawncodegenerator- Install dependencies:
npm install- Generate Cargo.lock:
cargo generate-lockfile- Run the development server:
npm run tauri dev- Build the application:
npm run tauri buildThe built application will be available in the src-tauri/target/release directory.
- Launch the application
- Click "Select Manifest File" and choose your mod's manifest file
- The application will generate spawn codes in four categories:
- Engrams
- Items
- Creatures
- Tamed Creatures
- Use the search bar to filter commands
- Click the copy button next to any command to copy it to your clipboard
- Use the Export button to save all commands to a text file
- Tauri - Desktop application framework
- Next.js - React framework
- NextUI - UI component library
- Rust - Backend implementation
- TailwindCSS - CSS framework
This project is licensed under the MIT License - see the LICENSE file for details.
- Join our Discord Server
- Support the development:
- This project was inspired by Andreas Hagström's SpawnCodeGenerator for ARK: Survival Evolved