Skip to content

wn2000/sauce_factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saUCE Factory

Scripts and tools to automate saUCE cooking.

Usage

  • First clone the repo
    git clone https://github.com/wn2000/sauce_factory
    cd sauce_factory
    
  • Set ROM and core directories by setting the following env variable (assuming Bash):
    export ROMDIR=/my/rom/directory
    export COREDIR=/my/core/directory
    
  • Build
    • To build a single sauce, type
      make out/Sauce_Name.uce

      e.g.

      make out/AddOn_Air_Rescue.uce

      This would generates AddOn_Air_Rescue.uce in the out folder.

      Note: Currently this does not work if the recipe folder contains files with space in their names.

    • Alternatively, you can use ./build_uce.sh recipes/SORR out/SORR.uce This approach works for all recipes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published