Adding more hair / face options at Character creation

Results 1 to 4 of 4
  1. #1
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Adding more hair / face options at Character creation

    How can it be done? I want to add 2 new hair and face options on the July 08 client. Does anyone know?


  2. #2
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Adding more hair / face options at Character creation

    I found step one.
    In ur default.mrs, open CharCreation.xml
    under
    Code:
    	<!-- Conbobox : 헤어 선택창 -->
    	<COMBOBOX item="CC_Hair" parent="CharCreation">
    		<LISTBOXLOOK>CustomListBoxLook</LISTBOXLOOK>
    		<BUTTONLOOK>ListBoxButtonLook</BUTTONLOOK>
    		<BOUNDS>
    			<X>80</X>
    			<Y>104</Y>
    			<W>153</W>
    			<H>24</H>
    		</BOUNDS>
    		<TEXTALIGN>
    			<HALIGN>center</HALIGN>
    			<VALIGN>center</VALIGN>
    		</TEXTALIGN>
    		<ITEMHEIGHT>18</ITEMHEIGHT>
    		<LISTITEM selected="true">STR:UI_CC_LIST_02_01</LISTITEM> <!-- 타입1 -->
    		<LISTITEM>STR:UI_CC_LIST_02_02</LISTITEM> <!-- 타입2 -->
    		<LISTITEM>STR:UI_CC_LIST_02_03</LISTITEM> <!-- 타입3 -->
    		<LISTITEM>STR:UI_CC_LIST_02_04</LISTITEM> <!-- 타입4 -->
    		<DROPSIZE>210</DROPSIZE>
    	</COMBOBOX>
    Add another <LISTITEM>Hair Type 5</LISTITEM>.
    Ok some1 continue with step 2.

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Adding more hair / face options at Character creation

    That's just the XML part. What about the ASM part?

  4. #4

    Re: Adding more hair / face options at Character creation

    I've not looked into it, but I guess that the character creation calls are in:

    _ZGetCreateCharacterButtonListener_::_2_::ListenerClass::OnCommand

    You'll probably have to check for the widgets too (dropbox).



Advertisement