An open API service indexing awesome lists of open source software.

https://github.com/f0xb17/simplevarlistgenerator

Simple tool to automatically create a varlist or stringvarlist for an .osc file.
https://github.com/f0xb17/simplevarlistgenerator

omsi script stringvarlist varlist

Last synced: about 1 month ago
JSON representation

Simple tool to automatically create a varlist or stringvarlist for an .osc file.

Awesome Lists containing this project

README

        

# SimpleVarlistGenerator

## 1 Information
This is a complete revision of the old script.

## 2 Introduction
This simple tool creates varlists (or stringvarlists) from various .osc files.

## 3 Dependencies
1 ``Rust`` - Install Rust from your package manager, or the Website.

## 4 Usage
1. Clone the repository: git clone ``https://github.com/f0xb17/SimpleVarlistGenerator.git``
2. Navigate to the project directory: cd SimpleVarlistGenerator
3. Open main.rs with your editor and change the file path under main(): ``readFile("Your\\Path\\To\\Folder")``
4. Run: cargo update && cargo run