Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-scene
A RedM scene text free placement system
https://github.com/brycecanyoncounty/bcc-scene
Last synced: 28 days ago
JSON representation
A RedM scene text free placement system
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-scene
- Owner: BryceCanyonCounty
- License: apache-2.0
- Created: 2022-04-26T10:08:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T20:48:43.000Z (about 1 year ago)
- Last Synced: 2023-12-17T21:37:00.347Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 22 MB
- Stars: 4
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCC - Scene
> A RedM scene text free placement system RedM
## Features
1. Freely Add Text to a scene
2. Remove Text in a scene
3. Update Text in a scene
4. Hotkeys and/or commands
5. Easily configurateble settings
6. Json file storage OR SQL Database storage
7. Custom UI
8. Job/Admin Lock## Installation
1. Download this repo/codebase
2. Extract and place `bcc-scene` into your `resources` folder
3. Add `ensure bcc-scene` to your `server.cfg` file
4. Restart your server (unless you have nightly restarts)## How-to-use
1. Type `/scene` to activate tracking ball _(Or press Z if hotkeys are enabled)_
![image](https://user-images.githubusercontent.com/10902965/166846929-739318de-7b7d-482e-9702-6b2d4f03a82c.png)
2. Type `/scene:place` will save the coords of the ball and pop up a text prompt _(Or press X if hotkeys are enabled)_
![image](https://user-images.githubusercontent.com/10902965/166847059-a12eeb03-2f48-409f-bcb7-b5425519f390.png)
3. Type what you want to display on the scene
4. Click enter
5. Your text should appear in the given location.
![image](https://user-images.githubusercontent.com/10902965/166847110-7be69bab-6ae3-4330-b6ab-a016897e560f.png)### How to Edit
1. Stand near your scene text, or enable scene ball and place it on your text
2. Press B to display the scene menu
3. Navigate with your cursor to edit your scene
![image](https://user-images.githubusercontent.com/10902965/202895902-90798e03-8dc4-4253-8a5e-91edd57046f2.png)## How-to-configure
All configurations available in `/config.lua`## Disclaimers and Credits
- Heavily inspired by rickx's [lto_scene](https://github.com/zelbeus/ricx_scene).
- Heavily inspired by a similar old FiveM script [nh-scenes](https://github.com/nerohiro/nh-scenes).## Dependency
- Vorp Core or RSG Core