Skip to content

This system uses AI to create Fire Emblem 8 (Sacred Stones) ROM hacks.

Notifications You must be signed in to change notification settings

i-am-neon/fe-infinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE Infinity

Demo Video

Setup

  1. Install Deno
  2. Add OPENAI_API_KEY to .env file in the server directory (see .env.example for an example)

Common Commands

Run the whole flow, including using AI to generate a new game and then write it to a ROM:

cd server # If in root directory
deno run main

Write example data to the romBuilder using no AI (example data is in server/testData/test-game-obj.ts):

cd server # If in root directory
deno run write-test

If the game data has already been written (either with deno run main or deno run write-test), you can write the ROM using:

cd romBuilder # If in root directory
chmod +x ./run.sh # Only need to do this once
./run.sh

Credits

The buildfiles part of this system was adapted from Legends of Avenir Character portrait options for AI to choose from are by Kanna

About

This system uses AI to create Fire Emblem 8 (Sacred Stones) ROM hacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published