InformationVLE Light is a single Lua script which loads game mode data previously created by VLE, into your VCO server. VLE Light supports files created by VLE versions 1.04, 1.05 Beta 1 and 1.06. NotesThe VLE scripts are not required to use VLE Light. VLE Light loads data directly into your server, it does not convert data. The following features are supported: - Spawn Classes
- Spawn Class Members
- Vehicles
- Objects
- Pickups
- Markers
- Actors
- Icons
- Maps (new!)
| VLE Light 1.02 | Works with files created by VLE 1.06 | Download | | VLE Light 1.01 | Works with files created by VLE 1.05 Beta 1 | Download | | VLE Light 1.00 | Works with files created by VLE 1.04 | Download |
How to setup a VCO server running VLE Light 1.02
- Download VLE Light 1.02. (link above)
- Create a new folder anywhere on your computer.
Open the file named VLE Light 1.02.zip and extract everything into the folder you just created.
Close the zip file named VLE Light 1.02.zip.
- Go to the folder you created.
Open the file named Main.lua with a text editor, such as Notepad++ or Notepad.
Here you can change the main server settings. For help with this, check stage 3 on the SETUP GUIDES page on this website.
Save the file named Main.lua.
- Go back to the folder you created.
Open the file named VLE Light.lua.
Between lines 18 and 26, choose which features you want to load on your server.
The value to the right of the equals sign must be true or false. (true to load the feature, false to not load the feature)
For example, to load objects: Objects = true
To not load objects: Objects = false
Between lines 34 and 43, set the path to your feature's txt files.
The value to the right of the equals sign must be surrounded by quotation marks ("), one before the value and one after the value.
For example, if your objects txt file is located at VLE/Objects.txt (relative to Server.exe): ObjectsPath = "VLE/Objects.txt"
Note, you don't need to set the file path for features that you don't want to load.
Save the file named VLE Light.lua.
- If your server is running, you will need to restart it for the changes to take effect. (close it, then open it)
|