Skip to content

EngineMachiner/foxToys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ko-fi

foxToys

foxToys are my modules, resources, scripts and custom actors that can be added to OutFox like theming elements.

Video Example

Installation

  1. Install tapLua.

Linux

  1. Run the next command in the game directory:
curl -s https://raw.githubusercontent.com/EngineMachiner/foxToys/refs/heads/main/foxToys.sh | bash

Or it can be installed manually:

Be aware that to successfully add the actors, it's important that you have a basic understanding of scripting and theme structure.

  1. Clone this repository into the modules folder.
  2. Load the actors:
-- ScreenGameplay overlay.lua

-- Considering t is the ActorFrame, loading the combo actor for player 1 would be...

t[#t+1] = foxToys.Load( "DDR 4th/Combo", "P1" ) -- Notice that not all scripts need arguments.
  • Some actors animations might be cut short on some screen transitions. To fix that add sleep() to those transitions.

Remember, if you're having problems with the texture being white, not showing up and you're using legacy builds, you should enable only OpenGL as renderer in your Preferences.ini due to D3D not being able to render textures in these builds.

VideoRenderers=opengl

About

foxToys are my custom content for OutFox.

Topics

Resources

License

Stars

Watchers

Forks