Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 65 66 67 [68] 69 70 71 ... 116   Go Down

Author Topic: Project DGen_mod  (Read 377189 times)

0 Members and 20 Guests are viewing this topic.

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 491
Re: Project DGen_mod
« Reply #804 on: October 28, 2013, 11:36:14 PM »

Version 2.0.1.0 is great : worked flawlessly so far

It is Boelcke and Juri_JS merit, they found many mistakes which I simply corrected. :)
Logged

mark_009_vn

  • member
  • Offline Offline
  • Posts: 4
Re: Project DGen_mod
« Reply #805 on: November 01, 2013, 12:02:39 AM »

Hello, I'm a new forum user.


Well first, I have some bugs to report, I'm not sure if it's because of any bad changes I made... But I wanted to report here anyways:


1)Sometimes, briefing texts won't get created, I don't know what happened and it's hard for me to recreate this bug, I also don't know if it's on my part or not but it seems to be happening at random right about now. I'll do some more tests on this.


2)In oDeAttackAF missions (played as german of course), the briefing text told you to "attack a german air field".


3)Planes tend to crash into the ground at map start sometimes. Might be my part because I set the ops codes wrongly, but I don't know

For example I have a defend script that proved problematic:

oDeDefendBridge              VVS 9Ff 9P 9P 9P 9P 9P 9F          LW 8Y 4F


The script worked fine ingame most of the time, but whenever a Bf-110 spawns it will crash into the ground (and always a Bf-110, never have a problem with the Bf-109). Further investigations showed that while the Bf-110's waypoints was spawned correctly, the first waypoint's altitude was set at 0, the reason for the crash. Is it because Dgen wanted to spawn the Bf-110 at the airfield (for take-off), but somehow it cannot?

EDIT: I presume this is part of the well known "planes flying at low alt bug" that remained unable to be fixed right now?


4)I regularly have the "too many planes on airdromes" error. Can you script the way Dgen distribute it's planes for take-off to account for this limit? Also in the case the mission variant Dgen selected have too much planes for airfields to support, could you script Dgen to forgo that mission variant and choose others?

The "too many planes on airdromes" is quite a serious bug/limitation of Dgen that severely limits the plane count of each mission variant... It would be nice if you address this.




And secondly, I need to state the real reason why I wanted to post in this thread: some suggestions for future versions.

Some time ago I tried to mod Dgen for personal enjoyment, only to be put off by various hard-coded issues and limitations with the ops codes. However, ever since I've discovered your revival of Dgen, it is for the first time that it is possible to use many ops codes exclusive for PF (like for example Ff, Br and Bx) in the Eastern Front... something Dgen could not do.

I experimented with these new PF code thoroughly and figured that ops files hold massive potentials in mission designs. Unfortunately, hard-coded limitations in the original Dgen still present, only when these limits are expanded, Dgen_mod can finally generate missions that match the quality of hand crafted campaigns, something DCG can never do.

These are the limitations that are most crippling right now:

1) The code Bx and Br (which spawns bombers close to the target) are extremely useful. It can spawn bombers at will around the target area, creating a wide level of opportunities such as simulating multiple waves of air assaults, missions where you have to catch the bombers on their return trips, etc, etc. However, there are way too much limitations with this type.

First, you cannot specify the amount of escorts (only 3 for LW and 4 for VVS per flight) so it is not possible to do something like spawning un-escorted bombers en-route, or large formations of en-route bombers having adequate escorts. Maybe add a "Bxy" code that would spawn bombers without escorts, and "Bxz" code that would spawn bombers with more than 8 planes escorting?

Second, the direction of the flight with Bx and Br is randomized, while this is great, I wanted more control on where the bombers might come, especially if I want a large formation of bombers to come from one direction. If possible, maybe add a "Bxf" code that would spawn bomber from the same direction as the player's waypoint?

Third, Br and Bx is limited to calling any bomber types (while the By and Bz codes can call HBomber types), I wanted the capacity to call different types like Attack, FBomber, Paratroop, Recon, DBomber as well... If this is achieved, the possibility is endless, like having recon planes acting as a path finder before a mass formation of dive bombers follow it... If you can, could you allow "A", "dB", "R", "P",...,... to have the following "spawn at target" variants like "Ax", "dBx", "Rx", "Px",...,... as well?



2) The Ff code, borrowed from Pacific Fighter, is exceptionally handy for having random fighters approaching the target from multiple directions. It allows you to create everything from random patrols to aerial superiority in bomber missions. Unfortunately, this code is glitched and only work as intended for the attacking side, but not for the defending side, the plane that spawned for defenders will immediately try to land at the closest airfield, instead of been spawned 20-30 kms away. Can you fix the glitch so that the code will work for both sides?

