Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   IL-2 Sturmovik: Cliffs of Dover (http://forum.fulqrumpublishing.com/forumdisplay.php?f=189)
-   -   A request for more features to make IL-2 a better game, not just better software. (http://forum.fulqrumpublishing.com/showthread.php?t=30703)

Insuber 03-25-2012 10:18 AM

Quote:

Originally Posted by furbs (Post 402719)
I agree COOPs with public players can be like hearding cats sometimes, but well made VEF missions between sqds were in my view the best flying ive ever done, exciting and tactical with almost everyone sticking to the mission plan just as in real life.

As much as COOPs can go a little "off" DF servers are even further away from realistic flying with almost a guarantee of something going very wrong and being much harder to get everyone in the right place at the right time.

Like i say we need options for all these things to help out every type of mission and player from the very simple COOP to the most trigger laden MDF server but it starts with better FMB manuals, SDKs, docs and better GUIs, the GUI we have now is almost laughable and is almost trying to make things hard on purpose.

With the right tools we can have what ever we want, but right now we have a very limited set up.
The proof is easy to see when starting up CLOD, there is nothing happening with the sim.

The tricky bit is convincing Luthier.

Convincing Luthier of what, exactly, beyond "better FMB manuals, SDKs, docs and better GUIs", which Luthier said is one of the development goals, IIRC.

furbs 03-25-2012 10:24 AM

Luthier has said they will be no improvements to the GUI or COOP set up for CLOD.

Ataros 03-25-2012 10:32 AM

Quote:

Originally Posted by ElAurens (Post 402690)
I used to make a lot of DF and a few CoOp missions for the BlitzPigs, but I can't even place a base on a map in CloD.

You should not have to understand a programming language, or whatever it's called, to be able to make missions at least at a basic level.

To place a base on a map select an object called "SpawnArea" (or similar as I use a RU version) in the FMB ObjectBrowser and CTRL-click where you want to place it. Rightclick for its properties and edit them. No need to learn C#.

An old-IL-2 style coop can be flown in current CLOD version by copying the this coop-script file into the same folder where the mission file is located. No need edit or even open the script file, just give it the same name as your mission file. No need to learn C#.

Any single mission can be converted to coop by removing a tick from a "player" checkbox in players aircraft properties in FMB GUI. No need to learn C#.

C# knowledge is not needed for creation of simple missions equal in complexity to original Il-2 coops. C# is needed to create simultaneous coop & DF combinations within the same airspace like it historically happened in WWII.

SlipBall 03-25-2012 10:35 AM

Quote:

Originally Posted by Ataros (Post 402730)
To place a base on a map select an object called "SpawnArea" (or similar as I use a RU version) in the FMB ObjectBrowser and CTRL-click where you want to place it. Rightclick for its properties and edit them. No need to learn C#.

An old-IL-2 style coop can be flown in current CLOD version by copying the this coop-script file into the same folder where the mission file is located. No need edit or even open the script file, just give it the same name as your mission file. No need to learn C#.

Any single mission can be converted to coop by removing a tick from a "player" checkbox in players aircraft properties in FMB GUI. No need to learn C#.

C# knowledge is not needed for creation of simple missions equal in complexity to original Il-2 coops. C# is needed to create simultaneous coop & DF combinations within the same airspace like it historically happened in WWII.


Great, thanks for this

Ataros 03-25-2012 10:38 AM

Quote:

Originally Posted by EvilJoven (Post 402574)
Here's some examples of what we want.

Please post suggestions in the appropriate thread http://forum.1cpublishing.eu/showthread.php?t=28341
Otherwise they will be missed and lost unfortunately.

Regarding COOPs, I posted a link to above screenshots of COOP interface in sukhoi MP bugs thread as a reminder for the devs reading it http://www.sukhoi.ru/forum/showthrea...=1#post1815172

Quote:

Originally Posted by FG28_Kodiak (Post 402645)
So i play my coops too.

Could you share your coop-script please? Is it based on the Banks' script or different?

furbs 03-25-2012 10:48 AM

Quote:

Originally Posted by Ataros (Post 402732)
Please post suggestions in the appropriate thread http://forum.1cpublishing.eu/showthread.php?t=28341
Otherwise they will be missed and lost unfortunately.

Regarding COOPs, I posted a link to above screenshots of COOP interface in sukhoi MP bugs thread as a reminder for the devs reading it http://www.sukhoi.ru/forum/showthrea...=1#post1815172

Thanks ATaros, im sure it will help, though it still seems a overly complex way to doing things compared to a proper COOP GUI, maybe with Alpha chipping in we might get a word in Luthiers ear in a sticky.

A big thanks to Banks and you for showing us again :)

Ataros 03-25-2012 12:19 PM

Quote:

Originally Posted by furbs (Post 402735)
Thanks ATaros, im sure it will help, though it still seems a overly complex way to doing things compared to a proper COOP GUI, maybe with Alpha chipping in we might get a word in Luthiers ear in a sticky.

I agree that it holds sales back to a certain extent and will have even more importance after CTDs are fixed.

Sticky may help but to make sure luthier gets the message I suggest the following:
1) the 1st one who sees a beta-patch posted will reply in that thread with a link to coop issue explanation like this one http://forum.1cpublishing.eu/showthread.php?t=27934 (maybe Alpha can add his screenshots to text). This will work because luthier will read at least several pages of the patch thread. I did it last time but my post was on page 5 only.

2) then the message can be repeated in the patch bugs thread. The key is to make it on the 1st page and provide a link to detailed and constructive explanation. No emotions :)

3) and then if it is not fixed till official patch release, repeat it in B6's updates threads and the official suggestions thread http://forum.1cpublishing.eu/showthread.php?t=28341 .

I do not want to whine, bitch or complain in any other thread which luthier or B6 will never read as I do not think it would make any sense or difference other than making me look not clever enough :)

On the other hand I do hope we will see development of Banks' DCE and Small_Bee's Operation SeaLion soon after the patch is out and they can offer coop-style online war gameplay.

furbs 03-25-2012 12:41 PM

Good idea, Alpha or any other mods agree?

speculum jockey 03-25-2012 01:26 PM

The fact that it takes over a year for people to learn that you don't need C++ to make missions speaks volumes of the DEV's willingness to share info or create documentation.

SlipBall 03-25-2012 01:44 PM

Quote:

Originally Posted by speculum jockey (Post 402778)
The fact that it takes over a year for people to learn that you don't need C++ to make missions speaks volumes of the DEV's willingness to share info or create documentation.


I think I made a mission on my first day with Clod:confused:


All times are GMT. The time now is 08:24 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.