SkillAgentSearch skills...

AdvancedControlsMod

Besiege controls enhancement mod

Install / Use

/learn @lenartbezek/AdvancedControlsMod
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GitHub license GitHub release GitHub total downloads

Advanced Controls Mod

This mod allows you to use joysticks and controllers in Besiege using SDL2 engine. With highly customisable controls and input axes, you can control your machine in many new ways. Additionally it implements a Python 2.7 engine to allow you to custom script your input logic and exposes an API to LenchScripterMod.

Installation

You will need Spaar's ModLoader to use this mod. To install, place AdvancedControlsMod.dll in Besiege_Data/Mods folder. All mod assets will be downloaded automatically when needed.

How to use

When installed, the control mapper will pop up when you use the key mapping tool. It's designed as a framework with two layers:

  • Input axes take input from joystick, controller, mouse, keys or custom script and return a value in interval from -1 to 1. These are machine independent and device bound. They are meant to be configured per device and used across machines.
  • Input controls take the value from input axes and apply it to the block's function. Every control has it's own interval interval in which it applies values. Every control is bound to a machine block and is saved with the machine.

gif

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks2

Languages

C#

Security Score

75/100

Audited on Nov 8, 2020

No findings