Coder Social home page Coder Social logo

katepango / libtas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clementgallet/libtas

0.0 2.0 0.0 3.07 MB

GNU/Linux software to (hopefully) give TAS tools to games

License: GNU General Public License v3.0

CMake 0.27% C++ 97.88% C 1.12% Objective-C 0.17% Makefile 0.03% Python 0.52%

libtas's Introduction

libTAS

GNU/Linux software to give TAS tools to games. Code orginates from SuperMeatBoyTaser. It requires a GNU/Linux system with a recent kernel (at least 3.17 for the memfd_create syscall). Supported archs are x86_64 and x86 (not much tested). To run OpenGL games, you will need a card supporting at least OpenGL 3.0.

Supported Games

Most work has been done to support games using the SDL library (which is the case of many indie games), and there is initial developpement to support other game engines (some Unity games should work). Also, Steam games won't work because Steam messes up with our code injection, so you must check if a drm-free version of the game exists. For more details, check the Game Compatibility page.

Install

You can download the latest version of the software in the Releases page. The current dependancies are:

  • libc6, libgcc1, libstdc++6
  • libqt5core5a, libqt5gui5, libqt5widgets5 with Qt version at least 5.6
  • libx11-6, libxcb1, libxcb-keysyms1, libxcb-xkb1, libxcb-cursor0
  • ffmpeg
  • libswresample2, libasound2
  • libfontconfig1, libfreetype6
  • libtar0, zlib1g

Installing with the debian package will install all the required packages as well.

If you don't have a Linux system beforehand, an easy way is to use a virtual machine to run the system. Grab a virtualization software (e.g. VirtualBox) and a Linux distribution (e.g. Ubuntu) whose architecture matches a supported architecture of the game you want to run (in most cases amd64, sometimes only i386 is available). Note for Ubuntu users that you need a recent version (17.10 minimum).

Compile

If you want to compile it yourself, you will need cmake. From the root directory just type:

mkdir build
cd build
cmake ..
make

The current mandatory dependancies so far are libx11-dev, qtbase5-dev, qt5-default, libtar-dev, zlib1g-dev, libsdl2-dev, extra-cmake-modules, libxcb1-dev, libxcb-keysyms1-dev, libxcb-xkb-dev, libxcb-cursor-dev, libasound2-dev, libswresample-dev

To enable HUD on the game screen, you will need libfreetype6-dev, libfontconfig1-dev

Cmake will detect the presence of these libraries and disable the corresponding features if necessary. If you want to manually enable/disable a feature, you must add just after the cmake command:

  • -DENABLE_HUD=ON/OFF: enable/disable displaying informations on top of the game screen
  • -DENABLE_FILEIO_HOOKING=ON/OFF: enable/disable file opening/closing hooks to handle savefiles

Be careful that you must compile your code in the same arch as the game. If you have an amd64 system and you only have access to a i386 game, the easiest way is to build a virtual machine with a i386 system. You could also try to cross-compile the code to i386. To do that, use the provided toolchain file as followed: cmake -DCMAKE_TOOLCHAIN_FILE=../32bit.toolchain.cmake ... However, many users failed to do this due to some libraries that don't like this operation.

Run

To run this program, just type:

./linTAS [game_executable_path [game_cmdline_arguments]]

You can type ./linTAS -h to have a description of the program options.

The program prompts a graphical user interface where you can start the game or change several options. Details of the different options are available here

There are a few things to take care before being able to run a game. You might want to look at the software usage.

Here are the default controls when the game has started:

  • frame advancing, using the V key
  • pause/play, using the pause key
  • fast forward, using the tab key

Note: the game starts up paused.

License

libTAS is distributed under the terms of the GNU General Public License v3.

Copyright (C) 2016-2018 clementgallet
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>

libtas's People

Contributors

clementgallet avatar cwitty avatar kateeckhart avatar qixils avatar sebastienbenazet avatar viroulep avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.