Jump to content

Recommended Posts

Posted

Windows PowerShell

Copyright © 2016 Microsoft Corporation. All rights reserved.

 

C:\Users\Eno\Documents\GitHub> git submodule update --init

fatal: Not a git repository (or any of the parent directories): .git

C:\Users\Eno\Documents\GitHub>

 

Is what I'm getting...

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted
Thanks for the quick reply!

 

I have Git desktop installed, and I have Moose added as a repo.

 

I've tried both the .bat file and the git shell. When I try the gitshell I don't get any output from that command, it returns me to a prompt without any output.

 

i am getting the same as awjudge... i tried running both the bat and through the git shell and get nothing. it just drops to a new line and checking the local directory still shows no DCS folder.

 

Here's what I get:

Windows PowerShell

Copyright © 2016 Microsoft Corporation. All rights reserved.

 

C:\Users\KirkAdmin\Documents\GitHub\MOOSE [master ≡]> git submodule update --init

C:\Users\KirkAdmin\Documents\GitHub\MOOSE [master ≡]>

ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 

"This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL

Posted

FYI i also notice that the Documentation set in the >MOOSE>Moose Training directory is also not synced in my Git Pull.... not a big deal as I can get to them online but FYI nonetheless.

ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 

"This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL

Posted

Hmmm - i just noted a DCS folder embedded within the C:\Users\KirkAdmin\Documents\GitHub\MOOSE\Moose Development\Moose\Dcs directory.... is this the submodule we are looking for?

 

I think we were all looking for it under the C:\Users\KirkAdmin\Documents\GitHub\MOOSE\Moose Development hierarchy as per the video. Looking at the lua files, they appear to be the ones we are looking for (i.e. DCSAirbase.lua etc.... albeit there seems to be some new ones like DCSZone.lua in there too)

 

Should we be adding this into the build path for eclipse intellisense?

ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 

"This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL

Posted
Hmmm - i just noted a DCS folder embedded within the C:\Users\KirkAdmin\Documents\GitHub\MOOSE\Moose Development\Moose\Dcs directory.... is this the submodule we are looking for?

 

That is were it appears in Github as a submodule so I think that is working correctly.

 

I get nothing output with the "git submodule update --init" but maybe cause it is up to date already!!

 

Try typing "git submodule" and it should list DCS as a submodule. If so, I think you are all good.

Posted

Okay, I see...

 

The source path in Eclipse should be:

Moose Development/Moose

 

Under the Moose directory you should have the following directories:

- AI

- Action

- Core

- Dcs

- Functional

- Tasking

- Wrapper

 

It is the DCS directory that is not synced automatically.

 

I have been writing up an installation manual.

It contains screenshots what to follow.

 

http://flightcontrol-master.github.io/MOOSE/Installation.html

 

I urgently need to redo these install videos and remove the old one.

Out is confusing people. But since I am a father of a large family, my time is limited. The earliest you'll see these videos is Tuesday to Thursday.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

No rush FlightControl, thanks for looking into it! It does seem as though I was looking for the DCS folder in the wrong place. I thought it was meant to be in the root of Moose Development.

Posted
Hi FlightControl,

 

I've tried this and it does't appear to do anything, I don't get a DCS folder under Moose Development. Is there another method for syncing the submodule?

 

No rush FlightControl, thanks for looking into it! It does seem as though I was looking for the DCS folder in the wrong place. I thought it was meant to be in the root of Moose Development.

 

Okay, have a look what delta99 wrote. He may also have valuable info. Check what is in the Moose Development/Moose/Dcs directory.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted
Okay, have a look what delta99 wrote. He may also have valuable info. Check what is in the Moose Development/Moose/Dcs directory.

 

Yes, I see the DCS folder there. I think it's all good! :)

Posted

hey - no worries FC! I can follow the html setup no problem... I do note, however that the html version you link to at http://flightcontrol-master.github.io/MOOSE/Installation.html is not using Lua 5.2 as the execution environment in the screenshots... I'm thinking this should be 5.2 not 5.1 correct?

ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 

"This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL

Posted
hey - no worries FC! I can follow the html setup no problem... I do note, however that the html version you link to at http://flightcontrol-master.github.io/MOOSE/Installation.html is not using Lua 5.2 as the execution environment in the screenshots... I'm thinking this should be 5.2 not 5.1 correct?

 

Nono. The development environment of dcs is lua 5.1.

 

Check this post here on the subject.

Not many people had a clue what I was trying to say i think though...

 

 

https://forums.eagle.ru/showthread.php?t=177732

 

Fc

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

i think i screwed something up setting up eclipse... the intellisense is not displaying as i expected. I'll wait for the new videos before diving in further... in the meantime, I'm working through that online lua course.

 

Cheers,

ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 

"This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL

Posted
Nono. The development environment of dcs is lua 5.1.

 

