How do I use the Cinematic Camera Tool?

To use the Cinematic Camera Tool to place and edit camera locations or create scenes, there are two things you will need.

 

1) Go into the following file and ensure your user group has permissions to use the tool: lua/wos/charsys/config/sv_config.lua

2) Edit the following parameters to insert your user group

--What user groups should be able to use the scene tool to add or modify cameras and scenes?

wOS.CharSys.Config.AdminGroups = {}

wOS.CharSys.Config.AdminGroups[ "superadmin" ] = true

wOS.CharSys.Config.AdminGroups[ "owner" ] = true

3) Join your server, and go into game's console

4) Type the following console command: wos_charsys_toggleconfig

5) Follow the instructions on the weapon given to you. When you are done, repeat step 4!

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What are the console commands?

There is currently only one console command: wos_charsys_toggleconfig It allows you to use the...

How do I use MySQL saving?

Using MySQL saving is fairly simple, but you will need a module before hand. 1) If your host...

Couldn't include file 'includes/modules/mysqloo.lua'

If you are using MySQL data saving and seeing this error, it means your server is missing...

How do I create a custom character?

Creating a character is extremely easy and modular, thanks to our typical formatting. There are...

How do I attach a DarkRP Job to a character?

Creating a character is extremely easy and modular, thanks to our typical formatting. There are...