remove loading mesh

Results 1 to 10 of 10
  1. #1
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    remove loading mesh

    how i can remove this a shitt: ?


  2. #2
    Account Upgraded | Title Enabled! Taxic is offline
    MemberRank
    Nov 2011 Join Date
    The NetherlandsLocation
    203Posts

    Re: remove loading mesh

    may i ask why...?

  3. #3
    Account Upgraded | Title Enabled! metalgunz is offline
    MemberRank
    May 2011 Join Date
    390Posts

    Re: remove loading mesh

    Actually I think it is kind of useful x3. So if someone is trying to go into game and their loading stops at maybe lets say "loading mesh" and they report it, you could go find out whats wrong. Is it really that annoying?

  4. #4
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: remove loading mesh

    Quote Originally Posted by metalgunz View Post
    Actually I think it is kind of useful x3. So if someone is trying to go into game and their loading stops at maybe lets say "loading mesh" and they report it, you could go find out whats wrong. Is it really that annoying?
    yes i want to remove it.

  5. #5
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: remove loading mesh

    up ..!

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: remove loading mesh

    Search for "Loading %s".

  7. #7
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: remove loading mesh

    Quote Originally Posted by Vusion View Post
    Search for "Loading %s".
    I've searched for "Loading Mesh" all the time with no result..

  8. #8
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: remove loading mesh

    if(m_pLoadingStr && mpDC ) {
    char buffer[256];
    sprintf(buffer,"Loading %s ...",m_pLoadingStr);
    int nWidth = mpDC->m_Font.GetTextWidth(buffer);
    int x = (int)(RGetScreenWidth() * 0.5) - nWidth/2;
    int y = (int)(RGetScreenHeight() * 0.9f);
    mpDC->m_Font.DrawText( x, y, buffer, 0xFFCCCCCC );
    }
    and waht i need to do with this?

    if(m_pLoadingStr && mpDC ) {
    char buffer[256];
    sprintf(buffer,"Loading %s ...",m_pLoadingStr);
    int nWidth = mpDC->m_Font.GetTextWidth(buffer);
    int x = (int)(RGetScreenWidth() * 0.5) - nWidth/2;
    int y = (int)(RGetScreenHeight() * 0.9f);
    mpDC->m_Font.DrawText( x, y, buffer, 0xFFCCCCCC );
    }
    and waht i need to do with this?

    Fixed thank you .

  9. #9
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: remove loading mesh

    /* Comment out the function */
    // You really shouldn't need any more information than that.

  10. #10
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: remove loading mesh

    thank yyou Fixed .



Advertisement