Skip to content

Latest commit

 

History

History
133 lines (91 loc) · 3.78 KB

README.md

File metadata and controls

133 lines (91 loc) · 3.78 KB

TierBanner

Project OST 🚀 | Video Guide | Discord Server

0.3.9-alpha

ProjectOST is a comprehensive kit built in the Verse programming language that emphasizes proper Object-Oriented programming interfaces. It allows users to easily create their own purchasable items, such as computers or any other custom devices, by simply adding one file.

Table of Contents

Support server officially out if you're having any issues go here for a quicker response!

Learn how you can setup Project OST in your own UEFN level.

Wiki is WIP but has many useful pages!

Installation

  1. Optional -> Clone the repo
    git clone https://github.com/Tsaryii/ProjectOST.git
    

OR

  1. Create new UEFN / Verse Project Screenshot 1
  2. Download & copy paste 'TycoonStomper' into your project. Screenshot 1
  3. Change the name of the TycoonStomper__VERSION.X.X to TycoonStomper
  4. Build verse code and enjoy!

OR

  1. Watch the instructional video

WARNING

  1. Screenshot 1

  2. If you see this change the TycoonStomper.StroklessBG reference to StroklessBG

Additions

- New purchaseable

  1. Step by step Video Guide

  2. Dont forget to update the Ptype Screenshot 1

- Suggest Feature or Bug Fix

  1. Discussion Form

  2. Write your suggestions or bug fix!

Features

  • Uses a large abstract superclass to allow for child classes to be made easily
  • Custom pruchaseables
    • Basic Props
    • Collectables
    • Conveyors
    • Dance Floors
    • Droppers
    • Gifts
    • Hitables
    • MoneyWheel
    • NPC Spawners
    • Shootables
    • Custom Pet System
  • verse persistence that can save everything
  • rebirth system
  • Infinite custom currencies with ID system
  • Custom UI Config settings
  • Custom XP System
  • Hide / Show Props
  • Custom Animations
  • Custom Purchase styles
  • Easy Expansion
  • Number Truncation
  • Toggle props visibility based on money
  • Audio Intergration

Planned for 0.4-alpha

  • Better UI system
  • Computers
  • New Dropper system [in 0.3.9]
  • Custom billboard system [in 0.3.5+]
  • Suggest a feature on our Discord!

Planned ~1.0-release

  • Trade money between players
  • More than 1 pet at a time.
  • Fully Functioning Coop
  • More purchaseables

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL 3.0 License. See LICENSE for more information.

Acknowledgments

  • Left empty (for now)