Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

LilNesquuik/ImageToSchematic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ImageToSchematic

Welcome to the README for this project, which is a basic Discord bot that allows for the conversion of PNG or JPG images into schematics made of Unity PrimitivesObject for use with the MapEditorReborn plugin in SCP: Secret Laboratory. The conversion is done by creating a grid of Unity PrimitivesObject based on each pixel in the source image. Each pixel is then mapped to a specific Unity PrimitivesObject using a pre-defined lookup table.

Requirements

  • Schematic uses MapEditorReborn.
  • /Schematic Px Url.
  • Image need to be a .png or .jpg to work.

Config

{
    "Token": "PUT_YOUR_BOT_TOKEN_HERE",
    "Output": "./Json",
}

About

A Basic code for convert a image with format .png or jpg to a MapEditorRebord Schematic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages