foxToys are my modules, resources, scripts and custom actors that can be added to OutFox like theming elements.
- Install tapLua.
- Run the next command in the game directory:
curl -s https://raw.githubusercontent.com/EngineMachiner/foxToys/refs/heads/main/foxToys.sh | bashOr 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.
- Clone this repository into the modules folder.
- 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