rv-props-tablet add + Loading Edit + qb-target

- rv-props: prop tableta custom cu logo-ul serverului (prop_rv_tablet)
- 17mov_JobCenter: trigger tableta custom cand playerul este la Job Center
- Loading Screen: logo 320px, texte in romana, accent rosu #cc1133, card info RV
- qb-target: punctul (eye) dublu ca size (8px→16px), hover text rosu #cc1133
- 17mov_JobCenter: GlobalColor #cc1133 (accent mai inchis)
- colors.css: tema Red Valley pe toate NUI-urile (accent, background alb transparent)
- docs: 17mov_Hud API reference complet, server knowledge update
This commit is contained in:
2026-04-01 20:23:47 +03:00
parent f2ea62d16c
commit 89070f745b
5347 changed files with 450 additions and 12423 deletions

View File

@@ -2,9 +2,23 @@
/* DONT CHANGE COLOR FORMAT! It's must stay as 3 numbers separated with spaces representing rgb format */
:root {
--color-accent: 103 155 255;
--color-accent: 204 17 51;
--color-danger: 255 0 61;
--color-background-primary: 200 215 239;
--color-background-primary: 255 255 255;
--color-text-primary: 255 255 255;
--color-text-secondary: 235 235 245;
}
/* ===== RED VALLEY LOADING SCREEN OVERRIDES ===== */
/* MainTitle "Loading" → alb ușor transparent */
.text-6xl.font-\[Agency\].text-accent,
.text-6xl.font-\['Agency'\].text-accent {
color: rgba(255, 255, 255, 0.7) !important;
}
/* MainSubtitle "Screen" → pink/magenta din logo */
.text-6xl.font-\[Agency\].text-white,
.text-6xl.font-\['Agency'\].text-white {
color: #E91E8C !important;
}

View File

@@ -3,7 +3,7 @@
"Enable": true,
"Src": "./loadingscreen/images/logo.webp",
"Size": {
"Width": "160px",
"Width": "320px",
"Height": "auto",
"Left" : "50%",
"Top": "50%"

View File

@@ -2,9 +2,9 @@
/* DONT CHANGE COLOR FORMAT! It's must stay as 3 numbers separated with spaces representing rgb format */
:root {
--color-accent: 103 155 255;
--color-accent: 204 17 51;
--color-danger: 255 0 61;
--color-background-primary: 200 215 239;
--color-background-primary: 255 255 255;
--color-text-primary: 255 255 255;
--color-text-secondary: 235 235 245;
}

View File

@@ -3,7 +3,7 @@
"Enable": true,
"Src": "./loadingscreen/images/logo.webp",
"Size": {
"Width": "160px",
"Width": "320px",
"Height": "auto",
"Left" : "50%",
"Top": "50%"
@@ -96,10 +96,10 @@
"Locale": {
"MainTitle": "Loading",
"MainSubtitle": "Screen",
"CardTitle": "Information!",
"CardDescription": "This is default configuration of loading screen. It's impossible to make loadingscreen config on lua side - that's why it's config is at /web/loadingscreen/config.json. You can play youtube video in background, change music, translate etc.. Also don't forget that you can change colors in /web/colors.css",
"LoadingProgress": "Loading... %s",
"PauseMusic": "Press space to pause music",
"PlayMusic": "Press space to play music"
"CardTitle": "Bun venit!",
"CardDescription": "Bine ai venit pe Red Valley Roleplay! Serverul se încarcă, te rugăm să ai răbdare.",
"LoadingProgress": "Se încarcă... %s",
"PauseMusic": "Apasă SPACE pentru a opri muzica",
"PlayMusic": "Apasă SPACE pentru a porni muzica"
}
}