Як прибрати інтро під час запуску гри
Найпростіший спосіб - це на "робочому столі" відкрити властивості ярлика гри правою кнопкою миші і в полі "Об'єкт:" після вказаного шляху через пропуск додати "-nointro". Застосувати, має бути приблизно так - "X:\Stalker Тіні Чорнобиля\bin\XR_3DA.exe" -nointro Після цього гра запускається без вступних роликів. Ролики ховаються у файлі gamedata\config\ui\game_tutorials.xml Щоб усунути відео, потрібно видалити всі записи між <intro_logo> і </intro_logo>, і вставити між ними це.
<global_wnd width = "1024" height = "768" > <auto_static width = "1024" height = "768" stretch = "1" > <texture > intro\intro_back </texture > </auto_static > </global_wnd > < play_each_item > 1 </play_each_item > <item type = "image" > <length_sec > 0 </length_sec > <pause_state > on </pause_state > <main_wnd > <auto_static start_ time = "0" length_ sec = "4 " = "0" y = "0" width = "1024" height = " 768" stretch = " 1" light_ anim = " asus_logo_01" light_anim_ cyclic = " 0" la_ alpha = " 1 " > w1 </window_name > <texture > ui\ui_nvidia_intro </texture > </auto_static > </main_wnd > </item >
Повинно вийти так:
<intro_logo > <global_wnd width = "1024" height = "768" > <auto_static width = "1024" height = "768" stretch = "1" > <texture > intro\intro_back </texture > </auto_static > </ global_wnd > <play_each_item > 1 </play_each_item > <item type = "image" > <length_sec > 0 </length_sec > <pause_state > on </pause_state > <main_wnd > < auto_static start_ time = "0" length_ sec = x = " 0" y = " 0 " width = " 1024" height = " 768 " stretch = " 1 " light_anim = "asus_logo_01" light_anim_ cyclic = " 0 " > <window_name > w1 </window_name > <texture > ui\ui_nvidia_intro </texture > </auto_static > </main_wnd > </item > </intro_logo >
Також можна замінити текстуру <texture>ui\ui_nvidia_intro</texture> на свою, наприклад, з назвою свого мода, і в <length_sec>0</length_sec> замість "0" поставити "5" або іншу цифру, це час показу картинки .
У ТЧ ролики знаходяться в gamedata\config\ui\ui_movies.xml
Потрібно видалити ці рядки:
<item type = "video" > <delay > 1 </delay > <pause_state > on </pause_state > <sound > characters_voice\scenario\video\thq_logo_audio </sound > <video_wnd x = "0" y = "0" width = "1024" height = "768" stretch = "1" > <texture x = "0" y = "1" width = "720" height = "484" > intro\thq_logo_hyuv </texture > </video_wnd > </item > <item type = "video" > <delay > 1 </delay > <pause_state > on </pause_state > <sound > characters_voice\scenario\video\intro_gsc_wp </sound > <video_wnd x = "0" y = "0" width = "1024" height = "768" stretch = "1" > <texture x = "1" y = "1" width = "638" height = "286" > intro\intro_gsc-wp </ texture > </video_wnd > </item > <item type = "video" > <sound > characters_voice\scenario\video\intro_gsc </sound > <delay > 1 </delay > <pause_state > on </pause_state > <video_wnd x = "0" y = "0" width = "1024" height = "768" stretch <ai=150>= "1" > <texture x = "0" y = "1" width = "800" height = "358" > intro\intro_gsc </texture > </video_wnd > </item >
І в нижче двох рядках <length_sec>9</length_sec> і <length_sec>5</length_sec> замінити цифри на нуль. Повинно вийти так: <length_sec>0</length_sec>.