Revert profile interface
parent
2cb353438b
commit
739730127d
@ -0,0 +1,92 @@
|
|||||||
|
This Font Software is licensed under the SIL Open Font License,
|
||||||
|
Version 1.1.
|
||||||
|
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font
|
||||||
|
creation efforts of academic and linguistic communities, and to
|
||||||
|
provide a free and open framework in which fonts may be shared and
|
||||||
|
improved in partnership with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply to
|
||||||
|
any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software
|
||||||
|
components as distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to,
|
||||||
|
deleting, or substituting -- in part or in whole -- any of the
|
||||||
|
components of the Original Version, by changing formats or by porting
|
||||||
|
the Font Software to a new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed,
|
||||||
|
modify, redistribute, and sell modified and unmodified copies of the
|
||||||
|
Font Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, in
|
||||||
|
Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the
|
||||||
|
corresponding Copyright Holder. This restriction only applies to the
|
||||||
|
primary font name as presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created using
|
||||||
|
the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,259 +1,144 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
<root id="outgame"
|
|
||||||
x="0"
|
<root id="outgame" x="0" y="0" w="800" h="600" active="true" />
|
||||||
y="0"
|
|
||||||
w="800"
|
|
||||||
h="600"
|
|
||||||
active="true" />
|
|
||||||
<!-- **************************************** -->
|
<!-- **************************************** -->
|
||||||
<!-- * CONFIGURATION FOR OUTGAME INTERFACES * -->
|
<!-- * CONFIGURATION FOR OUTGAME INTERFACES * -->
|
||||||
<!-- **************************************** -->
|
<!-- **************************************** -->
|
||||||
<options name="text_selection">
|
<options name="text_selection">
|
||||||
<param name="back_select_color"
|
<param name="back_select_color" value="255 255 255 255" />
|
||||||
value="255 255 255 255" />
|
<param name="text_select_color" value="0 0 0 255" />
|
||||||
<param name="text_select_color"
|
|
||||||
value="0 0 0 255" />
|
|
||||||
</options>
|
</options>
|
||||||
<options name="system">
|
<options name="system">
|
||||||
<param name="ctrl_sheet_gray_color"
|
<param name="ctrl_sheet_gray_color" value="255 255 255 128" />
|
||||||
value="255 255 255 128" />
|
<param name="ctrl_sheet_redify_color" value="255 100 100 128" />
|
||||||
<param name="ctrl_sheet_redify_color"
|
<param name="ctrl_text_redify_color" value="255 32 32 160" />
|
||||||
value="255 100 100 128" />
|
<param name="font" value="noto_sans_display.ttf" />
|
||||||
<param name="ctrl_text_redify_color"
|
<param name="monospace_font" value="noto_mono.ttf" />
|
||||||
value="255 32 32 160" />
|
<param name="add_coef_font" value="0" />
|
||||||
<!-- <param name="font"
|
<param name="mul_coef_anim" value="1.0" />
|
||||||
value="basic.ttf" /> -->
|
<param name="bubbles_timeout" value="10" />
|
||||||
<param name="font"
|
<param name="messages_timeout" value="10" />
|
||||||
value="ryzom.ttf" />
|
<param name="context_timeout" value="5" />
|
||||||
<param name="monospace_font"
|
<param name="context_html_timeout" value="15" />
|
||||||
value="ryzom_monospace.ttf" />
|
|
||||||
<param name="add_coef_font"
|
|
||||||
value="0" />
|
|
||||||
<param name="mul_coef_anim"
|
|
||||||
value="1.0" />
|
|
||||||
<param name="bubbles_timeout"
|
|
||||||
value="10" />
|
|
||||||
<param name="messages_timeout"
|
|
||||||
value="10" />
|
|
||||||
<param name="context_timeout"
|
|
||||||
value="5" />
|
|
||||||
<param name="context_html_timeout"
|
|
||||||
value="15" />
|
|
||||||
</options>
|
</options>
|
||||||
<!-- anim 0 is the default animation -->
|
<!-- anim 0 is the default animation -->
|
||||||
<options type="animation_set"
|
<options type="animation_set" name="character_animations">
|
||||||
name="character_animations">
|
<param name="m0" value="FY_HOM_idle" />
|
||||||
<param name="m0"
|
<param name="m1" value="CP_HOM_pose" />
|
||||||
value="FY_HOM_idle" />
|
<param name="m2" value="CP_HOM_body" />
|
||||||
<param name="m1"
|
<param name="m3" value="CP_HOM_visage" />
|
||||||
value="CP_HOM_pose" />
|
<param name="m4" value="CP_HOM_course" />
|
||||||
<param name="m2"
|
<param name="m5" value="CP_HOM_view" />
|
||||||
value="CP_HOM_body" />
|
<param name="m6" value="CP_FY_HOM_species" />
|
||||||
<param name="m3"
|
<param name="m7" value="CP_MA_HOM_species" />
|
||||||
value="CP_HOM_visage" />
|
<param name="m8" value="CP_TR_HOM_species" />
|
||||||
<param name="m4"
|
<param name="m9" value="CP_ZO_HOM_species" />
|
||||||
value="CP_HOM_course" />
|
<param name="m10" value="CP_HOM_select" />
|
||||||
<param name="m5"
|
|
||||||
value="CP_HOM_view" />
|
|
||||||
<param name="m6"
|
|
||||||
value="CP_FY_HOM_species" />
|
|
||||||
<param name="m7"
|
|
||||||
value="CP_MA_HOM_species" />
|
|
||||||
<param name="m8"
|
|
||||||
value="CP_TR_HOM_species" />
|
|
||||||
<param name="m9"
|
|
||||||
value="CP_ZO_HOM_species" />
|
|
||||||
<param name="m10"
|
|
||||||
value="CP_HOM_select" />
|
|
||||||
<!-- New anims CP -->
|
<!-- New anims CP -->
|
||||||
<param name="m11"
|
<param name="m11" value="CP_FY_HOM_view" />
|
||||||
value="CP_FY_HOM_view" />
|
<param name="m12" value="CP_MA_HOM_view" />
|
||||||
<param name="m12"
|
<param name="m13" value="CP_TR_HOM_view" />
|
||||||
value="CP_MA_HOM_view" />
|
<param name="m14" value="CP_ZO_HOM_view" />
|
||||||
<param name="m13"
|
|
||||||
value="CP_TR_HOM_view" />
|
|
||||||
<param name="m14"
|
|
||||||
value="CP_ZO_HOM_view" />
|
<param name="f0" value="FY_HOF_A_idle" />
|
||||||
<param name="f0"
|
<param name="f1" value="CP_HOF_pose" />
|
||||||
value="FY_HOF_A_idle" />
|
<param name="f2" value="CP_HOF_body" />
|
||||||
<param name="f1"
|
<param name="f3" value="CP_HOF_visage" />
|
||||||
value="CP_HOF_pose" />
|
<param name="f4" value="CP_HOF_course" />
|
||||||
<param name="f2"
|
<param name="f5" value="CP_HOF_view" />
|
||||||
value="CP_HOF_body" />
|
<param name="f6" value="CP_FY_HOF_species" />
|
||||||
<param name="f3"
|
<param name="f7" value="CP_MA_HOF_species" />
|
||||||
value="CP_HOF_visage" />
|
<param name="f8" value="CP_TR_HOF_species" />
|
||||||
<param name="f4"
|
<param name="f9" value="CP_ZO_HOF_species" />
|
||||||
value="CP_HOF_course" />
|
<param name="f10" value="CP_HOF_select" />
|
||||||
<param name="f5"
|
|
||||||
value="CP_HOF_view" />
|
|
||||||
<param name="f6"
|
|
||||||
value="CP_FY_HOF_species" />
|
|
||||||
<param name="f7"
|
|
||||||
value="CP_MA_HOF_species" />
|
|
||||||
<param name="f8"
|
|
||||||
value="CP_TR_HOF_species" />
|
|
||||||
<param name="f9"
|
|
||||||
value="CP_ZO_HOF_species" />
|
|
||||||
<param name="f10"
|
|
||||||
value="CP_HOF_select" />
|
|
||||||
<!-- New anims CP -->
|
<!-- New anims CP -->
|
||||||
<param name="f11"
|
<param name="f11" value="CP_FY_HOF_view" />
|
||||||
value="CP_FY_HOF_view" />
|
<param name="f12" value="CP_MA_HOF_view" />
|
||||||
<param name="f12"
|
<param name="f13" value="CP_TR_HOF_view" />
|
||||||
value="CP_MA_HOF_view" />
|
<param name="f14" value="CP_ZO_HOF_view" />
|
||||||
<param name="f13"
|
|
||||||
value="CP_TR_HOF_view" />
|
|
||||||
<param name="f14"
|
|
||||||
value="CP_ZO_HOF_view" />
|
|
||||||
</options>
|
</options>
|
||||||
<!-- *********** -->
|
<!-- *********** -->
|
||||||
<!-- * MOUSE * -->
|
<!-- * MOUSE * -->
|
||||||
<!-- * POINTER * -->
|
<!-- * POINTER * -->
|
||||||
<!-- *********** -->
|
<!-- *********** -->
|
||||||
<view type="pointer"
|
|
||||||
id="cursor"
|
<view type="pointer" id="cursor" x="8" y="-4" w="56" h="56" tx_default="curs_default.tga"
|
||||||
x="8"
|
tx_move_window="curs_move_window.tga" tx_resize_BR_TL="curs_resize_BR_TL.tga"
|
||||||
y="-4"
|
tx_resize_BL_TR="curs_resize_BL_TR.tga" tx_resize_TB="curs_resize_TB.tga"
|
||||||
w="56"
|
tx_resize_LR="curs_resize_LR.tga" tx_rotate="curs_rotate.tga" tx_scale="curs_scale.tga"
|
||||||
h="56"
|
|
||||||
tx_default="curs_default.tga"
|
|
||||||
tx_move_window="curs_move_window.tga"
|
|
||||||
tx_resize_BR_TL="curs_resize_BR_TL.tga"
|
|
||||||
tx_resize_BL_TR="curs_resize_BL_TR.tga"
|
|
||||||
tx_resize_TB="curs_resize_TB.tga"
|
|
||||||
tx_resize_LR="curs_resize_LR.tga"
|
|
||||||
tx_rotate="curs_rotate.tga"
|
|
||||||
tx_scale="curs_scale.tga"
|
|
||||||
posref="BL MM" />
|
posref="BL MM" />
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<!-- * CONSTANTES * -->
|
<!-- * CONSTANTES * -->
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<variable entry="UI:CONST:127"
|
<variable entry="UI:CONST:127" type="sint32" value="127" />
|
||||||
type="sint32"
|
|
||||||
value="127" />
|
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<!-- * DEFINES * -->
|
<!-- * DEFINES * -->
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<define id="screen_connecting"
|
<define id="screen_connecting" value="0" />
|
||||||
value="0" />
|
<define id="screen_intro" value="1" />
|
||||||
<define id="screen_intro"
|
<define id="screen_select" value="2" />
|
||||||
value="1" />
|
<define id="screen_specie" value="3" />
|
||||||
<define id="screen_select"
|
<define id="screen_career" value="4" />
|
||||||
value="2" />
|
<define id="screen_career" value="5" />
|
||||||
<define id="screen_specie"
|
<define id="screen_appear" value="6" />
|
||||||
value="3" />
|
<define id="screen_summary" value="7" />
|
||||||
<define id="screen_career"
|
<define id="screen_crashing" value="8" />
|
||||||
value="4" />
|
<define id="screen_location" value="9" />
|
||||||
<define id="screen_career"
|
|
||||||
value="5" />
|
<variable entry="UI:TEMP:SKIP_INTRO" type="bool" value="0" />
|
||||||
<define id="screen_appear"
|
<variable entry="UI:SERVER_RECEIVED_CHARS" type="sint64" value="0" />
|
||||||
value="6" />
|
<variable entry="UI:SERVER_RECEIVED_VALID" type="sint64" value="0" />
|
||||||
<define id="screen_summary"
|
<variable entry="UI:CURRENT_SCREEN" type="sint64" value="%screen_connecting" />
|
||||||
value="7" />
|
<variable entry="UI:NEXT_SCREEN" type="sint64" value="-1" />
|
||||||
<define id="screen_crashing"
|
<variable entry="UI:SELECTED_SLOT" type="sint64" value="-1"/>
|
||||||
value="8" />
|
<variable entry="UI:NEW_SELECTED_SLOT" type="sint64" value="-1"/>
|
||||||
<define id="screen_location"
|
|
||||||
value="9" />
|
<variable entry="UI:TEMP:CARACS:STR" type="sint64" value="0"/>
|
||||||
<variable entry="UI:TEMP:SKIP_INTRO"
|
<variable entry="UI:TEMP:CARACS:CON" type="sint64" value="0"/>
|
||||||
type="bool"
|
<variable entry="UI:TEMP:CARACS:AGI" type="sint64" value="0"/>
|
||||||
value="0" />
|
<variable entry="UI:TEMP:CARACS:WIL" type="sint64" value="0"/>
|
||||||
<variable entry="UI:SERVER_RECEIVED_CHARS"
|
<variable entry="UI:TEMP:CARACS:WEL" type="sint64" value="0"/>
|
||||||
type="sint64"
|
<variable entry="UI:TEMP:CARACS:INT" type="sint64" value="0"/>
|
||||||
value="0" />
|
<variable entry="UI:TEMP:CARACS:CHA" type="sint64" value="0"/>
|
||||||
<variable entry="UI:SERVER_RECEIVED_VALID"
|
<variable entry="UI:TEMP:CARACS:EMP" type="sint64" value="0"/>
|
||||||
type="sint64"
|
<variable entry="UI:TEMP:CARACS:PER" type="sint64" value="0"/>
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:CURRENT_SCREEN"
|
|
||||||
type="sint64"
|
|
||||||
value="%screen_connecting" />
|
|
||||||
<variable entry="UI:NEXT_SCREEN"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:SELECTED_SLOT"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:NEW_SELECTED_SLOT"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:STR"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:CON"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:AGI"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:WIL"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:WEL"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:INT"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:CHA"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:EMP"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:PER"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
<!-- * MISC * -->
|
<!-- * MISC * -->
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
<variable entry="UI:VARIABLES:CURRENT_TIME"
|
<variable entry="UI:VARIABLES:CURRENT_TIME" type="sint64" value="0" />
|
||||||
type="sint64"
|
<variable entry="UI:VARIABLES:CURRENT_SERVER_TICK" type="sint64" value="0" />
|
||||||
value="0" />
|
<variable entry="UI:VARIABLES:CURRENT_SMOOTH_SERVER_TICK" type="sint64" value="0" />
|
||||||
<variable entry="UI:VARIABLES:CURRENT_SERVER_TICK"
|
|
||||||
type="sint64"
|
<variable entry="UI:SAVE:COLOR:R" type="sint32" value="255" />
|
||||||
value="0" />
|
<variable entry="UI:SAVE:COLOR:G" type="sint32" value="255" />
|
||||||
<variable entry="UI:VARIABLES:CURRENT_SMOOTH_SERVER_TICK"
|
<variable entry="UI:SAVE:COLOR:B" type="sint32" value="255" />
|
||||||
type="sint64"
|
<variable entry="UI:SAVE:COLOR:A" type="sint32" value="255" />
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:R"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:G"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:B"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:A"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<!-- * COMMON DEFINE COLORS * -->
|
<!-- * COMMON DEFINE COLORS * -->
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<define id="hp_color"
|
|
||||||
value="255 64 0 255" />
|
<define id="hp_color" value="255 64 0 255" />
|
||||||
<define id="hp_color_neg"
|
<define id="hp_color_neg" value="127 32 0 255" />
|
||||||
value="127 32 0 255" />
|
<define id="sta_color" value="255 0 255 255" />
|
||||||
<define id="sta_color"
|
<define id="sap_color" value="72 255 0 255" />
|
||||||
value="255 0 255 255" />
|
<define id="focus_color" value="0 128 255 255" />
|
||||||
<define id="sap_color"
|
<define id="bulk_color" value="215 185 75 255" />
|
||||||
value="72 255 0 255" />
|
|
||||||
<define id="focus_color"
|
|
||||||
value="0 128 255 255" />
|
|
||||||
<define id="bulk_color"
|
|
||||||
value="215 185 75 255" />
|
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<!-- * STRING CASE OPTION * -->
|
<!-- * STRING CASE OPTION * -->
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<define id="case_normal"
|
<define id="case_normal" value="0" />
|
||||||
value="0" />
|
<define id="case_lower" value="1" />
|
||||||
<define id="case_lower"
|
<define id="case_upper" value="2" />
|
||||||
value="1" />
|
<define id="case_first_string_letter_up" value="3" />
|
||||||
<define id="case_upper"
|
<define id="case_first_sentence_letter_up" value="4" />
|
||||||
value="2" />
|
<define id="case_first_word_letter_up" value="5" />
|
||||||
<define id="case_first_string_letter_up"
|
|
||||||
value="3" />
|
|
||||||
<define id="case_first_sentence_letter_up"
|
|
||||||
value="4" />
|
|
||||||
<define id="case_first_word_letter_up"
|
|
||||||
value="5" />
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
@ -1,238 +1,128 @@
|
|||||||
<interface_config>
|
<interface_config>
|
||||||
<root id="outgame"
|
|
||||||
x="0"
|
<root id="outgame" x="0" y="0" w="800" h="600" active="true" />
|
||||||
y="0"
|
|
||||||
w="800"
|
|
||||||
h="600"
|
|
||||||
active="true" />
|
|
||||||
<!-- **************************************** -->
|
<!-- **************************************** -->
|
||||||
<!-- * CONFIGURATION FOR OUTGAME INTERFACES * -->
|
<!-- * CONFIGURATION FOR OUTGAME INTERFACES * -->
|
||||||
<!-- **************************************** -->
|
<!-- **************************************** -->
|
||||||
<options name="text_selection">
|
<options name="text_selection">
|
||||||
<param name="back_select_color"
|
<param name="back_select_color" value="255 255 255 255" />
|
||||||
value="255 255 255 255" />
|
<param name="text_select_color" value="0 0 0 255" />
|
||||||
<param name="text_select_color"
|
|
||||||
value="0 0 0 255" />
|
|
||||||
</options>
|
</options>
|
||||||
<options name="system">
|
<options name="system">
|
||||||
<param name="ctrl_sheet_gray_color"
|
<param name="ctrl_sheet_gray_color" value="255 255 255 128" />
|
||||||
value="255 255 255 128" />
|
<param name="ctrl_sheet_redify_color" value="255 100 100 128" />
|
||||||
<param name="ctrl_sheet_redify_color"
|
<param name="ctrl_text_redify_color" value="255 32 32 160" />
|
||||||
value="255 100 100 128" />
|
<param name="font" value="noto_sans_display.ttf" />
|
||||||
<param name="ctrl_text_redify_color"
|
<param name="monospace_font" value="noto_mono.ttf" />
|
||||||
value="255 32 32 160" />
|
<param name="add_coef_font" value="3" />
|
||||||
<!-- <param name="font"
|
<param name="mul_coef_anim" value="0.8" />
|
||||||
value="outgame.ttf" /> -->
|
<param name="bubbles_timeout" value="10" />
|
||||||
<param name="font"
|
<param name="messages_timeout" value="10" />
|
||||||
value="ryzom.ttf" />
|
<param name="context_timeout" value="5" />
|
||||||
<param name="monospace_font"
|
<param name="context_html_timeout" value="15" />
|
||||||
value="ryzom_monospace.ttf" />
|
|
||||||
<param name="add_coef_font"
|
|
||||||
value="3" />
|
|
||||||
<param name="mul_coef_anim"
|
|
||||||
value="0.8" />
|
|
||||||
<param name="bubbles_timeout"
|
|
||||||
value="10" />
|
|
||||||
<param name="messages_timeout"
|
|
||||||
value="10" />
|
|
||||||
<param name="context_timeout"
|
|
||||||
value="5" />
|
|
||||||
<param name="context_html_timeout"
|
|
||||||
value="15" />
|
|
||||||
</options>
|
</options>
|
||||||
<!-- anim 0 is the default animation -->
|
<!-- anim 0 is the default animation -->
|
||||||
<options type="animation_set"
|
<options type="animation_set" name="character_animations">
|
||||||
name="character_animations">
|
<param name="m0" value="FY_HOM_idle" />
|
||||||
<param name="m0"
|
<param name="m1" value="FY_HOM_Co_AB_engarde" />
|
||||||
value="FY_HOM_idle" />
|
<param name="m2" value="FY_HOM_Co_fu_engarde" />
|
||||||
<param name="m1"
|
<param name="m3" value="FY_HOM_Co_A1m_engarde" />
|
||||||
value="FY_HOM_Co_AB_engarde" />
|
<param name="m4" value="FY_HOM_Co_A1mD_engarde" />
|
||||||
<param name="m2"
|
<param name="m5" value="FY_HOM_Pioche_loop" />
|
||||||
value="FY_HOM_Co_fu_engarde" />
|
<param name="m6" value="FY_HOM_AD_idle" />
|
||||||
<param name="m3"
|
<param name="m7" value="FY_HOM_Co_L2m_engarde" />
|
||||||
value="FY_HOM_Co_A1m_engarde" />
|
<param name="m8" value="FY_HOM_Co_p_engarde" />
|
||||||
<param name="m4"
|
<param name="m9" value="FY_HOM_Host_Loop" />
|
||||||
value="FY_HOM_Co_A1mD_engarde" />
|
<param name="m10" value="FY_HOM_Bienveillant_Loop" />
|
||||||
<param name="m5"
|
<param name="m11" value="FY_HOM_Neutre_loop" />
|
||||||
value="FY_HOM_Pioche_loop" />
|
<param name="m12" value="FY_HOM_Co_A2m_engarde" />
|
||||||
<param name="m6"
|
<param name="m13" value="FY_HOM_Co_A2m_engarde" />
|
||||||
value="FY_HOM_AD_idle" />
|
|
||||||
<param name="m7"
|
<param name="f0" value="FY_HOF_A_idle" />
|
||||||
value="FY_HOM_Co_L2m_engarde" />
|
<param name="f1" value="FY_HOF_Co_AB_engarde" />
|
||||||
<param name="m8"
|
<param name="f2" value="FY_HOF_Co_fu_engarde" />
|
||||||
value="FY_HOM_Co_p_engarde" />
|
<param name="f3" value="FY_HOF_Co_A1m_engarde" />
|
||||||
<param name="m9"
|
<param name="f4" value="FY_HOF_Co_A1mD_engarde" />
|
||||||
value="FY_HOM_Host_Loop" />
|
<param name="f5" value="FY_HOF_Pioche_loop" />
|
||||||
<param name="m10"
|
<param name="f6" value="FY_HOF_AD_idle" />
|
||||||
value="FY_HOM_Bienveillant_Loop" />
|
<param name="f7" value="FY_HOF_Co_L2m_engarde" />
|
||||||
<param name="m11"
|
<param name="f8" value="FY_HOF_Co_p_engarde" />
|
||||||
value="FY_HOM_Neutre_loop" />
|
<param name="f9" value="FY_HOF_Host_Loop" />
|
||||||
<param name="m12"
|
<param name="f10" value="FY_HOF_Bienveillant_Loop" />
|
||||||
value="FY_HOM_Co_A2m_engarde" />
|
<param name="f11" value="FY_HOF_Neutre_loop" />
|
||||||
<param name="m13"
|
<param name="f12" value="FY_HOF_Co_A2m_coup1" />
|
||||||
value="FY_HOM_Co_A2m_engarde" />
|
<param name="f13" value="FY_HOF_Co_A2m_engarde" />
|
||||||
<param name="f0"
|
|
||||||
value="FY_HOF_A_idle" />
|
|
||||||
<param name="f1"
|
|
||||||
value="FY_HOF_Co_AB_engarde" />
|
|
||||||
<param name="f2"
|
|
||||||
value="FY_HOF_Co_fu_engarde" />
|
|
||||||
<param name="f3"
|
|
||||||
value="FY_HOF_Co_A1m_engarde" />
|
|
||||||
<param name="f4"
|
|
||||||
value="FY_HOF_Co_A1mD_engarde" />
|
|
||||||
<param name="f5"
|
|
||||||
value="FY_HOF_Pioche_loop" />
|
|
||||||
<param name="f6"
|
|
||||||
value="FY_HOF_AD_idle" />
|
|
||||||
<param name="f7"
|
|
||||||
value="FY_HOF_Co_L2m_engarde" />
|
|
||||||
<param name="f8"
|
|
||||||
value="FY_HOF_Co_p_engarde" />
|
|
||||||
<param name="f9"
|
|
||||||
value="FY_HOF_Host_Loop" />
|
|
||||||
<param name="f10"
|
|
||||||
value="FY_HOF_Bienveillant_Loop" />
|
|
||||||
<param name="f11"
|
|
||||||
value="FY_HOF_Neutre_loop" />
|
|
||||||
<param name="f12"
|
|
||||||
value="FY_HOF_Co_A2m_coup1" />
|
|
||||||
<param name="f13"
|
|
||||||
value="FY_HOF_Co_A2m_engarde" />
|
|
||||||
</options>
|
</options>
|
||||||
<!-- *********** -->
|
<!-- *********** -->
|
||||||
<!-- * MOUSE * -->
|
<!-- * MOUSE * -->
|
||||||
<!-- * POINTER * -->
|
<!-- * POINTER * -->
|
||||||
<!-- *********** -->
|
<!-- *********** -->
|
||||||
<view type="pointer"
|
|
||||||
id="cursor"
|
<view type="pointer" id="cursor" x="8" y="-4" w="56" h="56" tx_default="curs_default.tga"
|
||||||
x="8"
|
tx_move_window="curs_move_window.tga" tx_resize_BR_TL="curs_resize_BR_TL.tga"
|
||||||
y="-4"
|
tx_resize_BL_TR="curs_resize_BL_TR.tga" tx_resize_TB="curs_resize_TB.tga"
|
||||||
w="56"
|
tx_resize_LR="curs_resize_LR.tga" tx_rotate="curs_rotate.tga" tx_scale="curs_scale.tga"
|
||||||
h="56"
|
|
||||||
tx_default="curs_default.tga"
|
|
||||||
tx_move_window="curs_move_window.tga"
|
|
||||||
tx_resize_BR_TL="curs_resize_BR_TL.tga"
|
|
||||||
tx_resize_BL_TR="curs_resize_BL_TR.tga"
|
|
||||||
tx_resize_TB="curs_resize_TB.tga"
|
|
||||||
tx_resize_LR="curs_resize_LR.tga"
|
|
||||||
tx_rotate="curs_rotate.tga"
|
|
||||||
tx_scale="curs_scale.tga"
|
|
||||||
posref="BL MM" />
|
posref="BL MM" />
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<!-- * CONSTANTES * -->
|
<!-- * CONSTANTES * -->
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<variable entry="UI:CONST:127"
|
<variable entry="UI:CONST:127" type="sint32" value="127" />
|
||||||
type="sint32"
|
|
||||||
value="127" />
|
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<!-- * DEFINES * -->
|
<!-- * DEFINES * -->
|
||||||
<!-- ************* -->
|
<!-- ************* -->
|
||||||
<define id="screen_connecting"
|
<define id="screen_connecting" value="0" />
|
||||||
value="0" />
|
<define id="screen_intro" value="1" />
|
||||||
<define id="screen_intro"
|
<define id="screen_select" value="2" />
|
||||||
value="1" />
|
<define id="screen_specie" value="3" />
|
||||||
<define id="screen_select"
|
<define id="screen_career" value="4" />
|
||||||
value="2" />
|
<define id="screen_career" value="5" />
|
||||||
<define id="screen_specie"
|
<define id="screen_appear" value="6" />
|
||||||
value="3" />
|
<define id="screen_summary" value="7" />
|
||||||
<define id="screen_career"
|
<define id="screen_crashing" value="8" />
|
||||||
value="4" />
|
<define id="screen_location" value="9" />
|
||||||
<define id="screen_career"
|
|
||||||
value="5" />
|
<variable entry="UI:TEMP:SKIP_INTRO" type="bool" value="0" />
|
||||||
<define id="screen_appear"
|
<variable entry="UI:SERVER_RECEIVED_CHARS" type="sint64" value="0" />
|
||||||
value="6" />
|
<variable entry="UI:SERVER_RECEIVED_VALID" type="sint64" value="0" />
|
||||||
<define id="screen_summary"
|
<variable entry="UI:CURRENT_SCREEN" type="sint64" value="%screen_connecting" />
|
||||||
value="7" />
|
<variable entry="UI:NEXT_SCREEN" type="sint64" value="-1" />
|
||||||
<define id="screen_crashing"
|
<variable entry="UI:SELECTED_SLOT" type="sint64" value="-1"/>
|
||||||
value="8" />
|
<variable entry="UI:NEW_SELECTED_SLOT" type="sint64" value="-1"/>
|
||||||
<define id="screen_location"
|
|
||||||
value="9" />
|
<variable entry="UI:TEMP:CARACS:STR" type="sint64" value="0"/>
|
||||||
<variable entry="UI:TEMP:SKIP_INTRO"
|
<variable entry="UI:TEMP:CARACS:CON" type="sint64" value="0"/>
|
||||||
type="bool"
|
<variable entry="UI:TEMP:CARACS:AGI" type="sint64" value="0"/>
|
||||||
value="0" />
|
<variable entry="UI:TEMP:CARACS:WIL" type="sint64" value="0"/>
|
||||||
<variable entry="UI:SERVER_RECEIVED_CHARS"
|
<variable entry="UI:TEMP:CARACS:WEL" type="sint64" value="0"/>
|
||||||
type="sint64"
|
<variable entry="UI:TEMP:CARACS:INT" type="sint64" value="0"/>
|
||||||
value="0" />
|
<variable entry="UI:TEMP:CARACS:CHA" type="sint64" value="0"/>
|
||||||
<variable entry="UI:SERVER_RECEIVED_VALID"
|
<variable entry="UI:TEMP:CARACS:EMP" type="sint64" value="0"/>
|
||||||
type="sint64"
|
<variable entry="UI:TEMP:CARACS:PER" type="sint64" value="0"/>
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:CURRENT_SCREEN"
|
|
||||||
type="sint64"
|
|
||||||
value="%screen_connecting" />
|
|
||||||
<variable entry="UI:NEXT_SCREEN"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:SELECTED_SLOT"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:NEW_SELECTED_SLOT"
|
|
||||||
type="sint64"
|
|
||||||
value="-1" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:STR"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:CON"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:AGI"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:WIL"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:WEL"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:INT"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:CHA"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:EMP"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:TEMP:CARACS:PER"
|
|
||||||
type="sint64"
|
|
||||||
value="0" />
|
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
<!-- * MISC * -->
|
<!-- * MISC * -->
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
<variable entry="UI:VARIABLES:CURRENT_TIME"
|
<variable entry="UI:VARIABLES:CURRENT_TIME" type="sint64" value="0" />
|
||||||
type="sint64"
|
<variable entry="UI:VARIABLES:CURRENT_SERVER_TICK" type="sint64" value="0" />
|
||||||
value="0" />
|
<variable entry="UI:VARIABLES:CURRENT_SMOOTH_SERVER_TICK" type="sint64" value="0" />
|
||||||
<variable entry="UI:VARIABLES:CURRENT_SERVER_TICK"
|
|
||||||
type="sint64"
|
<variable entry="UI:SAVE:COLOR:R" type="sint32" value="255" />
|
||||||
value="0" />
|
<variable entry="UI:SAVE:COLOR:G" type="sint32" value="255" />
|
||||||
<variable entry="UI:VARIABLES:CURRENT_SMOOTH_SERVER_TICK"
|
<variable entry="UI:SAVE:COLOR:B" type="sint32" value="255" />
|
||||||
type="sint64"
|
<variable entry="UI:SAVE:COLOR:A" type="sint32" value="255" />
|
||||||
value="0" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:R"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:G"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:B"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<variable entry="UI:SAVE:COLOR:A"
|
|
||||||
type="sint32"
|
|
||||||
value="255" />
|
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<!-- * COMMON DEFINE COLORS * -->
|
<!-- * COMMON DEFINE COLORS * -->
|
||||||
<!-- ***************************** -->
|
<!-- ***************************** -->
|
||||||
<define id="hp_color"
|
|
||||||
value="255 64 0 255" />
|
<define id="hp_color" value="255 64 0 255" />
|
||||||
<define id="hp_color_neg"
|
<define id="hp_color_neg" value="127 32 0 255" />
|
||||||
value="127 32 0 255" />
|
<define id="sta_color" value="255 0 255 255" />
|
||||||
<define id="sta_color"
|
<define id="sap_color" value="72 255 0 255" />
|
||||||
value="255 0 255 255" />
|
<define id="focus_color" value="0 128 255 255" />
|
||||||
<define id="sap_color"
|
<define id="bulk_color" value="215 185 75 255" />
|
||||||
value="72 255 0 255" />
|
|
||||||
<define id="focus_color"
|
|
||||||
value="0 128 255 255" />
|
|
||||||
<define id="bulk_color"
|
|
||||||
value="215 185 75 255" />
|
|
||||||
</interface_config>
|
</interface_config>
|
||||||
|
Loading…
Reference in New Issue