All Projects → swlegion → tts

swlegion / tts

Licence: MIT license
Table Top Simulator Mod for Star Wars: Legion

Programming Languages

lua
6591 projects
typescript
32286 projects

Projects that are alternatives of or similar to tts

Ohno-Missiles
With the new ballistic missile, you can nuke the enemies with various missile silos.
Stars: ✭ 90 (+181.25%)
Mutual labels:  mod
DS3ConnectionInfo
Simple C# application showing active P2P connection information for Dark Souls III. Also implements a basic ping filter.
Stars: ✭ 31 (-3.12%)
Mutual labels:  mod
fabric-example-mod
An elegant Minecraft mod template for the Fabric mod loader
Stars: ✭ 25 (-21.87%)
Mutual labels:  mod
TTS tf
WIP Tensorflow implementation of https://github.com/mozilla/TTS
Stars: ✭ 14 (-56.25%)
Mutual labels:  tts
ForgetMeNot
A flashcard app for Android.
Stars: ✭ 234 (+631.25%)
Mutual labels:  tts
Stellaris mod
Paradox Interactive game Stellaris mod co-work
Stars: ✭ 37 (+15.63%)
Mutual labels:  mod
note
一些技术笔记
Stars: ✭ 174 (+443.75%)
Mutual labels:  mod
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (+62.5%)
Mutual labels:  community-project
HBWHelper
Hypixel Bed Wars Helper Minecraft Forge mod
Stars: ✭ 15 (-53.12%)
Mutual labels:  mod
Avali
Avali mod with community additions. See Trello for an easier way to see what we're working on:
Stars: ✭ 53 (+65.63%)
Mutual labels:  mod
Orion
Mixin loader for Paper
Stars: ✭ 46 (+43.75%)
Mutual labels:  mod
ModManager
Among Us Mod Manager
Stars: ✭ 44 (+37.5%)
Mutual labels:  mod
soundoftext
API & Web Client for soundoftext.com
Stars: ✭ 41 (+28.13%)
Mutual labels:  tts
One-Shot-Voice-Cloning
☺️ One Shot Voice Cloning base on Unet-TTS
Stars: ✭ 118 (+268.75%)
Mutual labels:  tts
StSLib
A collection of keywords and mechanics for other Slay the Spire mods to use.
Stars: ✭ 55 (+71.88%)
Mutual labels:  mod
NetherEx
No description or website provided.
Stars: ✭ 28 (-12.5%)
Mutual labels:  mod
imperial-assault-data
An easy-to-use collection of data and images from the Imperial Assault Game by Fantasy Flight Games.
Stars: ✭ 16 (-50%)
Mutual labels:  star-wars
take-off
An Open Source Distributed Hackathon, Lead By Giveth.io
Stars: ✭ 21 (-34.37%)
Mutual labels:  community-project
AmongUsTryhard
Among us mod that fixes some game breaking bugs when tryharding among us. As well as some useful settings
Stars: ✭ 18 (-43.75%)
Mutual labels:  mod
prog-mats-js
Adds a bunch of scripted stuff. The name definitely isn't synonyms of Advance Content.
Stars: ✭ 35 (+9.38%)
Mutual labels:  mod

Tabletop Simulator Mod for Star Wars: Legion

CI

This project is a community-contributed open source mod for Tabletop Simulator, emulating some features and game play of Star Wars Legion. It is periodically updated to the Steam Workshop.

Star Wars: Legion and all related properties and text are owned by Fantasy Flight Games, Lucasfilm Ltd., and/or Disney.

Screenshot of the Game

Getting Started

If you're brand new to either Star Wars: Legion, or playing on TTS, Ben VanDonge (also known as "Mbweha" in various online communities) has a series of tutorials on YouTube that are great resources. We highly recommend viewing before being more involved.

Contributing

As a community run project, artwork, scripting, table design and more is a 100% volunteer project, and we could use your support! You will need the following tools to make most (but not all) contributions to the mod:

  1. A Git or GitHub client to make copies of this repository.
  2. NodeJS
  3. Tabletop Simulator

You'll notice we do not store the "save file" (JSON) in this repository, as historically that made concurrent edits and collaboration much more difficult: instead we have a series of scripts that "compile" it on demand from individual scripts and objects.

WARNING: Currently only Windows-based development is fully supported.

Once you've cloned the repository, you can build the mod:

# Install all NodeJS required dependencies.
npm install

# Creates a symbolic link to your TTS save folder, and compiles the mod.
npm start

For subsequent updates, you can just use compile on-demand:

# Files in "mod/**" are combined and output in "dist/" (linked to your saves).
npm run compile

# Optional, instruct TTS to reload automatically.
npm run compile -- --reload

If you make any edits to the save file directly, you will need to reflect (extract) the changes into the mod/** folder:

# This is a rarer workflow, but still supported.
npm run extract

Please file a bug if any part of this process does not work as expected.

Join the Community

Currently our only support channel is joining The Legion Discord (TLD) and using the #tts-chat and #tts-bugs-and-feature-requests channels, which are open to all players.

Support Channels

Frequent contributors may be invited to a private Discord.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].