Light Docs

Normal vs full-source

A guide to the differences between the no-source and full-source versions of OmegaLicensing.

Introduction

The OmegaLicensing system is available for sale in two versions:

  • the no-source version, and
  • the full-source version.

This guide will help you understand the differences between the two versions and help you decide which version is right for you.

No-Source Version

The no-source version of OmegaLicensing is a pre-built version of the system. It is a compiled & obfuscated version of the system that you can use right out of the box.

The no-source version is easy to set up and use, and it is perfect for users who do not need to modify the system or see how it works.

Purchase

This version of the bot is just $4.99.

You purchase it by clicking here.

Full-Source Version

The full-source version of OmegaLicensing is the complete source code of the system. It is a version of the system that you can modify and customize to suit your needs.

The full-source version is perfect for users who want to see how the system works, modify it, or integrate it with other systems.

Purchase

You can buy the full-source version for $12.99.

You can do so by clicking here and picking the Full-source code addon on checkout.

What do you get with the addon?

The addon ships additional TypeScript source files, while the no-source version only ships the index.js bundle file.

They can be built to the distributable version using:

shell title="Build from source..." npm run build
shell title="Build from source..." pnpm build

The no-source code bundle-only version is a JavaScript-only version, ready to be run by Node.js. It has no additional limitations.