Giter VIP home page Giter VIP logo

title-sequence-editor's Introduction

OpenRCT2 Title Sequence Editor

Title sequence editor plugin for OpenRCT2. This allows you to create, edit and preview custom title sequences (.parkseq files) that are played on the title screen of OpenRCT2.

Formerly built into the game, but now stripped out into an optional plugin.

Title Sequence Editor

๐Ÿš€ Installation

  1. Download the latest version of the plugin from the Releases page.

  2. To install it, put the downloaded *.js file into your /OpenRCT2/plugin folder.

    • Easiest way to find the OpenRCT2-folder is by launching the OpenRCT2 game, click and hold on the red toolbox in the main menu, and select "Open custom content folder".
    • Otherwise this folder is commonly found in C:\Users\<YOUR NAME>\Documents\OpenRCT2\plugin on Windows.
    • If you already had this plugin installed before, you can safely overwrite the old file.
    • Once the file is there, it should show up ingame in the dropdown menu under the map icon.
  3. Once the file is there, it should show up ingame in the dropdown menu under the map icon.

๐Ÿ”จ Building

The plugin is written in TypeScript and requires compiling to JavaScript before it can be used in OpenRCT2. Ensure you have NodeJS and a package managed such as npm installed, then run the following:

npm install
npm run build

Then copy out/title-editor.js to your OpenRCT2 plugin directory.

If you want to automatically update the plugin when you edit and save the TypeScript code, you can run:

npm run watch

This will watch for changes to the source code in the background and automatically compile and copy the plugin to your OpenRCT2 directory. This is currently only configured for Windows.

Make sure you have hot reload enabled in OpenRCT2 so that OpenRCT2 will automatically reload the plugin.

โš–๏ธ Licence

This plugin is licensed under the MIT licence.

title-sequence-editor's People

Contributors

aaronvangeffen avatar intelorca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

title-sequence-editor's Issues

Cannot build as README.md file

README.md suggests running below commands.

npm install
npm run build

but it will fail due to missing type definitions.

According to ci.yml, @types folder should moved outside of node_modules before running npm install

mv node_modules/@types .
npm install
mv @types node_modules
npm run build

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.