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.
- Host: GitHub
- URL: https://github.com/f0xb17/simplevarlistgenerator
- Owner: f0xb17
- License: apache-2.0
- Created: 2025-01-24T18:03:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:54:07.000Z (4 months ago)
- Last Synced: 2025-03-01T10:34:42.995Z (4 months ago)
- Topics: omsi, script, stringvarlist, varlist
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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