Skip to content

jonxmitchell/artis-asa-spawncodegenerator

Repository files navigation

Arti's ARK: Survival Ascended Spawn Code Generator

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.

Features

  • 🎮 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

Installation

Prerequisites

Development Setup

  1. Clone the repository:
git clone https://github.com/jonxmitchell/artis-asa-spawncodegenerator.git
cd artis-asa-spawncodegenerator
  1. Install dependencies:
npm install
  1. Generate Cargo.lock:
cargo generate-lockfile
  1. Run the development server:
npm run tauri dev

Building for Production

  1. Build the application:
npm run tauri build

The built application will be available in the src-tauri/target/release directory.

Usage

  1. Launch the application
  2. Click "Select Manifest File" and choose your mod's manifest file
  3. The application will generate spawn codes in four categories:
    • Engrams
    • Items
    • Creatures
    • Tamed Creatures
  4. Use the search bar to filter commands
  5. Click the copy button next to any command to copy it to your clipboard
  6. Use the Export button to save all commands to a text file

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Acknowledgments

  • This project was inspired by Andreas Hagström's SpawnCodeGenerator for ARK: Survival Evolved

About

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors