12.01.2008, 09:38
Skullbiscuit Wrote:I keep getting "wrong target" errors. I add a new map to the conf.ini as noted above (lets say I add Kiev and Lvov). I also make sure that the maps are in the filelist.txt; and of course I know the game has loaded these maps into its initialization because I can load these maps (and just to be clear --- all the custom maps provided on this site) in FMB without a problem.
I then have made sure there are two missions for that map within the QMB folder (mapxxxBlueNone00.mis and mapxxxRedNone00.mis). I have tried using missions for that map created within campaigns (and I edited out the "Target" parameter within the mission file using notepad) or just creating a generic MIS file with the relevant map using FMB and then moving it into the QMB folder.
I have even copied existing NONE mission files provided with this install of QMBPlus and simply changed the map name inside the file and of course the file name to reflect the correct map as added to the conf.ini. Yet I still get "Wrong Target" errors when trying to start a mission with a map (and yes I make sure that None is selected for a target when in QMB)
Footnote --- the new maps added with the default install of QMB1.1 work just fine (just to be clear).
I would be helpful if someone could explain what causes the "wrong target" error and where we would should look to correct entries within mission files to eliminate it.
SB
There shouldn't be limitation in numbers of Custom maps. Here is example for very simple mission template . I used Lvov map for this.
Click on thumbnail
This is minimum for QMB template. You need to have 4 flights for each side.
Here is how it loks in notepad.
Code:
[MAIN]
MAP Lviv/load.ini
TIME 12.0
CloudType 0
CloudHeight 1000.0
army 1
playerNum 0
[Wing]
r0100
r0101
r0102
r0103
g0100
g0101
g0102
g0103
[r0100]
Planes 1
Skill 1
Class air.F2A_B339
Fuel 100
weapons default
[r0100_Way]
NORMFLY 88000.00 65314.06 500.00 300.00 &0
NORMFLY 111148.59 64783.94 500.00 300.00 &0
[r0101]
Planes 1
Skill 1
Class air.F2A_B339
Fuel 100
weapons default
[r0101_Way]
NORMFLY 87824.00 64745.97 500.00 300.00 &0
NORMFLY 110941.73 64250.27 500.00 300.00 &0
[r0102]
Planes 1
Skill 1
Class air.F2A_B339
Fuel 100
weapons default
[r0102_Way]
NORMFLY 87733.88 64205.20 500.00 300.00 &0
NORMFLY 110806.54 63754.57 500.00 300.00 &0
[r0103]
Planes 1
Skill 1
Class air.F2A_B339
Fuel 100
weapons default
[r0103_Way]
NORMFLY 87824.00 63484.18 500.00 300.00 &0
NORMFLY 110716.41 62943.42 500.00 300.00 &0
[g0100]
Planes 1
Skill 1
Class air.BF_109E4
Fuel 100
weapons default
[g0100_Way]
NORMFLY 105534.07 64745.97 500.00 300.00 &0
NORMFLY 84038.64 65602.18 500.00 300.00 &0
[g0101]
Planes 1
Skill 1
Class air.BF_109E4
Fuel 100
weapons default
[g0101_Way]
NORMFLY 105489.01 64205.20 500.00 300.00 &0
NORMFLY 83768.26 64836.10 500.00 300.00 &0
[g0102]
Planes 1
Skill 1
Class air.BF_109E4
Fuel 100
weapons default
[g0102_Way]
NORMFLY 105579.14 63709.50 500.00 300.00 &0
NORMFLY 84038.64 64250.27 500.00 300.00 &0
[g0103]
Planes 1
Skill 1
Class air.BF_109E4
Fuel 100
weapons default
[g0103_Way]
NORMFLY 105624.20 62853.29 500.00 300.00 &0
NORMFLY 83813.33 63529.25 500.00 300.00 &0
[NStationary]
[Buildings]
[Bridge]
[House]
You must save this mission with correct name, I saved same mission for red and blue with names :
Code:
LvovRedNone00.mis
LvovBlueNone00.mis
Code:
Missions/Quick/LvovBlueNone00.mis
Missions/Quick/LvovRedNone00.mis
In conf.ini file under quick section you must add new entry, for me it looks like this:
Code:
[quick]
Custom0=NWEurope
Custom1=MTO
Custom2=Bessarabia
Custom3=Lvov
After you do that go to QMB and on the bottom of map list you shoud have Lvov and if you select Target None for red or blue you will be able to play.
If you like some maps and want to play missions in different areas you can add same map again in QMB and make mission template in different position on map.
For example:
Custom0=Lvov
Custom1=Lvov1
Custom2=Lvov2
That way you will have Lvov,Lvov1,Lvov2 in map list and if you make missions for these maps you will be able to play.
You can use this to play QMB missions from different mission makers.
Example:
Custom0=FatLvov
Custom1=CatLvov
Custom2=FCLvov
etc.