[74978] users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff

ryandesign at macports.org ryandesign at macports.org
Mon Jan 10 03:58:38 PST 2011


Revision: 74978
          http://trac.macports.org/changeset/74978
Author:   ryandesign at macports.org
Date:     2011-01-10 03:58:31 -0800 (Mon, 10 Jan 2011)
Log Message:
-----------
PlasmaClient: remove part of the undo-372 patch that is not the problem (updated walk/run speeds)

Modified Paths:
--------------
    users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff

Modified: users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff
===================================================================
--- users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff	2011-01-10 11:51:11 UTC (rev 74977)
+++ users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff	2011-01-10 11:58:31 UTC (rev 74978)
@@ -129,35 +129,6 @@
    iState = input_state;
  }
  
-@@ -201,11 +185,23 @@
- const float c5FRunJump12FHorzSpeed = 12.0f / c5FJumpUDTime;
- const float c5FRunJump20FHorzSpeed = 20.0f / c5FJumpUDTime;
- 
--const float run_speed = 15.18f; // number taken from Cyan's armature debug info
--const float walk_speed = 5.84f; // number taken from Cyan's armature debug info
--//const float walk_bwd_speed = 4.15f; // number taken from Cyan's armature debug info (FEMALE)
--const float walk_bwd_speed = 4.66f; // number taken from Cyan's armature debug info (MALE)
--
-+// TODO: DO science for walking speeds and walking jump distances. These are NOT in Cyan Plugin Documentation at the moment.
-+// Scienced numbers:
-+// 1) Running in circle (up+right+shift), using fraps video capture, and neroshowtime to determine time, frames count.
-+//    Circled in 3 41/60 sec in Minkata using female avatar in 3rd person.
-+//    Measured diameter using city using male,3rd person on city terrase/balcony at top of great stair (looking toward bridge)
-+//    Using Ki coordinates computed inner circle edge of floor decal (matches run circle!) to be 16.571 feet = 52.059... feet circum.
-+//    Giving a run speed of 14.135 f/s. Suspect that number are integers in the end so use 14.f/s?
-+// 2) Running straight (up+right+shift), using fraps video capture, and neroshowtime to determine time, frames count.
-+//    using markers in city at top of great stairs, male avatar in 3rd person.
-+//    distance between 4 markers : 53.3435 fee Total time: 4.0833 sec. 13.06 f/s
-+const float run_speed = 14.0f;
-+// 3) Walking straight (up+right+shift), using fraps video capture, and neroshowtime to determine time, frames count.
-+//    using markers in city at top of great stairs, male avatar in 3rd person.
-+//    distance between 4 markers : 53.3435 fee Total time: 10.5666 sec. 5.05 f/s
-+const float walk_speed = 5.0f;
-+// Based on Cyan client observation when walking backward vs forward (not scienced)
-+const float walk_bwd_speed = walk_speed * .8f;
- // Just from counting patatoes (not scienced)
- const float strafe_speed = 2.f;
- 
 @@ -214,7 +210,9 @@
  // Standing was measured using fraps video capture, and neroshowtime to determine time, frames count.
  // spinning full circle in 4 sec in city using male avatar in 1st person
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110110/a58d0060/attachment.html>


More information about the macports-changes mailing list