GithubHelp home page GithubHelp logo

romeremasteredtools's Introduction

RomeRemasteredTools

Plugin for sublime text 4 that adds features for Rome Remasted scripting

Features

  1. Syntax Highlighting for all .txt files

  2. Documentation Popups on hover for all terms found in script blocks

  3. Autocompletion for all conditions, events, commands, and console commands

How to Install

Run the following script in the Sublime Text terminal (ctrl+` ) which utilizes git clone for easy installation:

import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/dementive/RomeRemasteredTools', 'RomeRemasteredTools'], 'working_dir': path})

This will only work with git installed on your system.

Alternatively you can download the zip file from github and put the RomeRemasteredTools folder in the packages folder. This is not recommended because you will not receive updates unless you redownload it manually. The packages folder can easily be found by going to preferences in the main menu and selecting Browse Packages.

C:\Users\YOURUSERNAME\AppData\Roaming\Sublime Text 3\Packages\RomeRemasteredTools

How to Enable Syntax

The syntax can be activated by going to:

main menu -> view -> syntax -> Open All with current extention as...

With a Rome Remastered .txt file open in sublime Select Rome Total War as the default syntax for .txt.

Screenshot Screenshot2

romeremasteredtools's People

Contributors

dementive avatar

Watchers

 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.