Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49

Thread: Spearhead Demo Recording

  1. #41

    Thumbs up

    If wombat made some change and it's doing a comparison and jumping to some function or part of the code, you can try this (though, it's not a good way to do it)

    setup a break point to figure out where the values are being stored and compared.. Once you get the location in the binary, make a unconditional jump as long as the value is greater than 0.

    so you can use JNE or JNZ

    my assumption (and I'm totally guessing in the dark here)..

    wombat is checking if the cvar is enabled assuming it has a value. If it's enabled, he then goes into a function or some portion of the code and tells it to start recording.

    The issue lies; based on what you're saying, that it works only for a specific value, which case he must be specifying. in other words

    Code:

    if(g_synchronousClients->value == 1 && cg_smoothclientstime == 1)

    so you can change it to the below

    Code:

    if(g_synchronousClients->value > 0 && cg_smoothclientstime > 0)
    {
    //do stuff
    }



    I hope so wombat will do some things, if He have time.
    Last edited by Nissa; April 6th, 2012 at 08:03 PM.

  2. #42

    Default

    wombat do you think you could fix the problems somehow?

  3. #43

    Default

    wombat if you cant do anything, tell us pls.

  4. #44

    Default

    Quote Originally Posted by Nissa View Post
    wombat if you cant do anything, tell us pls.
    yes please :>

  5. #45
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    After talking to him, I quote his response

    hmm i don't think i can do anything, since as razor pointed out it's too deep in the engine so it isn't easy to fix. got too much university work to do right now anyways

  6. #46

    Default

    hm ok unlucky

  7. #47

  8. #48

    Default

    Nice, thanks!
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


  9. #49
    Developer RyBack's Avatar
    Join Date
    Apr 2014
    Location
    In Front of the screen
    Posts
    1,603

    Default

    Quote Originally Posted by SteveD View Post
    How exactly ?

Posting Permissions

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