Configuration
🗒️ All values are properly described in config file of the script. Configuration file is located in rcore_easter/config.lua
!
Debug
If you have any issue with script and you don't know how to solve it, set Debug = true
in configuration file to see additional informations printed to client console (F8) and server console. Screenshots will help our support to solve faster and better your problem in ticket.
Positions
You can set up positions of easter eggs in the rcore_easter/positions.lua
file. You can add as many positions as you want. We also prepared debug mode so you simply see all points on map. To enable this go to config.lua and change Config.DebugPoints
from false
to true
. Restart the script, and you should see red blips around the map and green lines at different positions.
Position tool
🗒️ This feature need to be enabled in config please change Config.DebugPoints
to true
We add simple tool to help you with adding positions to positions.lua
file.
Commands
/re_addPoint
- add new point/re_printPoints
- print all points to console in vector3 format/re_clearLastPoint
- remove last added point/re_clearPoints
- remove all points
This will help you to add points to positions.lua
file. After you use command to print these positions simply add them into positions.lua
file. When you restart script you will see all positions thats already in positions.lua
in green color and new added points in red color.
File preview
Last updated