Because of this bug I've always have to rely on the Bx code as a workaround for spawning fighters randomly, it's just not working so well...

However, when experimenting earlier this week, I discovered that this glitch also create interesting results, in airfield attack missions or scramble missions, these planes will try to land at the player field at map start. It's good fun seeing AI fighters strafing planes when they try to land, tons of confusion... :3

So... maybe to preserve this glitch an "L" code to spawn aircrafts that will land at the nearest airfield at map start?



OTHER UNIMPORTANT SUGGESTIONS/ FOOD FOR THOUGHT: This one is JUST a suggestion, but if you somehow managed to achieve this it would be the holy grail of dynamic campaign generation: The ability for the campaign maker to set AI planes to attack the nearest airfields, clusters, etc, independently from the main target.

For example, the campaign maker wants a mission where you as an IL-2 will strike some armor, while a another IL-2 squadron will strike the airfield close to the armor spawning fighters. The code might look like this:

oRuAttackArmor            VVS {8Y}:Main    {8B}:NearestAF        LW {8F}:Main    {8F};Main

Where "Main" specify that your squadron will attack (or as the Luftwaffe will defend) the main target of the mission, where "NearestAF" specify that the other bomber squad will attack (or as the Luftwaffe will defend) the nearest airfield from the primary target of the mission.

Think about it, if this is possible you can create complex missions with this setup, like one where you are tasked with attacking an airfield to clear the way for bombers to attack a bridge. But when you start said mission, a formation of bombers attacked your airfield instead, so you either have to choose to engage the bombers or continue with the mission. I know that Random Flights can achieve something similar, but random flights are unreliable, limited, and unpredictable, the above allow you to make the mission looks like a comprehensive air operation that took months of planning...

But since this might take some rewriting of the script, which is something quite difficult to pull off and I'm not expecting anything. So I'm not urging you to do it, in fact doing it might be a venture that could be conflicting with your other plans. But still it is some good food for thought.



In the end. Many thanks for the people that have created, tested, and make campaigns for Dgen_mod, I greatly appreciate all your efforts.
Logged

Juri_JS

  • member
  • Offline Offline
  • Posts: 253
Re: Project DGen_mod
« Reply #806 on: November 01, 2013, 12:48:37 AM »

Some good suggestions Mark.

Quote
Second, the direction of the flight with Bx and Br is randomized, while this is great, I wanted more control on where the bombers might come, especially if I want a large formation of bombers to come from one direction. If possible, maybe add a "Bxf" code that would spawn bomber from the same direction as the player's waypoint?
I think it would be more useful to let Bxf spawn bombers from the direction of the nearest enemy airfield.

By the way, I think I will steal your idea of using Ff flights in missions, I had never thought about this possibility before. ;)
Logged

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 491
Re: Project DGen_mod
« Reply #807 on: November 01, 2013, 02:18:20 AM »

mark_009_vn

I will consider your offers on further development of the generator.  Thanks for ideas.  Any concrete completions we will discuss here a little later when I will densely be engaged in completions.
Concerning mistakes - send me missions and the log files that I could check the problems which have arisen at you.
Logged

greybeard

  • Modder
  • member
  • Offline Offline
  • Posts: 1931
  • diligo veritatem
    • Old stuff about RB3D and a tiny "IL2 corner"
Re: Project DGen_mod
« Reply #808 on: November 07, 2013, 04:53:51 AM »

I'm building a campaign with your Dgen_mod v.2.0.1.0 and want to thank you for the outstanding work.

I'm particularly impressed by detailed briefings, finally showing all needed information about weather (as well as those regarding flight).

Now we're getting serious!

Best regards,
GB
Logged
CPU: AMD Athlon 64 - RAM: 2GB DDR @ 201 MHz - MoBo: ASUSTeK Computer INC. A8N-SLI (Socket 939) - Vidcard: 1024MB NVIDIA GeForce 9400 GT (Club3D) - Screen: L1750SQ (1280x1024@75Hz) - Audio: Realtek AC'97 Audio.

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 491
Re: Project DGen_mod
« Reply #809 on: November 08, 2013, 03:21:23 AM »

In plans still there is a lot of interesting... :) I will open a small secret - while at me very little free time and I can't take completion of a big piece yet, but gradually I do some new types of missions, working names - FauRecon, FauIntercept, FauAttack. ;)
Logged

greybeard

  • Modder
  • member
  • Offline Offline
  • Posts: 1931
  • diligo veritatem
    • Old stuff about RB3D and a tiny "IL2 corner"
