LVNAuth
www.lvnauth.org
Copyright (c) 2023-2026 Jobin Rezai

LICENSE
=====================
See the file LVNAUTH_LICENSE

Introduction
=====================
Welcome to LVNAuth.
LVNAuth is a visual novel creator/editor and player.


How to run LVNAuth
=====================

There are two executable files.
startup
player

### Linux
In a Linux terminal, type 
sh editor.sh 
to open the editor.

If you're bundling your visual novel file (.lvna) with LVNAuth and want to play your visual novel, use either:

sh player.sh --file `<path to your .lvna file>`
or
./player --file `<path to your .lvna file>`

You could use a self-extracting tool and have it run ./player to open your .lvna file automatically after it finishes extracting.


### Windows
Double-click on startup.exe to open the editor.

If you're bundling your visual novel file (.lvna) with LVNAuth and want to play your visual novel, use player.exe --file `<path to your .lvna file>`

You could use a self-extracting tool and have it run player.exe to open your .lvna file automatically after it finishes extracting.

The config file (lvnauth.config) is located in the AppData folder.
For example:
C:\Users\<username>\AppData\Roaming\LVNAuth

This config file gets used for saving colour options in LVNAuth's editor.
