]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - xonotic-client.cfg
items: fix animation interference with physics and reset animation properly if disabled
[xonotic/xonotic-data.pk3dir.git] / xonotic-client.cfg
index 5cce2678371ab4eb31b8666751e5932902622743..691ab3a979a2c1299aca7d28da003c717d9c9569 100644 (file)
@@ -905,10 +905,10 @@ exec hud_luma.cfg
 // enable menu syncing - must be after files that call menu_sync on startup - see alias menu_sync ""
 alias menu_sync "menu_cmd sync"
 
+seta cl_items_animate 7 "1 enables bobbing and spinning of 3d items, 2 enables fading out of despawning loot items, 4 enables glowing particles for despawning loot items; add the numbers together to enable that combination."
 seta cl_items_fadedist 500 "distance, relative to the server's g_items_maxdist, at which far away items will start to fade out; 0 disables fading effect"
 seta cl_items_vehicle_alpha 0.75 "Alpha of items seen from inside a vehicle"
 seta cl_items_vehicle_color "2 0.5 0.5" "Colour of items seen from inside a vehicle"
-seta cl_animate_items 1
 seta cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)"
 seta cl_ghost_items_color "-1 -1 -1" "color of ghosted items (colormod format: 0 0 0 leaves the color unchanged, negative values allowed)"
 seta cl_simple_items 0 "enable simple items (if server allows)"