![]() |
SUBSIM: The Web's #1 BBS for all submarine and naval simulations! |
|
|
06-15-2007, 07:34 AM
|
#1 |
|
Guest
Posts: n/a
Downloads:
Uploads:
|
I am making a lot of progress on a Campaign creator that will use dynamic single missions. My time has been dedicated to creating scripts that will generate vehical inventories and shipping routes. I want to create all traffic in environment. What is the best way to not have the campaign layers load in a single mission?
Thanks |
|
06-15-2007, 07:36 AM
|
#2 |
|
Mariner
|
Good luck with it
RDP
__________________
|
|
|
06-15-2007, 08:11 AM
|
#3 |
|
Navy Seal
![]() Join Date: Mar 2007
Location: New Mexico, USA
Posts: 9,050
Downloads: 8
Uploads: 2
|
look at the campaign.cfg file. There is an entry that tells what types of missions load which layers (single missions, single patrols, careers, etc).
You can make such a cfg as a mod, turn it on, run yer program, turn it off. tater |
|
|
06-15-2007, 09:36 AM
|
#4 |
|
Guest
Posts: n/a
Downloads:
Uploads:
|
Thanks, That will work, I am close to start working on that part soon.
|
|
06-15-2007, 10:06 AM
|
#5 |
|
Navy Seal
![]() Join Date: Mar 2007
Location: New Mexico, USA
Posts: 9,050
Downloads: 8
Uploads: 2
|
Here is the code:
Code:
[Section 8] FileName=data/Campaigns/Campaign/41a_Jap_Convoys.mis StartDate=19390101 EndDate=19420401 GameModes=SingleMission,SinglePatrol,Career,Multiplayer Cooperative InclusionProbability=100 MinimumDifficultyRating=0 MinimumPlayerRating=-3 EntryFocalPointLong=0 EntryFocalPointLat=0 MaximumDistanceFromStartPoint=90000 ExclusiveLayer=No ExclusiveLayerID=0 |
|
|
06-15-2007, 12:30 PM
|
#6 |
|
Guest
Posts: n/a
Downloads:
Uploads:
|
Thanks for going the extra step Tater
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|