Jump to content

DCS World 2.0 and New Maps Discussion Thread


Recommended Posts

  • Replies 7.3k
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)
I think so, looks like an Mi-8 to me.

 

Not that surprising, ED sometimes drops hints :)

 

Of course, nothing is official until it's announced. Everyone should keep in mind that this could be another side project, or a military product, and/or it may prove not to work out.

 

Personally, I think Yo-Yo just has too much time on his hands. That's a good thing, BTW. The guy is a flight modeling maniac.

Edited by Speed

Intelligent discourse can only begin with the honest admission of your own fallibility.

Member of the Virtual Tactical Air Group: http://vtacticalairgroup.com/

Lua scripts and mods:

MIssion Scripting Tools (Mist): http://forums.eagle.ru/showthread.php?t=98616

Slmod version 7.0 for DCS: World: http://forums.eagle.ru/showthread.php?t=80979

Now includes remote server administration tools for kicking, banning, loading missions, etc.

Posted (edited)
Not that surprising, ED sometimes drops hints :)

 

I Agree.

 

Not a big surprise - since the Beta came

 

Check it: Eagle Dynamics\DCS A-10C Beta\Scripts\Common\EagleFMPlugin.lua

(same in v1.1.1.1)

Who doesn't know: FM = Flight Model ;)

 

 

wsType_Level4 = {

A_10C = 58, -- A-10C

MI_8MT = 151, -- Mč-8ĚŇ. Đîńńč˙/Óęđŕčíŕ

MI_24W = 152, -- Mč-24B. Đîńńč˙/Óęđŕčíŕ

KA_50 = 155, -- Ka-50. Đîńńč˙

}

 

FMPlugin =

