Results 1 to 7 of 7

Thread: Libcod2 Linux -> Win

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 451 Times in 305 Posts
    I don't think it is possible to port filthy_freak_'s player movement functions to Windows.
    The required function is a usercall and these calls are almost impossible to use.

    CoD2 Windows 1.3.
    PHP Code:
    hook_play_movement = new cHook(0x0456010, (int)play_movement); 
    PHP Code:
    const void *__usercall sub_456010<eax>(const void *result<eax>, int a2<ecx>) 
    I stopped working on libcod for Windows, because it has too many of these usercalls.
    Last edited by Mitch; 25th July 2015 at 19:37.

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

    kung foo man (26th July 2015)

Posting Permissions

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