Check this post here on the subject.

Not many people had a clue what I was trying to say i think though...

 

 

https://forums.eagle.ru/showthread.php?t=177732

 

Fc

 

Whoa whoa... Everything I've seen so far points to 5.2? And it seems to work okay? Maybe I'm not looking close enough.

 

In addition I will say with the exception to the step where you add a DCS folder (which it sounds is added in another place anyway) I will say emphatically that my intellisense is working fine- it doesn't "auto" generate as I type but when I hover my mouse over what I'm typing the appropriate window pops up that I can scroll through with all instructions.

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted
i think i screwed something up setting up eclipse... the intellisense is not displaying as i expected. I'll wait for the new videos before diving in further... in the meantime, I'm working through that online lua course.

 

Cheers,

 

Right click on the Moose_Framework project in the project list.

Select preferences or settings.

Check if the source directory (the directory with the sources) has a reference to

"Moose Development/Moose". You can recognize this source directory on the form of the icon. It has a hash mark in it.

 

Check an example in this link: http://flightcontrol-master.github.io/MOOSE/Installation/LDT_Moose_Framework_Finish.JPG

 

Contact me on slack in case of further problems.

 

Fc

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted
Whoa whoa... Everything I've seen so far points to 5.2? And it seems to work okay? Maybe I'm not looking close enough.

 

In addition I will say with the exception to the step where you add a DCS folder (which it sounds is added in another place anyway) I will say emphatically that my intellisense is working fine- it doesn't "auto" generate as I type but when I hover my mouse over what I'm typing the appropriate window pops up that I can scroll through with all instructions.

 

Hello ENO,

 

Where are you looking regarding the 5.2?

 

The IntelliSense should popup immediately when it should popup.

What is meant with auto generate?

Sometimes however, because the IntelliSense parses the documentation in the sources combined with the sources itself, it seems to hang when it would popup a window. And then nothing. When you see that happening, retry and then it will work. A small annoyance in a huge area of advantages.

 

Fc

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

I'm on a phone now so a bit of a pain to link to but basically in the setup video the language we're told to embed is 5.2.

 

I imagine for people not using the enhanced functionality of 5.2 the general functions in MOOSE will work fine but for people wanting to execute 5.2 functionality it will cause issues (I imagine)

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted
I'm on a phone now so a bit of a pain to link to but basically in the setup video the language we're told to embed is 5.2.

 

I imagine for people not using the enhanced functionality of 5.2 the general functions in MOOSE will work fine but for people wanting to execute 5.2 functionality it will cause issues (I imagine)

 

Just checked and I set mine up with 5.2 and I'm about 99% sure it was because that is what FC specified in his video as you are saying.

 

I agree that it probably isn't a big deal if one isn't using 5.2 functionality. I barely know LUA so I'm not using anything fancy YET.

Posted
Just checked and I set mine up with 5.2 and I'm about 99% sure it was because that is what FC specified in his video as you are saying.

 

I agree that it probably isn't a big deal if one isn't using 5.2 functionality. I barely know LUA so I'm not using anything fancy YET.

 

Exackery.

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted (edited)

The project is the best! I am watching the videos 1 by 1 to understand concepts before I dive in and start creating missions (...it's how I learn).

 

What I intend to do is to create a series of missions that I will run for about 8 hrs on a local server and then join the server as a client through out the day as my real life schedule permits. The idea is I will get the dynamic AI world going about it's business of war as I go about my day. I am so excited!!!

 

I have a question for FC! Is it possible to script for example RED coalition AI to land after a task at another RED airbase at random if the original airbase has changed allegiance (i.e. captured)?

 

- Nevermind - Just watched the AIBalancer Functional overview.

Edited by X_Man
Posted

Just out of curiosity, is there a version of GCI/CAP script for Moose? The 476th NTTR map loads both Moose AND mist and I'm meeting with resistance when I load the GCI /CAP Script. (Frame Rates plummet)

 

Sierra99

[sIGPIC][/sIGPIC]

Primary Computer

ASUS Z390-P, i7-9700K CPU @ 5.0Ghz, 32GB Patriot Viper Steel DDR4 @ 3200Mhz, ZOTAC GeForce 1070 Ti AMP Extreme, Samsung 970 EVO M.2 NVMe drives (1Tb & 500 Gb), Windows 10 Professional, Thrustmaster Warthog HOTAS, Thrustmaster Warthog Stick, Thrustmaster Cougar Throttle, Cougar MFDs x3, Saitek Combat Rudder Pedals and TrackIR 5.

 

-={TAC}=-DCS Server

Gigabyte GA-Z68XP-UD3, i7-3770K CPU @ 3.90GHz, 32GB G.SKILL Ripjaws DDR3 @ 1600Mhz, ZOTAC GeForce® GTX 970.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...