武装突袭3

武装突袭3

Intro Script DEMO
正在显示第 1 - 10 项,共 10 项条目
更新于:2018 年 7 月 1 日 下午 6:22

更新于:2018 年 1 月 26 日 下午 10:48

更新于:2018 年 1 月 26 日 上午 9:32

更新于:2017 年 11 月 23 日 下午 7:39

更新于:2017 年 9 月 14 日 下午 5:31

I introduced a parameter to make the script more JIP/MP firendly

nul = [JIP] execVM "intro.sqf";

JIP - number, time in seconds
- if negative the intro will be played for all JIP players regardless the time they join
- if is bigger than 0, players joining after the amount of seconds specified will not see the intro

Examples
> INTRO will be played for all JIP players regardless of joining time
nul = [-1] execVM "AL_intro\intro.sqf";

> INTRO will be played for all JIP players if they join in the first 10 seconds after mission starts
nul = [10] execVM "AL_intro\intro.sqf";

更新于:2017 年 9 月 6 日 上午 3:49

* Script clean up
* Minor tweaks
* Added a new boolean parameter that, as in my movie maker script, will tell if the current camera shot is the last one or not
* Everything else stays the same, for more info see the video tutorial

更新于:2017 年 9 月 6 日 上午 3:43

更新于:2016 年 4 月 14 日 下午 8:14

v1.02
- changed condition for script to run to avoid launching it on HC
- using global variables instead of public variables to control intro progress

更新于:2016 年 4 月 11 日 上午 9:01

v1.01 Changelog:
fixed: when on MP/dedicated with many players camera would jump between player view and camera shot, now should work fine. Tested on dedicated but not in MP. Any feedback would be greatly appreciated. Thanks!

更新于:2016 年 4 月 6 日 上午 12:46