GunZ 1.0 like shop layout

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    GunZ 1.0 like shop layout

    Hello,

    Since some people dislike the layout of the GunZ 1.5 store/equip menu I'll tell you what to edit in the source and xml
    First extract default.mrs and edit shop.xml
    Goto:
    Code:
    	<EQUIPMENTLISTBOX item="AllEquipmentList" parent="Shop">
    And change:
    Code:
    		<NUMCOLUMN>2</NUMCOLUMN>
    to:
    Code:
    		<NUMCOLUMN>1</NUMCOLUMN>
    Now open equipment.xml
    Goto:
    Code:
    	<EQUIPMENTLISTBOX item="EquipmentList" parent="Equipment">
    And change:
    Code:
    		<NUMCOLUMN>2</NUMCOLUMN>
    to:
    Code:
    		<NUMCOLUMN>1</NUMCOLUMN>
    Recompile default.mrs

    Now the C++ part.


    Go to Mint2/source
    Open MMultiColListBox.cpp
    Change:
    Code:
    , m_desiredNumRow(4)
    , m_itemHeight(16)
    to
    Code:
    , m_desiredNumRow(8) //4
    , m_itemHeight(8) //16


    Now go to Gunz and open ZShopEquipListbox.cpp
    Goto: void ZShopEquipListItem::OnDraw

    change:
    Code:
    	if (bSelected)
    		pDC->SetColor(220, 220, 220);
    	else if (bMouseOver)
    		pDC->SetColor(60, 60, 60);
    	else
    		pDC->SetColor(30, 30, 30);
    to:
    Code:
    	if (bSelected)
    		pDC->SetColor(220, 220, 220);
    	else if (bMouseOver)
    		pDC->SetColor(60, 60, 60);
    	else
    		pDC->SetColor(19, 19, 19);
    change:
    Code:
    	if (!bSelected)
    		pDC->SetColor(200, 200, 200);
    	else
    		pDC->SetColor(20, 20, 20);
    to:
    Code:
    	if (!bSelected)
    		pDC->SetColor(200, 200, 200);
    	else
    		pDC->SetColor(19, 19, 19);
    gunblade_20120930_195122.jpg

    Side note: To make the menu smaller, use the GunZ 1.0 shop xml and dds files and such


  2. #2
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: GunZ 1.0 like shop layout

    good job mate :D

  3. #3
    Member ConceptGFX is offline
    MemberRank
    Mar 2011 Join Date
    56Posts

    Re: GunZ 1.0 like shop layout

    OMG. Thank you so much. I hate the big fucking Gunz 1.5 shop. It's so hard to see

  4. #4
    Hakuna Matata bulli10 is offline
    MemberRank
    Feb 2011 Join Date
    697Posts

    Re: GunZ 1.0 like shop layout

    already most kind and cute guy in gunz cummonity i love u :)

  5. #5
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: GunZ 1.0 like shop layout

    Quote Originally Posted by bulli10 View Post
    already most kind and cute guy in gunz cummonity i love u :)
    Haha thanks! :)

  6. #6
    Member MixBanana is offline
    MemberRank
    Sep 2012 Join Date
    55Posts

    Re: GunZ 1.0 like shop layout

    Finally something useful, Good work

  7. #7
    Apprentice Klui is offline
    MemberRank
    Sep 2012 Join Date
    C:\Peru\LimaLocation
    21Posts

    Re: GunZ 1.0 like shop layout

    Very nice release.

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

    Re: GunZ 1.0 like shop layout

    Flawless Victory xD

  9. #9
    Enthusiast Eagle2012 is offline
    MemberRank
    Aug 2012 Join Date
    27Posts

    Re: GunZ 1.0 like shop layout

    Look so good and decent, unlike the Gunz 1.5 Shop, it's so weird.
    Nice releases. Cute Item Shop Face.

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

    Re: GunZ 1.0 like shop layout

    Gunblade, such an experienced developer, good job

  11. #11
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: GunZ 1.0 like shop layout

    Quote Originally Posted by bulli10 View Post
    already most kind and cute guy in gunz cummonity i love u :)
    Are you hitting on him? :O

    Anywayz.. good release ;).

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

    Re: GunZ 1.0 like shop layout

    Could spend some time perfecting it to look just like the 1.0 one.

  13. #13
    Account Upgraded | Title Enabled! gatsu is offline
    MemberRank
    Nov 2008 Join Date
    ItalyLocation
    250Posts

    Re: GunZ 1.0 like shop layout

    This tutorial works with 2008's server files?

  14. #14
    Member MixBanana is offline
    MemberRank
    Sep 2012 Join Date
    55Posts

    Re: GunZ 1.0 like shop layout

    Quote Originally Posted by gatsu View Post
    This tutorial works with 2008's server files?
    Why you need this on 2008 files if on 2008 files Already have it.

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

    Re: GunZ 1.0 like shop layout

    Yay finally i can change it to the large icon back. Thanks man i can reverse it from 1.0 to 1.5 shop :D



Page 1 of 2 12 LastLast

Advertisement