-
Posts
919 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Majinbot
-
IMHO se si preferiscono aerei moderni sicuramente l'Hornet, (che ormai è quasi completo) un multiruolo che può divertire per molto tempo. E' forse il più facile da rifornire in volo, e l'appontaggio su portaerei è un punto in più.
-
Si avevo letto che venivano sempre modificati in post produzione, sicuramente la 2.7 sarà un passo avanti e non solo per le nuvole nuove...
-
Alcune parti del video REACH FOR THE SKIES hanno la giusta illuminazione e i giusti colori da sembrare reali, mi piacerebbe sapere come modificano i video per farli così belli....
-
Si infatti mai inserita la key di win10, ogni volta che mi loggo con l'account Microsoft si attiva da solo. Per dcs avendolo su d: salvo solo la cartella \Saved Games\DCS.openbeta e la ricopio al suo posto e funziona senza neanche fare un repair..
- 11 replies
-
Non possiedo l'F5, ma sull'F-18 è questa riga che serve al caso tuo (default.lua): { down = engines_commands.APU_ControlSw_TM_WARTHOG, up = engines_commands.APU_ControlSw_TM_WARTHOG, cockpit_device_id = devices.ENGINES_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('APU Control Sw (special) - ON/OFF'), Suppongo che sia uguale, ma non posso testare la cosa.
-
In my case I needed to combine an on/off switch to control the probe. Enter the full line under: -- Joystick switch abstractions (Example, ON else OFF), then you can bind the switch.
-
Every update I have to add the following code to the file: DCS World OpenBeta\Mods\aircraft\AV8BNA\Input\AV8BNA\joystick\default.lua {down = iCommandPlaneHook, up = iCommandPlaneHook, value_down=0.0, value_up=1.0, name = _('Air Refueling Probe Toggle IN/OUT'), category=_('Joystick Switch Abstractions')},
-
Mi è capitato 2-3 volte, i frame sono scesi sotto i 10 rendendolo DCS ingiocabile e sempre con f-16 + Syria. Anche inserire gli steerpoints è impossibile al momento, anche se non ho ancora provato il bypass sopraindicato.
-
They will reserve this weapon and the APKWS for the future F-18e
-
E se non si usano LAU tripli, va davvero veloce!!
- 169 replies
-
- eagle dynamics
- tank killer
-
(and 2 more)
Tagged with:
-
Non ho mai seguito i battibecchi nel forum internazionale, però la lista delle features mancanti è decisamente lunga: :shocking: What about this list of wrongly implemented or missing features? https://forums.eagle.ru/showthread.php?t=285495 "ARBS: The ARBS/DMT right now seems magic. It automatically know altitude of the target and therefore knows slant range etc. It can snap onto anything, not just contrast, which also ties in to "It knows everything". It functions nothing like it is described in the NATOPS. Right now it appears to be nothing more than a budget TPOD. It is also missing its crosswind compensation and by extension, ability to handle moving targets, which again ties into how it locks onto things. It currently has none of the limitations of the real thing, except the slew limits of the camera. Basically, the ARBS itself is what is missing. CCIP/AUTO targeting modes: This is in the same vein as the ARBS. The plane magically chooses the targeting mode (CCIP, RCIP, BCIP, GCIP etc.) for you, but what it chooses does not matter because all of them seem to be the same right now, aka the ARBS/plane already knows the exact data of the target. This is probably the same thing as with the ARBS. The modes are there, visually, but they are one and the same right now. Back up modes: There are back up modes missing for targeting (DSL, DSL(1) and DIR). Simple as that. Toss bombing mode: There is a sub mode to AUTO which is a toss mode. It is not implemented. INS drift: This is not as important as the ones above, but since the limitation of GPS has been included into the sim, modelling a scenario without GPS would require drift of the INS to exist. This might not be modelable since data for INS drift probably is classified, but I'm bringing it up anyway. Summarised list of this thread: Realistic ARBS CCIP/AUTO Targeting modes Back up targeting modes Toss bombing AUTO mode (Realistic INS) (MAVF instead of MAVG. Pet peeve of mine) Missing keybinds Correct AWLS MGRS Coordinate input NWS button toggles MAV FOV Many functions missing from EW page HUD/INS Slew [Weapons Release Data Page] Separate brightness/contrast settings for different types of MFD pages CCIP pipper should occlude velocity vector, designation diamond Gunpod should not be able to function unless sufficient air pressure is supplied (I can't remember wether it was vstolmech or a pilot who pointed out this out and now I can't find the post) DMT slave to sidewinder Full VREST page features Ground Power panel EMCON mode Expendables programming Expendables auto release Target point and Mark point data entry Magnetic variation and its effects Tarawa promised features (AGM-65 force correlation and ship mode, this is on ED side if I remember correctly) [TPOD data such as coordinate display, north arrow etc] AFC features during jet borne flight [TOT and connected features] Fuel dump animation FLIR Hotspot tracking Various BITs Configurable IFF to let SRS/LotATC/etc. interface Various FM deficiencies: 1 and 2 "The EW Menu page that provides the capability to control map, waypoint, RWR and Radar footprint (radar aircraft only) symbology displayed on the EW page" LAR button on EHSD to show JDAM LAR. AGM-122 Primary & Hot mode Missing Cage/Uncage functionality. Missing HUD symbology for caged seeker. Missing symbology when uncaged seeker symbology is HUD limited. Sensitivity should increase when uncaged. "
-
Boni, vi ricordo che non serve prendersela tanto, qui nel forum non tutti gli utenti sono alla pari, alcuni sono più "importanti" e solo quelli possono esprimersi senza venire attaccati. Ricordo un anno fa quando feci presente che la RAZBAM dava precedenza ai nuovi moduli, invece che impegnarsi a finire i vecchi. E venni subito attaccato da un utente di un certo "peso" e dai suoi leccapiedi che trovavano inammissibile che osassi contestarlo. Certo ci sono i "rompiballe", ma la lentezza della RAZBAM nel terminare i vecchi moduli è palese, e l'hanno notato centinaia di utenti.
-
Si sono 2 semplici esempi, dopo uno se li può personalizzare a seconda delle esigenze. I 2 programmi usano le voci text to speech di windows, in rete si trovano indicazioni su come aggiungerne ancora.
-
In teoria se non sbaglio il prossimo aggiornamento OB dovrebbe essere mercoledì prossimo, ma potrebbero posticiparlo per farlo uscire a fine mese quando è pronto l'A-10C II...
- 2933 replies
-
1- Con un semplice script tipo: EventHandlerL = {} function EventHandlerL:onEvent(event) if event.id == world.event.S_EVENT_LAND and event.initiator == Unit.getByName('Player') then trigger.action.setUserFlag('6', true) end end world.addEventHandler(EventHandlerL) oppure: EventHandler = {} local LandingOne = Unit.getByName('Player') function EventHandler:onEvent(event) if event.id == world.event.S_EVENT_LAND and event.initiator == LandingOne and event.place:getName() == 'Stennis' then trigger.action.outText(LandingOne:getName().." è atterrato su "..event.place:getName(),20) end end world.addEventHandler(EventHandler) 2- 2 tipi del forum hanno creato 2 software che possono aiutate RadioMessageGenerator e HQ4DCS, li trovi con un search. 3- Sostituisci è basta, purtroppo se hai messo degli aerei statici sopra te li scombussola e li devi riposizionare, niente di complicato
-
Secondo Elon Muskl’era degli aerei caccia è giunta al termine.
Majinbot replied to fabio.dangelo's topic in Italian
Ecco il logo di una delle prime IA per velivoli militari.... -
Syria map bug, Ramat David airport, Viper stuck on the tarmac. And always in the map of Syria, a lot of lag in the mission editor, really annoying creating missions.
-
Skin: C:\Users\....\Saved Games\DCS.openbeta\Liveries\FA-18C_hornet\ Missioni: https://www.digitalcombatsimulator.com/en/files/
-
In futuro potrebbero fare un prepar 3d con FS2020, quello potrebbe entrare in competizione con DCS...
- 2933 replies
-
Nel mio caso modificando un Wheel Stand Pro sono riuscito a far star tutto sotto la scrivania dello studio dove ho il pc (così ho accontentato la moglie). E' per la cronaca la mia bimba di 2 anni tentando ripetutamente di collegare vari cavi sulle porte sbagliate, mi distrutto il case, ho dovuto buttare tutta la RAM, e sostituire MB e CPU. :cry:
-
Hard Times and Expensive Hobby
Majinbot replied to Steel Jaw's topic in PC Hardware and Related Software
I paid 399 in Nov 2019 Amazon sale -
Assign as creates a zone around a scenery building, and the only use I have found is to copy the id of the scenery to create a script to detect the destruction or to make a JTAC lase the building.
- 1 reply
-
- 1
-
-
Chissà che filtri usano per fare video così belli