Skip to content

Instantly share code, notes, and snippets.

View git-jamesfrench's full-sized avatar

Jamesfrench git-jamesfrench

  • France
  • 01:20 (UTC +02:00)
View GitHub Profile

Tutorial of Downloading and Building the CoreProtect Plugin

This tutorial will explain from nothing how to build/create the CoreProtect plugin or 1.21 from it's source code on GitHub.

I am assuming you don't know anything and don't have anything installed and are using a Windows device.

Prerequisites

Watch these tutorial videos (very short).

  • You must use Java JDK 21. Download here.
@VityaSchel
VityaSchel / blender.py
Created April 1, 2022 21:04
Import umap level files from Unreal Engine games to Blender
import bpy
import json
from mathutils import Euler
import math
base_dir = 'C:\\Users\\VityaSchel\\Documents\\umap-exporter\\'
objects = json.load(open(base_dir + 'mapped.json'))
if(len(bpy.data.collections) > 1):
@parmentf
parmentf / GitCommitEmoji.md
Last active July 29, 2025 03:04
Git Commit message Emoji