Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bf3rm/vemanager
https://github.com/bf3rm/vemanager
ve venice-unleashed
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bf3rm/vemanager
- Owner: BF3RM
- Created: 2018-08-06T17:22:09.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2024-07-08T19:21:02.000Z (7 months ago)
- Last Synced: 2024-07-09T00:19:27.059Z (7 months ago)
- Topics: ve, venice-unleashed
- Language: Lua
- Homepage:
- Size: 577 KB
- Stars: 4
- Watchers: 16
- 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)