Vehicledata

xJIEXAx

Последний из атеистов
Участник
Сообщения
66
Розыгрыши
0
Репутация
6
Реакции
30
Баллы
868
Кто-нибудь в курсе как запустить корабли? В vehicledata пути прописаны, но из Руны и в Руну не ходит. Стоит на месте.
 

а че там запускать? кстати, а зачем?
 
Вот я лоханулся, это просто статик меш стоит, а корабль, сцуко, с другого причала стартует.
 
Фиг знает, где написать, но может, кто знает, где отключить эти надоедливые объявы о прибытии и отправке кораблей, а то забивают весь шаут? В AI и в fstring.txt не нашёл
галку 'Do not view NPC Dialogue', в настройках чата ставить не очень вариант, т.к. хотелось бы видеть, что пишут другие нпц
 

Вложения

  • изображение_2023-01-09_205508127.png
    изображение_2023-01-09_205508127.png
    20,9 КБ · Просмотры: 15
Фиг знает, где написать, но может, кто знает, где отключить эти надоедливые объявы о прибытии и отправке кораблей, а то забивают весь шаут? В AI и в fstring.txt не нашёл
галку 'Do not view NPC Dialogue', в настройках чата ставить не очень вариант, т.к. хотелось бы видеть, что пишут другие нпц
string_begin stringID=801 string=[Passenger Boat Info.] string_end

msg_begin id=1991 UNK_0=1 message=[The ferry will leave for Primeval Isle after anchoring for three minutes.] group=0 color=799BB0FF sound=[None] voice=[None] win=0 font=0 lftime=0 bkg=0 anim=0 scrnmsg=[] gfxscrnmsg=[] gfxscrnparam=[] type=[none] msg_end

Они в клиенте. Формирует их скорее всего движок, потому что первая часть идёт как ник, а вторая уже сообщение.
 
Фиг знает, где написать, но может, кто знает, где отключить эти надоедливые объявы о прибытии и отправке кораблей, а то забивают весь шаут? В AI и в fstring.txt не нашёл
галку 'Do not view NPC Dialogue', в настройках чата ставить не очень вариант, т.к. хотелось бы видеть, что пишут другие нпц
Scripts/vehicledata.txt (message = {801;{1620;1991};180000} etc)
Код:
vehicle_begin
    name = [rune_primeval_ship]
    captain = {[captain_bezique];{0;0;0}}
    broadcast_point = {{34381;-37680;-3610};{9440;-26800;-3610}}
    route_begin

        station_begin
            station_id = 4     
            point={34381;-37680;-3610}
            action_begin
                set_kick_pos = {{34513;-38009;-3610};0}     
                play_sound = {[itemsound.ship_arrival_departure];0}
                message = {801;{1620;1991};180000}
              
                play_sound = {[itemsound.ship_arrival_departure];0}
                message = {801;{1992};0}
              
                departure = {180;800;10000;801;1994}       
                check_ticket = {[boat_ticket_rune_prime];{34513;-38009;-3610};0}
            action_end
        station_end

        station_begin station_id = 0 point={32750;-39300;-3610} action_begin departure = {250;1000;0;801;1994} action_end station_end
        station_begin station_id = 0 point={27440;-39328;-3610} action_begin departure = {270;1000;0;801;1994} action_end station_end
        station_begin station_id = 0 point={19616;-39360;-3610} action_begin departure = {270;1000;0;801;1994} action_end station_end
        station_begin station_id = 0 point={3840;-38528;-3610} action_begin departure = {270;1000;0;801;1994} action_end station_end
        station_begin station_id = 0 point={1664;-37120;-3610} action_begin departure = {180;1800;0;801;1994} action_end station_end
        station_begin station_id = 0 point={896;-34560;-3610} action_begin departure = {180;1800;0;801;1994} action_end station_end
        station_begin station_id = 0 point={832;-31104;-3610} action_begin departure = {150;1800;0;801;1994} action_end station_end
        station_begin station_id = 0 point={2240;-29132;-3610} action_begin departure = {150;1800;0;801;1994} action_end station_end
        station_begin station_id = 27 point={4160;-27828;-3610} action_begin departure = {150;1800;0;801;1994} action_end station_end
        station_begin station_id = 0 point={5888;-27279;-3610} action_begin departure = {150;1800;0;801;1994} action_end station_end
        station_begin station_id = 0 point={7000;-27279;-3610} action_begin departure = {150;1800;0;801;1994} action_end station_end

        station_begin
            station_id = 5
            point = {10342;-27279;-3610}
            action_begin
                set_kick_pos = {{10447;-24982;-3610};0}
                play_sound = {[itemsound.ship_arrival_departure];0}
                message = {801;{1988;1989};180000}
          
                play_sound = {[itemsound.ship_arrival_departure];0}
                message = {801;{1990};0}

                departure = {180;800;10000;801;1993}       
                check_ticket = {[boat_ticket_prime_rune];{10447;-24982;-3610};0}
            action_end
        station_end

        station_begin station_id = 0 point = {15528;-27279;-3610} action_begin departure = {290;800;0;801;1993} action_end station_end
        station_begin station_id = 0 point={22304;-29664;-3610} action_begin departure = {290;800;0;801;1993} action_end station_end
        station_begin station_id = 0 point={33824;-26880;-3610} action_begin departure = {240;1200;0;801;1993} action_end station_end

        station_begin station_id = 0 point={38848;-21792;-3610} action_begin departure = {180;1800;0;801;1993} action_end station_end
        station_begin station_id = 0 point={43424;-22080;-3610} action_begin departure = {180;1800;0;801;1993} action_end station_end
        station_begin station_id = 28 point={44320;-25152;-3610} action_begin departure = {250;800;0;801;1993} action_end station_end
        station_begin station_id = 0 point={40576;-31616;-3610} action_begin departure = {220;800;0;801;1993} action_end station_end

    route_end
vehicle_end
 
Назад
Сверху Снизу