{

[wsType_Level4.MI_8MT] = {name = "Mi8.dll"},

[wsType_Level4.MI_24W] = {name = "Mi24.dll"},

[wsType_Level4.KA_50] = {name = "Ka50.dll"},

[wsType_Level4.A_10C] = {name = "A10.dll"},

Edited by HungaroJET
  • Like 1

Atop the midnight tarmac,

a metal beast awaits.

To be flown below the radar,

to bring the enemy his fate.

 

HAVE A BANDIT DAY !

 

[sIGPIC][/sIGPIC]

"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." - R. Buckminster Fuller (1895 - 1983), American Architect, Author, Designer, Inventor, and Futurist

Posted
just hoping to be released soon.

 

Awful lot of stuff waiting to be released soon from ED , and all we know for sure is there is a P-51 ..... maybe a little info from them would go down well .

 

Ive spent an awful lot of money over the last 2 years buying ED products and the gear needed to play them ..... they could keep us a little interested with some release infos and updates .

Posted
Awful lot of stuff waiting to be released soon from ED , and all we know for sure is there is a P-51 ..... maybe a little info from them would go down well .

 

Ive spent an awful lot of money over the last 2 years buying ED products and the gear needed to play them ..... they could keep us a little interested with some release infos and updates .

 

The Current plans ---> http://forums.eagle.ru/showthread.php?t=81589

 

Nate

Posted
I Agree.

 

Not a big surprise - since the Beta came

 

Check it: Eagle Dynamics\DCS A-10C Beta\Scripts\Common\EagleFMPlugin.lua

(same in v1.1.1.1)

Who doesn't know: FM = Flight Model ;)

 

 

wsType_Level4 = {

A_10C = 58, -- A-10C

MI_8MT = 151, -- Mč-8ĚŇ. Đîńńč˙/Óęđŕčíŕ

MI_24W = 152, -- Mč-24B. Đîńńč˙/Óęđŕčíŕ

KA_50 = 155, -- Ka-50. Đîńńč˙

}

 

FMPlugin =

{

[wsType_Level4.MI_8MT] = {name = "Mi8.dll"},

[wsType_Level4.MI_24W] = {name = "Mi24.dll"},

[wsType_Level4.KA_50] = {name = "Ka50.dll"},

[wsType_Level4.A_10C] = {name = "A10.dll"},

 

I don't know the ins and outs, but couldnt this just be FMs for AI?

[sIGPIC][/sIGPIC]

The voice of the F-14 "Ambush" Trailer and F-14 Tomcat Instructor Pilot



My Rig: Intel i5-7600k | MSI Z-270A PRO | 16GB DDR4 2400 | MSI nVidia GTX 1660 Ti | Saitek X52 Pro | TIR 4 w Pro Clip

Posted

Well whatever they release, I'll show my support by purchasing... If we could only get beta access to the Mustang like we did the Hog would be FANTASTIC!!!!

Win 10 Pro 64Bit | 49" UWHD AOC 5120x1440p | AMD 5900x | 64Gb DDR4 | RX 6900XT

Posted (edited)
I don't know the ins and outs, but couldnt this just be FMs for AI?

 

There is no point making external DLL for few crafts if rest of them is packed into one big DLL file.

 

I've been thinking long time ago about it too, and my conclusion is seem to be right :E

Edited by Boberro

Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D

ಠ_ಠ



Posted
....aaaaaaaaaaaaannd it's down.

 

http://vimeo.com/37725667

 

 

Heheh it's been there for about month :D

Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D

ಠ_ಠ



Posted (edited)
I Agree.

 

Not a big surprise - since the Beta came

 

Check it: Eagle Dynamics\DCS A-10C Beta\Scripts\Common\EagleFMPlugin.lua

(same in v1.1.1.1)

Who doesn't know: FM = Flight Model ;)

 

 

wsType_Level4 = {

A_10C = 58, -- A-10C

MI_8MT = 151, -- Mč-8ĚŇ. Đîńńč˙/Óęđŕčíŕ

MI_24W = 152, -- Mč-24B. Đîńńč˙/Óęđŕčíŕ

KA_50 = 155, -- Ka-50. Đîńńč˙

}

 

FMPlugin =

{

[wsType_Level4.MI_8MT] = {name = "Mi8.dll"},

[wsType_Level4.MI_24W] = {name = "Mi24.dll"},

[wsType_Level4.KA_50] = {name = "Ka50.dll"},

[wsType_Level4.A_10C] = {name = "A10.dll"},

 

Those have been there since Beta?! I only noticed them a few months ago.

 

I was trying not to say anything more than "not surprising" out respect for the fact that they haven't announced them yet. Nice job, I'm sure ED appreciates it :doh: :P

Edited by Speed

Intelligent discourse can only begin with the honest admission of your own fallibility.

Member of the Virtual Tactical Air Group: http://vtacticalairgroup.com/

Lua scripts and mods:

MIssion Scripting Tools (Mist): http://forums.eagle.ru/showthread.php?t=98616

Slmod version 7.0 for DCS: World: http://forums.eagle.ru/showthread.php?t=80979

Now includes remote server administration tools for kicking, banning, loading missions, etc.

Posted

Anyone else curious of how GG found a random video on Vimeo that was titled "Untitled" that just happened to show newer Nevada terrain and a helicopter that isn't currently flyable...

The right man in the wrong place makes all the difference in the world.

Current Projects:  Grayflag ServerScripting Wiki

Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread)

 SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum

Posted
But no timetable for all these great products, except for the P-51. :(

 

Exactly - nobody can complain about something being late if they have no idea of when something is due. Too many times in the past people have gone berserk because aspirational dates were interpreted incorrectly as promises written in blood.

 

Once bitten twice shy, so no dates.

 

Nate

Posted (edited)
I also saved it ....accidentally :)

So what about to upload it to YT then?;) I`ve seen it, but would like to have a look at it again.

 

So really, that klak klak klak the whole vid long was trimming? Yes, i know that sound from BS, but wasn`t sure if this is the same for the Mi-8.

Edited by EagleEye

Deutsche DCS-Flughandbücher

SYSSpecs: i7-4790K @4GHz|GA-Z97X-SLI|16GB RAM|ASUS GTX1070|Win10 64bit|TrackIR5|TM Warthog/Saitek Pro Pedals

Posted
Exactly - nobody can complain about something being late if they have no idea of when something is due. Too many times in the past people have gone berserk because aspirational dates were interpreted incorrectly as promises written in blood.

 

Once bitten twice shy, so no dates.

 

Nate

Depends on which side of fence in the marketing department you lie. You will always get the wingers and quoters. However the interest gained through advance notice of upcoming products may well outweigh the negative aspects associated with release date delays.

 

I guess ED will notify everyone in good time. Maybe its a question of timescale to product release.

i7-7700K : 16Gb DDR4 2800 Mhz : Asus Mobo : 2TB HDD : Intel 520 SSD 240gb : RTX 2080ti: Win10 64pro : Dx10 : TrackiR4 : TM Warthog : ASUS ROG SWIFT PG348Q

Posted
Depends on which side of fence in the marketing department you lie. You will always get the wingers and quoters. However the interest gained through advance notice of upcoming products may well outweigh the negative aspects associated with release date delays.

 

I guess ED will notify everyone in good time. Maybe its a question of timescale to product release.

 

I agree, that's why advance notice of upcoming products has been given, sans dates, best of both worlds. However the amount of information available now does not necessarily relate to how distant a product is. I'm sure as things get closer to completion they will become less opaque.

 

Nate

Posted (edited)
So what about to upload it to YT then?;) I`ve seen it, but would like to have a look at it again.

 

So really, that klak klak klak the whole vid long was trimming? Yes, i know that sound from BS, but wasn`t sure if this is the same for the Mi-8.

 

h_mi35m.jpg

 

http://light.polar.cz/videa/htpostrava.cz/videa/publikovano/03_darkness_landing_simulator_mi_171_www.mp4

 

 

http://precise3dmodeling.com/video/images/mi-17v5_demo.avi

 

Looks familiar ? (model parts and texture) ^

Edited by HungaroJET
  • Like 2

Atop the midnight tarmac,

a metal beast awaits.

To be flown below the radar,

to bring the enemy his fate.

 

HAVE A BANDIT DAY !

 

[sIGPIC][/sIGPIC]

"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." - R. Buckminster Fuller (1895 - 1983), American Architect, Author, Designer, Inventor, and Futurist

Posted

I know the new Nevada project is not done yet,but is there any chance we could see a New work in progress video or screenshots?

 

I'm very much looking forward to this new terrain.:thumbup:

Patrick

mini.gif

  • Recently Browsing   0 members

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