Arma 3
182 vurderinger
Nimitz Experimental Build
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Data Type: Mod
Mod Type: Boat
Filstørrelse:
Offentliggjort:
Opdateret:
918.287 MB
29. mar. 2019 kl. 15:06
10. mar. 2024 kl. 18:21
71 ændringsbemærkninger ( vis )

Abonner for at downloade
Nimitz Experimental Build

I 2 samlinger af TeTeTe3
Nimitz Experimental Mods Server
8 genstande
Server Collection: USAF, F/A-18Beta, Nimitz, Seattle
12 genstande
Beskrivelse
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.
Populære diskussioner Vis alle (3)
6
21. jan. 2022 kl. 11:22
Custom Ideas For Spawning On Carrier
RoodyJammer
1
18. nov. 2022 kl. 23:01
I need assistance
schemers
1
8. juni 2024 kl. 16:04
Is there any way to put NPCS in the carrier to make ambientation?
rithunterino
217 kommentarer
TeTeTe3  [ophavsmand] 4. aug. kl. 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 2. aug. kl. 14: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 27. juli kl. 9:21 
Здравствуйте! Подскажите, пожалуйста, как сделать( перенести с Nimitz на Freedom) Deck crew Animation, при старте самолета с Freedom? То есть копия Nimitz, но на Freedom!
Через scenario (Deck crew, например) - не получается(((
TeTeTe3  [ophavsmand] 20. mar. kl. 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 18. mar. kl. 23:44 
I copy and pasted both class names with and without strings to the ship
TeTeTe3  [ophavsmand] 16. mar. kl. 4:32 
hmm, did you set the class names correctly? The error says as much as that no vehicle was there.
[SERVAL] Virtual Command 15. mar. kl. 17: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  [ophavsmand] 15. mar. kl. 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 15. mar. kl. 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  [ophavsmand] 25. jan. kl. 14: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