Re: Project DGen_mod
« Reply #810 on: November 08, 2013, 09:59:22 AM »

Passion is like a fire that burns and warms you, I know what it means, just be careful not to burn yourself! ;D

As a campaign maker, I would beg you to complete current version 2 (which honestly looks to me already a miracle of ability) with needed instruction: files like AllPlaneDB.dat still lacks official explanation, while AllWeapons.dat and AllClasses.dat make me wander in the dark.  :)
Logged
CPU: AMD Athlon 64 - RAM: 2GB DDR @ 201 MHz - MoBo: ASUSTeK Computer INC. A8N-SLI (Socket 939) - Vidcard: 1024MB NVIDIA GeForce 9400 GT (Club3D) - Screen: L1750SQ (1280x1024@75Hz) - Audio: Realtek AC'97 Audio.

pandacat

  • member
  • Offline Offline
  • Posts: 119
Re: Project DGen_mod
« Reply #811 on: November 08, 2013, 10:45:43 AM »

Possible to have DGen_mod downloading and installation steps set in a separate thread as sticky? So that one doesn't have to flip 60+pages to figure out how to install this?
Logged

greybeard

  • Modder
  • member
  • Offline Offline
  • Posts: 1931
  • diligo veritatem
    • Old stuff about RB3D and a tiny "IL2 corner"
Re: Project DGen_mod
« Reply #812 on: November 09, 2013, 08:38:50 AM »

I've a problem with static planes. I can't get them with Italian national markings (three fasces). They still show German ones (black cross). No matter the type of aircraft: G.50, S.79, Fi.156... all!

The typical line of related [episode_name]Blue.mis is as follows:

  352_Static vehicles.planes.Plane$CR_42 2 5979.88 47479.77 439.10 0.0 it

so plane is specified as belonging to Italy RA; this notwithstanding, its insignia remain German.

Same campaign, started with stock Dgen 4.0.8.6 shows Italian national markings on same parked aircraft.

Environment is 4.09 + UP 2.01.

Please, help!
Logged
CPU: AMD Athlon 64 - RAM: 2GB DDR @ 201 MHz - MoBo: ASUSTeK Computer INC. A8N-SLI (Socket 939) - Vidcard: 1024MB NVIDIA GeForce 9400 GT (Club3D) - Screen: L1750SQ (1280x1024@75Hz) - Audio: Realtek AC'97 Audio.

herbertx

  • member
  • Offline Offline
  • Posts: 25
Re: Project DGen_mod
« Reply #813 on: November 10, 2013, 10:40:09 AM »

Great work by Asura.    Not sure where to post this bug but using DGEN 2.0.0.9 I am not getting credit for any kills during a mission.  Neither air to air nor air to ground.    In other words after I hit apply at end of mission the summary shows no kill credits.  I`m using 4.12.1 with hsfx7.0 but same thing happens just using 4.12.1.     It may not be a dgen problem but would appreciate any suggestions.
Logged

greybeard

  • Modder
  • member
  • Offline Offline
  • Posts: 1931
  • diligo veritatem
    • Old stuff about RB3D and a tiny "IL2 corner"
Re: Project DGen_mod
« Reply #814 on: November 11, 2013, 12:57:56 AM »

...would appreciate any suggestions.

Try downloading and installing latest version 2.0.1.0:

https://www.sas1946.com/main/index.php/topic,20104.msg414483.html#msg414483

 ;)
Logged
CPU: AMD Athlon 64 - RAM: 2GB DDR @ 201 MHz - MoBo: ASUSTeK Computer INC. A8N-SLI (Socket 939) - Vidcard: 1024MB NVIDIA GeForce 9400 GT (Club3D) - Screen: L1750SQ (1280x1024@75Hz) - Audio: Realtek AC'97 Audio.

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 491
Re: Project DGen_mod
« Reply #815 on: November 11, 2013, 04:51:28 AM »

Passion is like a fire that burns and warms you, I know what it means, just be careful not to burn yourself! ;D

As a campaign maker, I would beg you to complete current version 2 (which honestly looks to me already a miracle of ability) with needed instruction: files like AllPlaneDB.dat still lacks official explanation, while AllWeapons.dat and AllClasses.dat make me wander in the dark.  :)

The instruction becomes in parallel, but very slowly :) About files in detail I told here -

https://www.sas1946.com/main/index.php/topic,37455.0.html
Logged
Pages: 1 ... 65 66 67 [68] 69 70 71 ... 116   Go Up
 

Page created in 0.059 seconds with 29 queries.