武装突袭3

武装突袭3

182 个评价
Nimitz Experimental Build
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Boat
文件大小
发表于
更新日期
918.287 MB
2019 年 3 月 29 日 下午 3:06
2024 年 3 月 10 日 下午 6:21
71 项改动说明 ( 查看 )

订阅以下载
Nimitz Experimental Build

在 TeTeTe3 的 2 个合集中
Nimitz Experimental Mods Server
8 件物品
Server Collection: USAF, F/A-18Beta, Nimitz, Seattle
12 件物品
描述
This is the experimental build series for the Nimitz. It contains untested and new changes and is intended primarily for developers and users that don't mind the bleeding edge of mod development.
热门讨论 查看全部(3)
6
2022 年 1 月 21 日 上午 11:22
Custom Ideas For Spawning On Carrier
RoodyJammer
1
2022 年 11 月 18 日 下午 11:01
I need assistance
schemers
1
2024 年 6 月 8 日 下午 4:04
Is there any way to put NPCS in the carrier to make ambientation?
rithunterino
217 条留言
TeTeTe3  [作者] 8 月 4 日 上午 4:22 
There should be a hotkey that releases the wire, I forgot which one though.
I've stopped arma 3 modding a fair while back, Peral has the mods now.
8589869056xx 8 月 2 日 下午 2:13 
Are you working on this anymore? I appreciate all the enhancement from the original Nimitz mod but there's a fatal bug about the arresting wire, which keeps me using the original one.
Currently, the wires work like the original mod by chance, while it doesn't show up just like in the USS Freedom carrier in the most of carrier landings, and the former scenario is devastating if you're in an aircraft other than F-18, because there's no option to release the wire.
givrus 7 月 27 日 上午 9:21 
Здравствуйте! Подскажите, пожалуйста, как сделать( перенести с Nimitz на Freedom) Deck crew Animation, при старте самолета с Freedom? То есть копия Nimitz, но на Freedom!
Через scenario (Deck crew, например) - не получается(((
TeTeTe3  [作者] 3 月 20 日 上午 5:42 
Back in the day I created this video: https://www.youtube.com/watch?v=SQewbKhBQxg Not sure if this is the same populate you're using currently - I developed different types over the year.
[SERVAL] Virtual Command 3 月 18 日 下午 11:44 
I copy and pasted both class names with and without strings to the ship
TeTeTe3  [作者] 3 月 16 日 上午 4:32 
hmm, did you set the class names correctly? The error says as much as that no vehicle was there.
[SERVAL] Virtual Command 3 月 15 日 下午 5:21 
I loaded it with CBA enabled

systemChat str typeOf _veh;
if ( (tolower (typeOf _veh)) find >
17:21:03 Error position: <_veh;
if ( (tolower (typeOf _veh)) find >
17:21:03 Error Undefined variable in expression: _veh
17:21:03 File ttt_nimitzfunctions\fn_parking\fn_parkPlane.sqf..., line 56
TeTeTe3  [作者] 3 月 15 日 上午 11:33 
Hard to tell without getting the error code. I haven't launched Arma 3 in a while though. Did you load CBA_A3 with the Nimitz?
[SERVAL] Virtual Command 3 月 15 日 上午 1:50 
I'm trying to populate the ship but get an error code whenever I do is there something i'm missing or is it broken currently?
TeTeTe3  [作者] 1 月 25 日 下午 2:50 
I believe this is from a script I used from Grumpy Old Man, aircraft loadout. Try to set these globally to false in some init after loading the Nimitz:

TTT_fnc_aircraftLoadout_NeedsFuelSource = true;
//(default: true) needs fuel supply within 50m of the aircraft or functions will be unavailable

TTT_fnc_aircraftLoadout_NeedsAmmoSource = true;
//(default: true) needs ammo supply within 50m of the aircraft or functions will be unavailable

TTT_fnc_aircraftLoadout_NeedsRepairSource = true;
//(default: true) needs repair supply within 50m of the aircraft or functions will be unavailable