acb95757ee
+ Added new keybinds that were missing and commands for cops to the guidehud.
177 lines
8.8 KiB
JavaScript
177 lines
8.8 KiB
JavaScript
var config = {
|
|
'title': 'Elite Gaming RP',
|
|
'welcomeMessage': 'Welcome to EGRP!',
|
|
// Add images for the loading screen background.
|
|
images: [
|
|
'https://i.imgur.com/qmSMSBe.jpg','https://i.imgur.com/2zYZJAX.png','https://i.imgur.com/xmOOUto.jpg','https://i.imgur.com/c7f8qgl.jpg','https://i.imgur.com/y7hRPkQ.jpg','https://i.imgur.com/bRfbnnV.jpg','https://i.imgur.com/Q6Tk91M.jpg','https://i.imgur.com/SYhbdF6.jpg','https://i.imgur.com/J2LwEiK.jpg', 'https://i.imgur.com/VsyIOIj.jpg', 'https://i.imgur.com/sS1QQ5s.jpg', 'https://i.imgur.com/K7ypf0h.jpg', 'https://i.imgur.com/ve0VsZz.jpg', 'https://i.imgur.com/rIiF8q0.jpg',
|
|
],
|
|
// Turn on/off music
|
|
enableMusic: true,
|
|
// Music list. (Youtube video IDs). Last one should not have a comma at the end.
|
|
music: [
|
|
'DRjDtSOOzx4', 'G-9EEDWvg9E', 'VL3mPTaFFak', '0Xa3lfd0ukk', 'l6FfrTuGdsU', '7nObtWENgxA', 'O7fNQUgtyz0', 'aJ5IzGBnWAc', 'i3ucSSVJTL4', 'A67ZkAd1wmI', '8r06lo6qidc', 'VP1nxjI1dFo', '74jft75Jy-M', 'PyAUbttMK4Y', '-nk5ig_1BIA', 'R3we8dM0q-k'
|
|
],
|
|
// Change music volume 0-100.
|
|
musicVolume: 15,
|
|
// Change Discord settings and link.
|
|
'discord': {
|
|
'show': true,
|
|
'discordLink': 'discord.gg/2XvwvgR',
|
|
},
|
|
// Change which key you have set in guidehud/client/client.lua
|
|
'menuHotkey': 'F1',
|
|
// Turn on/off rule tabs. true/false
|
|
'rules': {
|
|
'generalconduct': true,
|
|
'roleplaying': true,
|
|
'rdmvdm': true,
|
|
'metagaming': true,
|
|
'newlife': true,
|
|
'abuse': true,
|
|
'staff': true,
|
|
},
|
|
}
|
|
|
|
// Home page annountments.
|
|
var announcements = [
|
|
'Check out our rules & join our CAD: elite-gaming.co.uk',
|
|
'Summer Updates are now LIVE!',
|
|
]
|
|
|
|
|
|
// Add/Modify rules below.
|
|
var guidelines = [
|
|
'Breaking any of these rules may result in administrative action.',
|
|
'Not knowing the rules does not make players exempt from them.',
|
|
'If another player breaks rules it does not give you the right to break a rule yourself.',
|
|
'Trying to skirt an obvious rule may result in a ban.',
|
|
'Staff reserves the right to ban players they feel are being toxic, disruptive or not playing by the spirit of the game mode.',
|
|
'Not all rules can be listed so use common sense when playing.',
|
|
'Minor rules may be superseded by excellent role-play as determined by Staff.',
|
|
'AOP (Area of Roleplay) may be changed at any time, you must comply with it.',
|
|
'Join our discord: discord.gg/2UBSFv3 for more information and mod request ect.',
|
|
'Join our CAD: https://elite-gaming.co.uk and select CAD (OR cad.elite-gaming.co.uk)! This is manditory, not optional!',
|
|
'Vote for us to help us grow: https://www.trackyserver.com/server/315407',
|
|
]
|
|
|
|
var generalconduct = [
|
|
'Racism, bigotry, anti-antisemitism, and any other form of harassment is not tolerated.',
|
|
'Players cannot role-play sexual assault, rape, or anything that can be deemed as intense and inappropriate behavior.',
|
|
'Any form of insult or racism to our staff or any of our players WILL result in a permanent ban.'
|
|
]
|
|
|
|
var roleplaying = [
|
|
'Players must role-play every situation.',
|
|
'Do not no-clip around the map to interfere with any roleplay.',
|
|
'Use /me as actions in roleplay e.g. Pulls the gun',
|
|
'You may also use /mee as actions which appears above your head rather than in the chat.',
|
|
'Players must value their lives.',
|
|
'Any out of character messages should be typed using /ooc.',
|
|
'Players cannot "own" a part of the map unless for a short-term roleplay scenario.',
|
|
'Medical injuries must be roleplayed by calling /911 or getting help.',
|
|
'Players cannot do something intentionally in front of police that wouldn\'t ordinarily be done. This is known as "Cop Baiting".',
|
|
'Players cannot steal unattended police/medic vehicles parked at police stations or hospitals.',
|
|
'You cannot no-clip away during roleplay to hide or not bother roleplaying.',
|
|
'Players cannot intentionally respawn, log out, or find another way to avoid or skirt potential role-play e.g.Leaving to shorten prison time.',
|
|
'Anyone can fly planes and helicopters, however they must be sensible or else they\'ll be punished accordingly.',
|
|
]
|
|
|
|
var rdmvdm = [
|
|
'Players can not kill or attack other players without role-play.',
|
|
'Players must have a reason or a benefit to their character when trying to kill or attack another player.',
|
|
'Any form of purposeful acts to ruin roleplay scenario will be taken seriously by our staff.',
|
|
'Players may use vehicles as weapons as long as its within role-play and logical.',
|
|
'Players can not intentionally use aerial vehicles to collide into other players or vehicles.',
|
|
]
|
|
|
|
var metagaming = [
|
|
'Players can not use information gathered outside of role-play to influence their actions within the game.',
|
|
'Players may remove another players communication devices in an role-play manner.',
|
|
'Players with removed communication devices are expected to mute their third-party communication software.',
|
|
'Players may only remove another players communication device when it is logical within role-play.',
|
|
'Players can not use information gathered from outside the server (such as forums) while in-game.',
|
|
'Knowledge and experiences should be learned and discovered by a players current character in-game.',
|
|
'Players can not force another player into a situation that they cannot role-play out of. This is known as "Power-Gaming".',
|
|
'Players must use common sense when encountering power-gaming potential situations.',
|
|
]
|
|
|
|
var newlife = [
|
|
'Players that are downed but then stabilized should continue role-play accordingly.',
|
|
'Players that are killed ("respawn" is prompted) must "forget" their previous situation in which they have died.',
|
|
'Players that are killed may still proceed with their current character. (Or you can create a new character).',
|
|
]
|
|
|
|
var abuse = [
|
|
'Players can not abuse or exploit bugs.',
|
|
'Players can not hack or script. (using third-party software, injectors, etc).',
|
|
'Players who report an exploit using the proper procedures will be rewarded ingame.',
|
|
]
|
|
|
|
var staff = [
|
|
'Staff Team:',
|
|
'ThatGuyJacobee - Developer',
|
|
'King Rodriguez - Developer',
|
|
'Skylerblue21 - Developer',
|
|
'vJack - Head Admin',
|
|
'Choxie - Admin',
|
|
'Harold - Moderator',
|
|
'aF - Staff',
|
|
'Suu - Staff',
|
|
]
|
|
|
|
// Modify hotkeys below.
|
|
var generalhotkeys = [
|
|
'Press <kbd>M</kbd> to open v-Menu.',
|
|
'Hold <kbd>UPARROW</kbd> to view the player list.',
|
|
'Press <kbd>F1</kbd> to open and close the phone.',
|
|
'Press <kbd>F2</kbd> to toggle no-clip mode.',
|
|
'Press <kbd>F5</kbd> to open police menu [Police ONLY].',
|
|
'Press <kbd>F6</kbd> to open the emote menu.',
|
|
'Press <kbd>F7</kbd> to open this support menu.',
|
|
'Press <kbd>F10</kbd> to toggle voice proximity.',
|
|
'Press <kbd>Shift</kbd> + <kbd>F10</kbd> to take out or put away the handheld RP Radio.',
|
|
'Press <kbd>F11</kbd> to open Enchanced Camera Menu.',
|
|
'Use <code>/vote</code> in the chat to display the link at the bottom of the screen and in the chat.',
|
|
]
|
|
|
|
var rphotkeys = [
|
|
'Use <code>/911</code> to open the civilian emergency call menu!',
|
|
'Use <code>/me {message}</code> to talk in character in the chat.',
|
|
'Use <code>/mee {message}</code> to talk in character above your player.',
|
|
'Use <code>/ooc {message}</code> to talk out of character.',
|
|
'Use <code>/darkweb {message}</code> in chat to post on the darkweb.',
|
|
// 'Use <code>/ad {message}</code> in chat to post an advertisemnet.',
|
|
'Use <code>/drugdeal {message}</code> in chat to post on the drugdeal website.',
|
|
'Use <code>/emotemenu {message}</code> in chat to open up the emote menu.',
|
|
'Use <code>/revive</code> or <code>/respawn</code> in chat after the timer is over to respawn or revive.',
|
|
'Press <kbd>X</kbd> to put your hands up.',
|
|
'Press <kbd>B</kbd> to point.',
|
|
'Press <kbd>U</kbd> to fall to the floor/RP Death.',
|
|
'Press <kbd>LEFT CTRL</kbd> to crouch.',
|
|
'Press <kbd>Space</kbd> + <kbd>E</kbd> to tackle.',
|
|
]
|
|
|
|
var vehiclehotkeys = [
|
|
//'Press <kbd>U</kbd> to lock/unlock your vehicle.',
|
|
'Press <code>/engine</code> to turn car engine off/on.',
|
|
'Press <kbd>F9</kbd> to toggle engine.',
|
|
'Press <kbd>-</kbd> for the left blinker, <kbd>=</kbd> for the right blinker & <kbd>]</kbd> to put on the hazard lights.',
|
|
'You may use <code>/dv</code> to delete your vehicle and <code>/fix</code> to temporarily fix engine, or fix fully if near a repair point.',
|
|
'You may use vMenu to customise and modify your vehicle.',
|
|
]
|
|
|
|
var jobshotkey = [
|
|
'Use v-Menu to teleport to clock-in stations.',
|
|
'Press <kbd>F5</kbd> to open Police Menu.',
|
|
'Use <kbd>F6</kbd> to oepn the police speed radar. ',
|
|
'Use <code>/mdt</code> to open the in-game CAD MDT.',
|
|
'Use <code>/panic</code> to press the emergency panic button.',
|
|
'Press <kbd>LEFT ALT + 7</kbd> to open the CAD Terminal.',
|
|
'Press <kbd>LEFT ALT + 8</kbd> to move the CAD Terminal.',
|
|
'Press <kbd>LEFT ALT + 9</kbd> to close the CAD Terminal.',
|
|
'Press <kbd>Q</kbd> to turn on emergency lights.',
|
|
'Press <kbd>1</kbd> to turn on sirens.',
|
|
'Press <kbd>Z</kbd> to turn on secondary siren.',
|
|
'Press <kbd>R</kbd> to change siren.',
|
|
]
|