Arma 3
180 ratings
Nimitz Experimental Build
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Boat
File Size
Posted
Updated
918.287 MB
29 Mar, 2019 @ 3:06pm
10 Mar, 2024 @ 6:21pm
71 Change Notes ( view )

Subscribe to download
Nimitz Experimental Build

In 2 collections by TeTeTe3
Nimitz Experimental Mods Server
8 items
Server Collection: USAF, F/A-18Beta, Nimitz, Seattle
12 items
Description
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.
Popular Discussions View All (3)
6
21 Jan, 2022 @ 11:22am
Custom Ideas For Spawning On Carrier
RoodyJammer
1
18 Nov, 2022 @ 11:01pm
I need assistance
S
1
8 Jun, 2024 @ 4:04pm
Is there any way to put NPCS in the carrier to make ambientation?
rithunterino
217 Comments
TeTeTe3  [author] 4 Aug @ 4:22am 
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 2 Aug @ 2:13pm 
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 27 Jul @ 9:21am 
Здравствуйте! Подскажите, пожалуйста, как сделать( перенести с Nimitz на Freedom) Deck crew Animation, при старте самолета с Freedom? То есть копия Nimitz, но на Freedom!
Через scenario (Deck crew, например) - не получается(((
TeTeTe3  [author] 20 Mar @ 5:42am 
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 18 Mar @ 11:44pm 
I copy and pasted both class names with and without strings to the ship
TeTeTe3  [author] 16 Mar @ 4:32am 
hmm, did you set the class names correctly? The error says as much as that no vehicle was there.
[SERVAL] Virtual Command 15 Mar @ 5:21pm 
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  [author] 15 Mar @ 11:33am 
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 15 Mar @ 1:50am 
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  [author] 25 Jan @ 2:50pm 
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