Overhaul stat screen, remove fanart.

This commit is contained in:
Mari the Deer 2023-09-09 14:47:30 +02:00
commit bb8478af4a
43 changed files with 463 additions and 1012 deletions

View file

@ -19,7 +19,6 @@ nosave bool swwm_pois = true; // show points of interest highlighted by omnisi
nosave bool swwm_shaders = true; // use pp shaders for some effects
server bool swwm_revive = true; // allows the player to do an "emergency reboot" when dying
server int swwm_revivecooldown = 60; // cooldown after using a revive, in seconds (0: no limit)
nosave int swwm_interart = 1; // show art on intermissions (2: only fanart, 3: only official renders)
server int swwm_blood = 1; // custom blood/gibbing (2: forcibly use our blood)
server int swwm_maxblood = 200; // max blood effects at any time
server int swwm_maxgibs = 100; // max gibs at any time
@ -36,7 +35,6 @@ server bool swwm_omnibust = false; // add wallbusting effect to all weapons
server bool swwm_superfuel = false; // enable unlimited fuel
server bool swwm_partytime = false; // killed enemies burst into confetti
nosave bool swwm_bigtags = false; // use a bigger font for targeter tags
nosave bool swwm_intermusic = false; // use original intermission music
server int swwm_enemydrops = 0; // allow enemies to drop ammo and weapons (-1 - no ammo or weapons, 0 - ammo only, 1 - both)
user bool swwm_collectanim = true; // player special gestures for collectables (first person only)
nosave int swwm_precisecrosshair = 1; // use mod's own, more precise crosshair (2 - force even when crosshair is not on)
@ -63,7 +61,6 @@ nosave bool swwm_nomapmsg = false; // disables special map dialogue messages
nosave bool swwm_weapontooltips = true; // shows a tooltip on weapon operation when first selected
nosave string swwm_tooltipshown = ""; // which weapons have already had their tooltips displayed
nosave noarchive bool swwm_tooltipnote = false; // set if the note on how to disable tooltips was already displayed
nosave bool swwm_nointertips = false; // hides intermission tips, in case you don't want to see them
nosave bool swwm_beepboop = false; // prompts the Demolitionist to go "beep", "boop" and "bop" when pressing any switch (may get annoying)
nosave string swwm_menuposehistory = ""; // stores currently seen poses for the main menu, for shuffling
nosave string swwm_titlesubhistory = ""; // stores currently seen subtitles for the title screen, for shuffling