Ищу скрипт на автозум

Sakura San

Известный
Автор темы
134
89
Ищу скрипт на автозум для снайперской винтовки
 

rvng

ничего уже не будет
Модератор
10,705
6,003
 

Sakura San

Известный
Автор темы
134
89
Пользуюсь им, но 32x слишком много

Может кто подскажет как уменьшить зум? В set_camera_zoom_from менял на 2, но изменений не заметил
Код:
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread 'SNIPERZOOM'
0662: NOP "XZYTRO SAYS HI"

:GET_INFO_FROM_INI
wait 0
if
0AAB:   file_exists "CLEO\SniperZoom.ini"
then
0AF0: 1@ = get_int_from_ini_file "cleo\SniperZoom.ini" section "ZOOM_IN" key "KEY1"
0AF0: 2@ = get_int_from_ini_file "cleo\SniperZoom.ini" section "ZOOM_IN" key "KEY2"
0AF0: 3@ = get_int_from_ini_file "cleo\SniperZoom.ini" section "ZOOM_OUT" key "KEY1"
0AF0: 4@ = get_int_from_ini_file "cleo\SniperZoom.ini" section "ZOOM_OUT" key "KEY2"
jump @ZOOMx8
else
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini not found~W~::." time 500
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini ~R~not found~W~::." time 500
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini not found~W~::." time 500
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini ~R~not found~W~::." time 500
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini not found~W~::." time 500
0ACD: show_text_highpriority "~W~.::~B~SniperZoom.ini ~R~not found~W~::." time 500
0A93: end_custom_thread
end

:ZOOMx8
wait 0
if and
02D8:   actor $PLAYER_ACTOR current_weapon == 34
0AB0:   key_pressed 2
0AB0:   key_pressed 1@
0AB0:   key_pressed 2@
else_jump @ZOOMx8
wait 200

:ZOOMx16
0922: set_camera_zoom_from 4.0 to 4.0 timelimit 100 smooth_transition 0
jump @ZOOMx32_CHECK

:ZOOMx32_CHECK
wait 0
if and
    02D8:   actor $PLAYER_ACTOR current_weapon == 34
    0AB0:   key_pressed 2
    0AB0:   key_pressed 1@
    0AB0:   key_pressed 2@
then
    jump @ZOOMx32
else
    if and
        02D8:   actor $PLAYER_ACTOR current_weapon == 34
        0AB0:   key_pressed 2
        0AB0:   key_pressed 3@
        0AB0:   key_pressed 4@
    then
        jump @DECREASE_ZOOM_TO_x8
    else
        if and
            02D8:   actor $PLAYER_ACTOR current_weapon == 34
            0AB0:   key_pressed 2
        then
            jump @ZOOMx16
        else
            jump @DECREASE_ZOOM_TO_x8
        end  
    end
end          

:ZOOMx32
if and
    02D8:   actor $PLAYER_ACTOR current_weapon == 34
    0AB0:   key_pressed 2
then
    0922: set_camera_zoom_from 1.0 to 1.0 timelimit 100 smooth_transition 0
    jump @ZOOMx32_REDUCE_CHECK
else
    jump @ZOOMOUT_IF_NOT_AIMING
end
:ZOOMx32_REDUCE_CHECK
wait 0
if and
    02D8:   actor $PLAYER_ACTOR current_weapon == 34
    0AB0:   key_pressed 2
    0AB0:   key_pressed 3@
    0AB0:   key_pressed 4@
then
    jump @DECREASE_ZOOM_TO_x16
else
    jump @ZOOMx32
end

:ZOOMOUT_IF_NOT_AIMING
wait 0
if and
02D8:   actor $PLAYER_ACTOR current_weapon == 34
0AB0:   key_pressed 2
else_jump @DECREASE_ZOOM_TO_x8
jump @ZOOMx32

:DECREASE_ZOOM_TO_x8
0922: set_camera_zoom_from 10.0 to 10.0 timelimit 100 smooth_transition 0
jump @ZOOMx8

:DECREASE_ZOOM_TO_x16
0922: set_camera_zoom_from 4.0 to 4.0 timelimit 100 smooth_transition 0
jump @ZOOMx16
 

Sakura San

Известный
Автор темы
134
89
можешь скачать другую версию с видео ( если это не один и тот же скрипт лол) )
В видео в самом деле другой скрипт с плавным увеличением, но есть баг - увеличение не останавливается :(