remove loading mesh .

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

    remove loading mesh .

    esay and simple:
    go to ZInitialLoading.cpp
    line 258
    PHP Code:
            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.DrawTextxybuffer0xFFCCCCCC );
            } 
    Remove the "Loading %s ..."

    its need to be like this

    PHP Code:
            if(m_pLoadingStr && mpDC ) {
                
    char buffer[256];
                
    sprintf(buffer,"",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.DrawTextxybuffer0xFFCCCCCC );
            } 
    Done.


  2. #2
    Valued Member Kahazard is offline
    MemberRank
    Oct 2011 Join Date
    126Posts

    Re: remove loading mesh .

    totally useless lol

  3. #3
    Proficient Member xTrafx is offline
    MemberRank
    Feb 2012 Join Date
    152Posts

    Re: remove loading mesh .

    waht this thing do its just remove the loading mash?

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

    Re: remove loading mesh .

    XD was this necessary?... I don't think anyone will need this... especially since this has never been an issue or annoyance to anyone here.

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

    Re: remove loading mesh .

    You should comment out the whole function, not remove just the text. It is just a waste then x.x

  6. #6
    Enthusiast mikisa33 is offline
    MemberRank
    Dec 2012 Join Date
    IsrealLocation
    47Posts

    Re: remove loading mesh .

    LOL Thanks ! (:

  7. #7
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: remove loading mesh .

    Quote Originally Posted by hotgame View Post
    esay and simple:
    go to ZInitialLoading.cpp
    line 258
    PHP Code:
            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.DrawTextxybuffer0xFFCCCCCC );
            } 
    Remove the "Loading %s ..."

    its need to be like this

    PHP Code:
            if(m_pLoadingStr && mpDC ) {
                
    char buffer[256];
                
    sprintf(buffer,"",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.DrawTextxybuffer0xFFCCCCCC );
            } 
    Done.
    %s loads the function next to it , so you need to comment the whole function.

  8. #8
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: remove loading mesh .

    Quote Originally Posted by Wucas View Post
    You should comment out the whole function, not remove just the text. It is just a waste then x.x
    Wocus for president.

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

    Re: remove loading mesh .

    Quote Originally Posted by Wucas View Post
    You should comment out the whole function, not remove just the text. It is just a waste then x.x
    +2342423423432

    By the way , YouR saying its "Easy and simple" , So why did you open a thread about it?
    http://forum.ragezone.com/f311/remov...g-mesh-896217/

  10. #10
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: remove loading mesh .

    Quote Originally Posted by ofiritsmeeee View Post
    +2342423423432

    By the way , YouR saying its "Easy and simple" , So why did you open a thread about it?
    http://forum.ragezone.com/f311/remov...g-mesh-896217/
    Because the function is easy and simple to do, and not that many people know how to read source codes.
    Please quit responding such useless posts.


    @Topic, I would've just allowed people to search the help threads to find that instead of posting but thats my opinion.

  11. #11
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: remove loading mesh .

    "remove loading mesh" no u never removed it at all, its still there, just not showing any text as you removed the output.
    Said above but i like sticking my nose in

    The whole thing can just be removed, all it's doing for the rest of it is positioning the text lol

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

    Re: remove loading mesh .

    lol just say thanks and press like...

  13. #13
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: remove loading mesh .

    Quote Originally Posted by hotgame View Post
    lol just say thanks and press like...
    If only it was worth it.

  14. #14
    Member DoomReaper is offline
    MemberRank
    Nov 2012 Join Date
    78Posts

    Re: remove loading mesh .

    I would vote for wucas if he was running for president

  15. #15
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: remove loading mesh .

    Quote Originally Posted by DoomReaper View Post
    I would vote for wucas if he was running for president
    trying to walk in wizkids steps..

    OT:
    Good, but you were too simple

    also if you want to just remove "Loading Interface, mesh, etc" ... then you can just remove the %s thing and put something else

    Loading YourGunZ...

    as example

  16. #16
    Enthusiast mikisa33 is offline
    MemberRank
    Dec 2012 Join Date
    IsrealLocation
    47Posts

    Re: remove loading mesh .

    Thanks



Advertisement