X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=BaI-mod.md;h=94d9b170836bab2138f22482b1a5550fc272ac8f;hb=HEAD;hp=6ee870b85a9d05f803baa9145da23c39c2b9ada7;hpb=3b611e79cedbcc996d79f4e13c34bcf627ce829d;p=xonotic%2Fxonotic.wiki.git diff --git a/BaI-mod.md b/BaI-mod.md index 6ee870b..94d9b17 100644 --- a/BaI-mod.md +++ b/BaI-mod.md @@ -2,7 +2,8 @@ > 1. [Notes for developers](#notes-for-developers) > 2. [HUD configuration](#hud-configuration) > 3. [Chat sounds](#chat-sounds) -> 4. [References](#references) +> 4. [Country flags](#country-flags) +> 5. [References](#references) [**Mod**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/z411/bai-server) developed by [**z411**](https://gitlab.com/z411) for the BaI Xonotic server. Most of these are features ported from Quake 3/Quake Live and some might be undesirable for some Xonotic players, here is the content in case Xonotic players want any of them in the main game. @@ -37,7 +38,7 @@ The resources should be saved in `PATH/data`. - Chat sounds: -[zzz-bai-jokes-v18.pk3](uploads/f16e2c669c122f62d8ae663f4df18823/zzz-bai-jokes-v18.pk3) +[zzz-bai-jokes-v19.pk3](uploads/0f9c790bf32b98628b7eaf439cd72bc7/zzz-bai-jokes-v19.pk3) - Quickmenu: @@ -87,9 +88,9 @@ Attacker text: Cvars: -`hud_spectatorteamdisplay 1 //sets team spectator display HUD` +`hud_panel_spect_scores 1 //sets team spectator display HUD scores` -`hud_spectatorplayernamedisplay 1 //sets player name spectator display HUD` +`hud_panel_spect_playername 1 //sets player name spectator display HUD` SpectatorHUD @@ -99,7 +100,9 @@ Cvars: attackername -`hud_itempickupdisplay 1 //sets item pickup display HUD` +`hud_panel_itempickup 1 //sets item pickup entire display HUD` + +`hud_panel_itempickup_timer 1 //sets item pickup timer display` items @@ -129,6 +132,16 @@ set sv_chat_sounds_list "200 abusadores alert andate antabaka apruebo arigato au You can write in the chat, the sound name to be played. +# Country flags + +Keep in mind that country flags are saved inside zzz-bai-gfx-v8.pk3 file, each flag has its own number (0-249). Uses a bot to identify automatically player's IP and execute the following command: + +`setflag #player_id numberofflag` + +*Note* : this command can be tested on a server without this bot. + +scoreboardCountryflag + # References https://omaera.org/~z411/xonotic/ \ No newline at end of file