Warning: MP development mode updates
Moderator: SEOW Developers
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Warning: MP development mode updates
Hi everyone,
For those of you that use the MPAutoUpdater tool - please stop until further notice!
I am now consolidating MP changes to the CVS tree. These changes are for the next SEOW release and are dependent upon a new "SEDB34A" database structure which is not completed yet.
Do not use MPAutoUpdater until further notice!
Cheers,
4S
For those of you that use the MPAutoUpdater tool - please stop until further notice!
I am now consolidating MP changes to the CVS tree. These changes are for the next SEOW release and are dependent upon a new "SEDB34A" database structure which is not completed yet.
Do not use MPAutoUpdater until further notice!
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 272
- Joined: Thu 07 May 2009 10:45 am
Re: Warning: MP development mode updates
Is this still up todate?IV/JG7_4Shades wrote:Hi everyone,
For those of you that use the MPAutoUpdater tool - please stop until further notice!
I am now consolidating MP changes to the CVS tree. These changes are for the next SEOW release and are dependent upon a new "SEDB34A" database structure which is not completed yet.
Do not use MPAutoUpdater until further notice!
Cheers,
4S
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Oops I had forgotten about this thread. The MPAutoUpdater is OK to use now that SEDB60 is released.
However it must be used with the following understandings:
1. The MPAutoUpdater provides updates from the MP source code development version (the very latest version I have), rather than the latest recommended stable release.
2. From tie to time the development updates will contain new and untested code and features, and may also rely on DB and DCS patches.
3. If you regularly use MPAUtoUpdater, you should also ensure that you regularly apply any fixes/patches released for DB and DCS either at the Downloads site or as discussed in these forums.
Cheers,
4S
However it must be used with the following understandings:
1. The MPAutoUpdater provides updates from the MP source code development version (the very latest version I have), rather than the latest recommended stable release.
2. From tie to time the development updates will contain new and untested code and features, and may also rely on DB and DCS patches.
3. If you regularly use MPAUtoUpdater, you should also ensure that you regularly apply any fixes/patches released for DB and DCS either at the Downloads site or as discussed in these forums.
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Hi gec,
Just take a copy of your current MP, and then update to make a new version. You may find one or two minor DB inconsistencies in the new version, but these can be worked through.
There is no chance of a full new public MP version until October at least.
Cheers,
4S
Just take a copy of your current MP, and then update to make a new version. You may find one or two minor DB inconsistencies in the new version, but these can be worked through.
There is no chance of a full new public MP version until October at least.
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
just an info that inserting dummy values to Sector_Seasons and Sector_Climate in the Reference DB fixes the problem.
that is if in the meantime we did not get real values
here is the code for the dummy inserts if anyone needs it:
this data is not correct and needs to be replaced with real data one is available. It's purpose is soley to fix the php errors you get with the MP 6.0.72
that is if in the meantime we did not get real values
here is the code for the dummy inserts if anyone needs it:
Code: Select all
INSERT INTO `Sector_Seasons` (`Campaign_Region`, `Campaign_Sector`, `Dominant_Season`, `Summer_Map`, `Summer_Map_Start`, `Summer_Map_Dawn`, `Summer_Map_Dusk`, `Winter_Map`, `Winter_Map_Start`, `Winter_Map_Dawn`, `Winter_Map_Dusk`) VALUES
('Pacific', 'Borneo', 'Summer', 'NorthernBorneo_PreWar_42/load.ini', '04010000', '6', '18', 'NorthernBorneo_PreWar_42/load.ini', '11150000', '6', '18'),
('Mediterranean', 'Italy_Africa_Greece', 'Summer', 'vol_ItalyAfricaGreece/vol_ita_load.ini', '04010000', '6', '18', 'vol_ItalyAfricaGreece/vol_ita_load.ini', '11150000', '6', '18'),
('Asia', 'Palau', 'Summer', 'Palau/load.ini', '04010000', '6', '18', 'Palau/load.ini', '11150000', '6', '18'),
('Asia', 'Palembang', 'Summer', 'IJ_Palembang/42load.ini', '04010000', '6', '18', 'IJ_Palembang/42load.ini', '11150000', '6', '18'),
('Pacific', 'SantaCruz', 'Summer', 'LS_SantaCruz/load.ini', '04010000', '6', '18', 'LS_SantaCruz/load.ini', '11150000', '6', '18'),
('Pacific', 'WesternCarolines', 'Summer', 'Western_Carolines_Mid_1944/load.ini', '04010000', '6', '18', 'Western_Carolines_Mid_1944/load.ini', '11150000', '6', '18');
INSERT INTO `Sector_Climate` (`Campaign_Sector`, `Rain_Winter`, `Rain_LateWinter`, `Rain_EarlySpring`, `Rain_LateSpring`, `Rain_Summer`, `Rain_EarlyAutumn`, `Rain_Autumn`, `Rain_LateAutumn`, `Thunderstorm_Hot`, `Thunderstorm_Cold`, `Vis_Trend_Hot`, `Vis_Scale_Hot`, `Vis_Trend_Cold`, `Vis_Scale_Cold`, `Prediction_Axis`, `Normal_Range_Axis`, `Abnormal_Range_Axis`, `Prediction_Allied`, `Normal_Range_Allied`, `Abnormal_Range_Allied`, `Wind_Speed_Max`, `Wind_Gust_Max`, `Wind_Turbulence_Max`, `Mean_SL_Temperature`, `Mean_Declination`, `Mean_SL_Pressure`) VALUES
('Borneo', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992),
('Italy_Africa_Greece', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992),
('Palau', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992),
('Palembang', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992),
('SantaCruz', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992),
('WesternCarolines', 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 0.699999988, 2, 3, 2, 3, 0.970000029, 1, 3, 0.970000029, 1, 3, 10, 10, 4, 298, 10, 99992);
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
WARNING WARNING WARNING
MP and DCS are now being updated for SEOW7. This means that new versions of these applications WILL NOT WORK with existing SEOW installs, primarily because the new applications will expect to see new data structures inside the SEDB.
If you are running campaigns using SEOW6, do not update your MP!!!!
Cheers,
4S
MP and DCS are now being updated for SEOW7. This means that new versions of these applications WILL NOT WORK with existing SEOW installs, primarily because the new applications will expect to see new data structures inside the SEDB.
If you are running campaigns using SEOW6, do not update your MP!!!!
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Re: Warning: MP development mode updates
Hi everyone,
I am about to update the MP codebase at Sourceforge in preparation for a new SEOW release (involving new DB, MP and DCS). This release will have one or two new maps plus a brand new feature: signallers.
People who are running SEOW campaigns now should avoid using the MPAutoUpdater until they are ready to migrate to the new SEOW version.
Cheers,
4S
I am about to update the MP codebase at Sourceforge in preparation for a new SEOW release (involving new DB, MP and DCS). This release will have one or two new maps plus a brand new feature: signallers.
People who are running SEOW campaigns now should avoid using the MPAutoUpdater until they are ready to migrate to the new SEOW version.
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer