Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 107 108 109 [110] 111 112 113 ... 116   Go Down

Author Topic: Project DGen_mod  (Read 360657 times)

0 Members and 1 Guest are viewing this topic.

Venator77

  • Missioneer
  • member
  • Offline Offline
  • Posts: 885
Re: Project DGen_mod
« Reply #1308 on: March 07, 2022, 08:35:02 PM »

How do I fix this? I've seen this happen a few times when the game freezes when making a mission. Is this a memory issue or something?

Logged

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 485
Re: Project DGen_mod
« Reply #1309 on: March 08, 2022, 01:04:41 AM »

All such errors are related to campaign files. Look at what the DGenMOD_proc.log file is breaking. As a rule, there you can determine which procedure is interrupted by an error.
If the file DGenMOD_proc.log empty, you must enable debug mode - set DGenMOD.ini
LogLevel=0
Logged

Venator77

  • Missioneer
  • member
  • Offline Offline
  • Posts: 885
Re: Project DGen_mod
« Reply #1310 on: March 08, 2022, 09:44:46 AM »

Here are the latest DGen_MOD files. I hope you could make better sense of these than I can.

https://www.mediafire.com/file/lrcpsrr9rbp0yoo/Dgen_mod_logs.zip/file
Logged

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 485
Re: Project DGen_mod
« Reply #1311 on: March 08, 2022, 11:09:13 PM »

The problem arises in the procedure of special types of missions. You need to check if the Ops list does not contain ops like Scramble, IceRoad, Balloon. I think coincidentally the generator gets the task to create one of these missions, but does not find the data for it.
Logged

Venator77

  • Missioneer
  • member
  • Offline Offline
  • Posts: 885
Re: Project DGen_mod
« Reply #1312 on: March 09, 2022, 06:15:49 AM »

So I went back and checked the ops file and it appears there are Scramble missions included. Is that what's causing this problem?
Logged

vonOben

  • Modder
  • member
  • Offline Offline
  • Posts: 885
  • Wer den Tod fürchtet, hat das Leben verloren.
    • vonOben's Flight Sim Mods
Re: Project DGen_mod
« Reply #1313 on: March 09, 2022, 07:52:32 AM »

I've used several scramble missions (oRedScrambleO) in one of my campaigns, but I didn't encounter any problems.

What is the problem with these types of missions (Scramble, IceRoad, Balloon) in ops files?
Logged
vonOben's Flight Sim Mods  http://vonoben.free.fr/ Twenty Years online January 3, 2022!

Asura

  • Modder
  • member
  • Offline Offline
  • Posts: 485
Re: Project DGen_mod
« Reply #1314 on: March 09, 2022, 11:20:51 PM »

The Scramble mission is formed randomly and does not depend on the specific date in the [Schedule] section. For it, ops must have a row with a wide range of dates (the entire period of the episode). ScrambleO fully managed by ops files. IceRoad, Balloon require appropriate conditions and objects.
Logged

vonOben

  • Modder
  • member
  • Offline Offline
  • Posts: 885
  • Wer den Tod fürchtet, hat das Leben verloren.
    • vonOben's Flight Sim Mods
Re: Project DGen_mod
« Reply #1315 on: March 10, 2022, 01:53:10 AM »

From the Manual:

Scramble:
Groups of enemy aircraft carry out a raid on the airfield of the player. The player starts a mission when all enemy groups are at a distance of less than 40 km. These missions are formed randomly. The ops file should not have date restrictions for these missions.


ScrambleO:
Groups of enemy aircraft carry out a raid on the airfield of the player. The player starts a mission when all enemy groups are at a distance of less than 40 km. These missions are formed according to the data from the ops file with the date taken into account.


Iceroad:
Special missions using the LadogaWinter.mis template. These missions are randomly generated on the Leningrad map provided that the date is less than 01/01/1944 and the range from the airfield of the player to the target of the template is less than 150 km. The ops file should not have date restrictions for these missions. The "blue" attack ground targets, the "reds" defend.


Balloon:
A group of "red" aircraft is attacking a "blue" balloon, a group of "blue" aircraft is protecting it. These missions are formed randomly with a target of 100 km from the player's airfield. The ops file should not have date restrictions for these missions.

Logged
vonOben's Flight Sim Mods  http://vonoben.free.fr/ Twenty Years online January 3, 2022!

Venator77

  • Missioneer
  • member
  • Offline Offline
  • Posts: 885
Re: Project DGen_mod
« Reply #1316 on: March 10, 2022, 11:11:07 AM »

How do I deal with the Scramble missions that should not have date restrictions?
Logged

vonOben

  • Modder
  • member
  • Offline Offline
  • Posts: 885
  • Wer den Tod fürchtet, hat das Leben verloren.
    • vonOben's Flight Sim Mods
Re: Project DGen_mod
« Reply #1317 on: March 11, 2022, 01:00:08 AM »

How do I deal with the Scramble missions that should not have date restrictions?

If you have a campaign starting for example: May 18, 1940 and ending May 25, 1940:
A mission without date restriction:
oBlueScramble      19400518:19400525:A

And a mission with date restriction:
oBlueFreeHunt      19400518:19400518:A

Logged
vonOben's Flight Sim Mods  http://vonoben.free.fr/ Twenty Years online January 3, 2022!

Venator77

  • Missioneer
  • member
  • Offline Offline
  • Posts: 885
Re: Project DGen_mod
« Reply #1318 on: March 11, 2022, 08:01:27 AM »

Oh I see. So I'll have to use one ops file for each episode. I'll go ahead and fix this and report back.
Logged

vonOben

  • Modder
  • member
  • Offline Offline
  • Posts: 885
  • Wer den Tod fürchtet, hat das Leben verloren.
    • vonOben's Flight Sim Mods
Re: Project DGen_mod
« Reply #1319 on: March 11, 2022, 08:42:57 AM »

Oh I see. So I'll have to use one ops file for each episode. I'll go ahead and fix this and report back.

That depends on how you want the missions in the different episodes.

If you want different missions and historic missions on a certain date you need separate ops-files.
Logged
vonOben's Flight Sim Mods  http://vonoben.free.fr/ Twenty Years online January 3, 2022!
Pages: 1 ... 107 108 109 [110] 111 112 113 ... 116   Go Up
 

Page created in 0.075 seconds with 24 queries.