Tabletop Simulator Guide
Guide Category: Workshop
Exceed How to play
Overview This guide is just here to explain the basic rules of how to play the 1v1 fighting card game of Exceed Set up Start off by selecting a character, after you select a character put the 30 card deck in the deck area and your character in the 3rd or 7th space on the … Read moreExceed How to play
脱出遊戯
Overview Tabletop Simulatorで作ったオリジナルゲーム「脱出遊戯」の説明書です イントロダクション 気がついたら、奇妙な部屋にいた。扉に鍵のかかった奇妙な部屋には複数の人、そして部屋に散らばった出るための鍵のようなもの。そしてスピーカーから声が聞こえてきた。『あなた達は被験者に選ばれました。いち早くこの屋敷から外に出られた人には報酬を与えましょう。』 ---こうして我々のゲームが始まった。 1. プレイ人数 2~8人 2. コンポーネント エスケープボード : 1枚 カバンボード : 8枚 プレイヤー駒 : 8個 鍵カード(キーカード) 2~6人:鍵8種類 x 3色 x 3枚 + 効果カード12枚 7~8人:鍵8種類 x 3色 x 4枚 + 効果カード12枚 錠カード(ロックカード) : 11枚 サイコロ : 1個 3. ゲームの準備 各プレイヤーにカバンボードを配る(カバンは3枚まで表向きでおける) 錠カードをシャッフルして裏向きでボードの各部屋に置く(余りは除外) 効果カードをシャッフルして、各プレイヤーに1枚ずつ配る 残りの効果カードと鍵カードをシャッフルして、4枚ずつ配る 残りの鍵カードを裏向きで山札に置く 1stエリアに各プレイヤーの駒を置き、1stエリアの錠カードを全て表にする 順番を適当に決めて、ゲームを始める 4. 勝利条件 1番最初に脱出したプレイヤーの勝利 5. プレイヤーの行動 … Read more脱出遊戯
Урок 6. Сохранение и загрузка
Overview Для профессионалов.Осваиваем сохранение и загрузку для скриптов в своих модах. Введение Сохранение и загрузка мода в игре хорошо описаны в документации[api.tabletopsimulator.com]. Однако проблемы возникают у нас, русских, при сохранении кириллицы. Здесь пойдёт речь о том, как решить эти проблемы. Решение 1 Удобство Низкое Требования Строки должны быть только русские (английские использовать нельзя) Надежность Максимальная … Read moreУрок 6. Сохранение и загрузка
A Short Lua Tutorial
Overview A very basic, but clear guide to the use and syntax of the Lua programming language. An essential reference for those new to Lua or scripting. Introduction Taken from: https://web.archive.org/web/20110811101759/http://wiki.vodpod.com/w/page/12352674/A%C2%A0Short-Lua-Tutorial (edited for minor corrections and additional examples) When I saw this guide, I found it to be a very clear and organized reference to … Read moreA Short Lua Tutorial
The art of scripting: Object Movement
Overview A guide on how to script object movement. Basic lua knowledge required. Requirements An object to move Optional: A table of destination positions (e.g. list of snap points) Basic object movement The tabletop simulator currently defines 3 different functions to move an object: setPosition( vector) setPositionSmooth( vector, collide, fast) translate(vector) All 3 functions take … Read moreThe art of scripting: Object Movement
Обучение Lua – Руководство для начинающих по написанию скриптов
Overview Изучайте основы как работает LuaЭто первое руководство в этой серии. Введение Это руководство предназначено для тех, у кого ограниченный опыт работы с LUA. Мы рассмотрим основы того, как оформлять код, строительные блоки для Вас, чтобы создавать более сложный код и предоставим некоторые примеры. Руководство написано так, чтобы сразу применять его на практике. Поэтому Вам … Read moreОбучение Lua – Руководство для начинающих по написанию скриптов
The art of scripting: XML Interfaces Part II: Building a basic window
Overview This guides explains how one can build up a basic window for custom UI and give it functionalities such as minimizing, closing and the ability to be dragged. Start In this tutorial we will build a basic window with common functions such as the ability to minimize and to be closed. It will have … Read moreThe art of scripting: XML Interfaces Part II: Building a basic window
Creating Card Decks with Gambler Gordon Freeman
Overview Since the guides in steam and youtube didin’t help much soo I decided to make my own guide with the help of the gambler gordon freeman!If you find any mistackes please comment soo I fix them!Also thank’s to the creators of this amazing game!This guide is 100% made by Thatbrownmonster 1st:Finding the template First … Read moreCreating Card Decks with Gambler Gordon Freeman
Asset Creation Part 4 – File Management
Overview Continuation of the Asset Creation guide series. This is part 4 which will cover file management, efficient practices, batch importing and hosting solutions. Introduction This part of the guide series will be focusing on managing your files, speeding up your work and using the better tools and practices. I will be covering how to … Read moreAsset Creation Part 4 – File Management