how to change the images to load gunz?

Results 1 to 6 of 6
  1. #1
    Enthusiast juanjunio is offline
    MemberRank
    Jul 2010 Join Date
    49Posts

    how to change the images to load gunz?

    Hello. would like to know how to make gunz when initiating change when loading loading ...

    Say you change the picture to that percentage of the bar ...

    you could do that? as?


    Please ..

    sorry for my English!


  2. #2
    Member iOverRun is offline
    MemberRank
    Apr 2011 Join Date
    Near by !!Location
    98Posts

    Re: how to change the images to load gunz?

    interface/default/loading/loading.bmp ?!

  3. #3
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: how to change the images to load gunz?

    Quote Originally Posted by iOverRun View Post
    interface/default/loading/loading.bmp ?!
    i think he needs code for adding percentage instead of Loading text.

    main.cpp:
    static const char *szDone = "100%";
    ZGetInitialLoading()->SetLoadingStr(szDone);
    zinitialloading.cpp
    void ZLoadingProgress::Draw()
    {
    float fTotalProgress = m_fTotalProgressStart + m_fThisAmount * m_fCurrentProgress;
    #ifdef _DEBUG // Ȥ½Ã µÇµ¹¾Æ°¡´Â°æ¿ìÀÎÁö üũ
    _ASSERT(m_fLastProgress<=fTotalProgress);
    m_fLastProgress=fTotalProgress;
    #endif
    char cstrLoading[512];
    sprintf( cstrLoading, "%d%%", (int) floor(fTotalProgress * 100.f + 0.5));

    ZGetInitialLoading()->SetLoadingStr( cstrLoading );
    ZGetInitialLoading()->SetPercentage( fTotalProgress * 100.f );
    ZGetInitialLoading()->Draw( MODE_DEFAULT, 0 , true );
    }
    this will help u a bit !

  4. #4
    Enthusiast juanjunio is offline
    MemberRank
    Jul 2010 Join Date
    49Posts

    Re: how to change the images to load gunz?

    ok .. But as I leave the text aside and make another change loading_adult?
    Last edited by juanjunio; 07-03-13 at 02:35 PM.

  5. #5
    Apprentice FRANKTANK is offline
    MemberRank
    Mar 2013 Join Date
    8Posts

    Re: how to change the images to load gunz?

    interface/default/loading/loading_adult.jpg
    and interface/default/loading/loading_teen.jpg

  6. #6
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: how to change the images to load gunz?

    You can set it so it uses Loading_adult Loading_1 Loading _2 Loading _3



Advertisement