Results 1 to 5 of 5

Thread: original cod2 models height

  1. #1
    Private First Class
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    37
    Thanked 14 Times in 14 Posts

    original cod2 models height

    what is the height of original cod2 models ? (british , german , russian , american) 70 ?

  2. The Following User Says Thank You to feanor For This Useful Post:

    kung foo man (15th November 2017)

  3. #2
    ... connecting
    Join Date
    Nov 2013
    Posts
    4
    Thanks
    538
    Thanked 7 Times in 3 Posts

  4. The Following 2 Users Say Thank You to kubislav23 For This Useful Post:

    feanor (15th November 2017),kung foo man (15th November 2017)

  5. #3
    Private First Class
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    37
    Thanked 14 Times in 14 Posts
    may i ask why he specified also 183.6 cm ? i am trying to fix silent aim cheat (editing serthy's script) he specified player's height is 64 but i realized its wrong.thats why i asked. also i shot a laid player from his legs , it showed me length from his legs to head was 70.6(as i remember maybe 70.2). does height is changing when player lying on the ground ?
    Last edited by feanor; 16th November 2017 at 08:26.

  6. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    One inch is 2.54 cm, 183.60 cm / 2.54 = ~72.28 inches

    Also this might help you:

    https://github.com/kungfooman/cod2_s...utils.gsc#L184

    Code:
    getRealEye()
    {
        player = self;
    
        stance = player getStance();
        
        offset = 0;
        switch (stance)
        {
            case "stand": offset =  20; break;
            case  "duck": offset =   0; break;
            case   "lie": offset = -30; break;
            //default: offset = getcvarint("offset");
        }
    
        realEye = player getEye() + (0,0,offset);
        return realEye;
    }
    timescale 0.01

  7. The Following User Says Thank You to kung foo man For This Useful Post:

    feanor (16th November 2017)

  8. #5
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts
    If I am doing the visual overview correctly it looks like it should be something slightly above radiant 72 units, asserting that one smallest grid box is 2 radiant units.

    Click image for larger version. 

Name:	radh.PNG 
Views:	35 
Size:	35.3 KB 
ID:	1379

  9. The Following 2 Users Say Thank You to YuriJurek For This Useful Post:

    feanor (16th November 2017),kung foo man (16th November 2017)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •