⚠ ВНИМАНИЕ! НА САЙТЕ ИДУТ ТЕХНИЧЕСКИЕ РАБОТЫ. ВОЗМОЖНЫ СБОИ В РАБОТЕ ФОРУМА.
Перейти к контенту

Правки и модификации для NLC 7


BFG

Рекомендуемые сообщения

Всем привет, играю NLC 3.0 фикс 6.1 финал, хотел вернуть сохранения по шпоре, Сохранение в любое время в любом месте на сборку от SOB.

 В скриптах все подходит, а вот в ui_mm_main.xml и ui_mm_main_16.xm у  меня данной секции нет.

 

 ui_mm_main.xml и ui_mm_main_16.xml (Скрыть)
В обоих файлах после

    <menu_main_single btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_ret"            caption="ui_mm_return_game" />
        <btn name="btn_lastsave"    caption="ui_mm_last_save" />
        <btn name="btn_load"        caption="ui_mm_load_game" />
Пишем

        <btn name="btn_save"        caption="ui_mm_save_game" />

 

Подскажите где что исправить, или если кому не трудно отредактируйте файл.

Скрытый текст

 ui_mm_main.xml

<?xml version="1.0" encoding="utf-8"?>
<window>
    <background x="0" y="0" width="1024" height="768">
        <texture>ui_menu_backgraund</texture>
    </background>
    
    <back_movie x="0" y="0" width="1024" height="768" stretch="1">
        <texture x="0" y="0" width="1024" height="768" stretch="1">ui\Menu_03</texture>
    </back_movie>

    <_back_movie x="0" y="0" width="1024" height="512" stretch="1">
        <texture>ui\ui_vid_back_01</texture>
    </_back_movie>
    
    <fire_movie x="852" y="600" width="109" height="112" stretch="1">
        <texture>ui\nlc_logo2</texture>
    </fire_movie>

    <anim_00 x="195" y="35" width="80" height="60" x_offset="544" y_offset="784" frames="24" duration="2000" columns="6" frame_width="80" frame_height="60" cyclic="1" autoplay="1">
        <texture>ui\ui_mp_main(r)</texture>        
    </anim_00>

    <anim_01 x="-12" y="35" width="80" height="60" x_offset="544" y_offset="784" frames="24" duration="2000" columns="6" frame_width="80" frame_height="60" cyclic="1" autoplay="1">
        <texture>ui\ui_mp_main(l)</texture>        
    </anim_01>

<!--   -->

    <shniaga_wnd x="-34" y="080" width="392" height="280">
        <buttons_region    x="103" y="0" width="164" height="280" always_show_scroll="false"/>
 

ui_mm_main_16.xm

<?xml version="1.0" encoding="utf-8"?>
<window>
    <background x="0" y="0" width="1024" height="768">
        <texture>ui\ui_mainmenu_16</texture>
    </background>
    
    <back_movie x="0" y="0" width="1024" height="1024" stretch="1">
        <texture x="0" y="0" width="1024" height="1024" stretch="1">ui\Menu_03</texture>
    </back_movie>

    <_back_movie x="0" y="0" width="1024" height="512" stretch="1">
        <texture>ui\ui_vid_back_01</texture>
    </_back_movie>
    
    <fire_movie x="766" y="600" width="109" height="112" stretch="1">
        <texture>ui\nlc_logo2</texture>
    </fire_movie>

    <anim_00 x="245" y="35" width="80" height="60" x_offset="544" y_offset="784" frames="24" duration="2000" columns="6" frame_width="80" frame_height="60" cyclic="1" autoplay="1">
        <texture>ui\ui_mp_main(r)</texture>        
    </anim_00>

    <anim_01 x="85" y="35" width="80" height="60" x_offset="544" y_offset="784" frames="24" duration="2000" columns="6" frame_width="80" frame_height="60" cyclic="1" autoplay="1">
        <texture>ui\ui_mp_main(l)</texture>        
    </anim_01>

    <shniaga_wnd x="37" y="080" width="392" height="280">
        <buttons_region    x="103" y="0" width="164" height="280" always_show_scroll="false"/>

        <shniaga x="88" y="0" width="392" height="73">
            <texture>ui_menu_ramka</texture>         
            <magnifire x="30" y="0" width="232" height="30" stretch="1"> 
                <texture>ui_menu_amk_alfa</texture>
            </magnifire>
            
            <left_anim x="43" y="37" width="55" height="55" stretch="1" heading="1" alignment="c">
                <texture></texture>
            </left_anim>            
            <right_anim x="340" y="37" width="55" height="55" stretch="1" heading="1" alignment="c">
                <texture></texture>
            </right_anim>
            <left_grating x="0" y="4" width="55" height="67">
                <texture></texture>
            </left_grating>
            <right_grating x="337" y="4" width="55" height="67">
                <texture></texture>
            </right_grating>
        </shniaga>        
    </shniaga_wnd>
    
    <menu_main btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_new_game"    caption="ui_mm_newgame" />
        <btn name="btn_load"        caption="ui_mm_load_game" />
        <btn name="btn_multiplayer"    caption="ui_mm_multiplayer_n" />
        <btn name="btn_options"        caption="ui_mm_options_n" />
        <btn name="btn_credits"        caption="ui_mm_credits" />
        <btn name="btn_quit"        caption="ui_mm_quit2windows" />
    </menu_main>
    
    <menu_main_last_save btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_new_game"    caption="ui_mm_newgame" />
        <btn name="btn_load"        caption="ui_mm_load_game" />
        <btn name="btn_options"        caption="ui_mm_options_n" />
        <btn name="btn_credits"        caption="ui_mm_credits" />
        <btn name="btn_quit"        caption="ui_mm_quit2windows" />
    </menu_main_last_save>
    
    <menu_new_game btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_novice"        caption="ui_mm_novice" />
        <btn name="btn_stalker"        caption="ui_mm_stalker" />
        <btn name="btn_veteran"        caption="ui_mm_veteran" />
        <btn name="btn_master"        caption="ui_mm_master" />
        <btn name="btn_new_back"    caption="ui_mm_back" />
    </menu_new_game>
    
    <menu_main_single btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_ret"            caption="ui_mm_return_game" />
        <btn name="btn_load"        caption="ui_mm_load_game" />
        <btn name="btn_options"        caption="ui_mm_options_n" />
        <btn name="btn_quit_to_mm"    caption="ui_mm_quit_game" />
        <btn name="btn_quit"        caption="ui_mm_quit2windows" />
    </menu_main_single>
    
    <menu_main_single_dead btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_load"        caption="ui_mm_load_game" />
        <btn name="btn_options"        caption="ui_mm_options_n" />
        <btn name="btn_credits"        caption="ui_mm_credits" />
        <btn name="btn_quit_to_mm"    caption="ui_mm_quit_game" />
        <btn name="btn_quit"        caption="ui_mm_quit2windows" />
    </menu_main_single_dead>
    
    <menu_main_mm btn_height="30" font="graffiti22" a="255" r="15" g="10" b="10">
        <btn name="btn_ret"            caption="ui_mm_return_game" />
        <btn name="btn_options"        caption="ui_mm_options_n" />
        <btn name="btn_credits"        caption="ui_mm_credits" />
        <btn name="btn_quit_to_mm"    caption="ui_mm_disconnect" />
        <btn name="btn_quit"        caption="ui_mm_quit2windows" />
    </menu_main_mm>
    
    <menu_sound random="0" >
        <menu_music>music\menu_theme</menu_music>
    </menu_sound>

    <static_version x="800" y="753" width="100" height="30">
        <text align="r" font="letterica16" r="230" g="210" b="170" complex_mode="0"/>
    </static_version>

    <mod_version x="110" y="748" width="100" height="30">
        <text align="l" font="graffiti19" r="230" g="210" b="170" complex_mode="0"/>
    </mod_version>
</window>
 

 

 

 

 

 


 

Словно ветер в степи, словно в речке вода,

День прошел-и назад не придет никогда

Поделиться этим сообщением


Ссылка на сообщение
  • Недавно просматривали   0 пользователей

    • Ни один зарегистрированный пользователь не просматривает эту страницу.
×
×
  • Создать...