]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Higher movement factor based on scale
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 19 Mar 2012 13:23:24 +0000 (15:23 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 19 Mar 2012 13:23:24 +0000 (15:23 +0200)
data/defaultVT.cfg
docs/Release notes.txt
docs/TODO.txt

index 4f96470a46b09842b6afcf9b6912f4a8005fbfd7..db89655caed80b4661701b9b9920a7e658a6d7bf 100644 (file)
@@ -1678,7 +1678,7 @@ set g_healthsize_max 150 "Player size may not grow past this amount of health"
 set g_healthsize_death 0.25 "Dead players are further shrunken by this amount"\r
 set g_healthsize_death_min -100 "Health at which dead players stop being shrunken"\r
 set g_healthsize_weight 0.75 "Size affects player gravity by this amount"\r
-set g_healthsize_movementfactor 0.5 "Amount by which player size affects jumping and running"\r
+set g_healthsize_movementfactor 0.75 "Amount by which player size affects jumping and running"\r
 set g_healthsize_falldamagefactor 0.5 "Amount by which player size influences fall damage"\r
 set g_healthsize_viewfactor 2 "The view is offset by this amount based on player size"\r
 set g_healthsize_soundfactor 0.5 "The sounds players make are amplified or reduced by this amount based on their size"\r
index bc3457e71d272a8cd0e77eabce88cf2f6060a19a..635c6333d844ff7d91d7e8375bb8e4076ad019c5 100644 (file)
@@ -344,6 +344,6 @@ Bug fixes:
 \r
 Features:\r
 \r
-- ?\r
+- Player size also influences weight. Macros will have more gravity while micros float more easily. Jump pads throw players at the correct destination if their weight is changed by scale, but a loaded stomach will still reduce traveling speed.\r
 \r
 Known bugs:\r
index ceb8eae7e06523d8f09744557ba034c4ef9afec3..fd18247206f5129f5a2bfd6a771f9dc8b878ba7f 100644 (file)
 \r
 - 0.8 BUG: Stomach load appeared 101 while my health was 100\r
 \r
+- 0.8: Give weapons a weight, which affects the player based on size\r
+\r
 - 0.8: Make some g_healthsize cvars g_balance_healthsize, and move them to balanceVT.cfg\r
 \r
 - 0.8: Make player fatness depend on frags, using a trick I heard about with shaders\r