https://github.com/bf3rm/vemanager
https://github.com/bf3rm/vemanager
ve venice-unleashed
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bf3rm/vemanager
- Owner: BF3RM
- Created: 2018-08-06T17:22:09.000Z (almost 7 years ago)
- Default Branch: development
- Last Pushed: 2025-05-31T21:40:16.000Z (about 1 month ago)
- Last Synced: 2025-06-02T12:29:57.918Z (about 1 month ago)
- Topics: ve, venice-unleashed
- Language: Lua
- Homepage:
- Size: 541 KB
- Stars: 4
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VEManager
A Visual Environment manager for Venice Unleashed.It's used to create and manage VE presets. Presets can either be created with [VEEditor](https://github.com/BF3RM/VEEditor) or [CinematicTools](https://github.com/Powback/VEXT-CinematicTools).
## Youtube Tutorial Series
https://youtube.com/playlist?list=PLqlU85EO4crIPxk10YXiKDXE67lU-dM4mIf you have questions contact IllustrisJack#5355 on Discord.
## Config Options (Shared/VEM_CONFIG.lua):
A number of features can be switched on/off from the config file located at Shared/VEM_CONFIG.luaDEV_ENABLE_CHAT_COMMANDS = (true/false) Enables the use of these chat command
DEV_ENABLE_TEST_KEYS = (true/false) Enables the use of test keys / shortcutsFor more options, have a look in Shared/VEM_CONFIG.lua.
### DEVELOPER CHAT COMMANDS
+ The following commands can be used: (provided that DEV_ENABLE_CHAT_COMMANDS is set to true)
> !preset PRESET_NAME Enables a preset of your choice
> !setnight Sets day-night cycle to night
> !setmorning Sets day-night cycle to morning
> !setnoon Sets day-night cycle to noon
> !setafternoon Sets day-night cycle to afternoon
> !pausetime Pauses day-night cycle time (pauses presets to current state)
> !disabletime Disables day-night cycle (reverts to initial preset)