You are viewing a potentially older version of this package. View all versions.
Sylvia247-BO1_M14A1-1.0.0 icon

BO1 M14A1

M14A1 from BO1

Date uploaded 3 years ago
Version 1.0.0
Download link Sylvia247-BO1_M14A1-1.0.0.zip
Downloads 120
Dependency string Sylvia247-BO1_M14A1-1.0.0

This mod requires the following mods to function

devyndamonster-OtherLoader-1.3.0 icon
devyndamonster-OtherLoader

A whole new loader

Preferred version: 1.3.0

README

AtlasSampleScenes

This repo holds the editor scripts for Atlas in MeatKit, as well as the sample scenes.

Usage

If you're looking to make maps, you should download and import the latest release from the GitHub page into your MeatKit project.

Development

If you are wanting to contribute to the sample scenes or editor scripts for Atlas, do the following to setup an environment inside an existing MeatKit project. Make sure you don't already have Atlas imported.

  1. Compile the Atlas plugin from source, using the 'Editor' configuration. Then import the resulting DLL into your MeatKit project.
  2. Clone this repo into the Assets/Packages/Atlas/ directory of your project using the following commands:
cd Assets/Packages
git clone https://github.com/H3VR-Modding/AtlasSampleScenes Atlas
  1. Done! You're free to make your changes now.