Hey Guys,
I am setting up some Control Points for a current campaign build.
I added a number of control points via the SEDB rather than using the FMB , and the point values I assigned in the
Control Points Table of the SEDB is not apparent on the map in the Mission Planner.
The other characteristics of the CPs in the DB seem to be ok - they are all on the map , named correctly ,
assigned to the correct army , and in the correct locations.
It is very likely a user error type situation.
Any help appreciated.
Kopfdorfer
Control Points - Point Value
Moderator: SEOW Developers
-
- Posts: 101
- Joined: Thu 26 Apr 2012 2:13 pm
- Location: Dartmouth , Nova Scotia , Canada
Re: Control Points - Point Value
Hello Kopfdorfer^^
You should show an image of your Control_Points table. There are only 6 fields. Check this: In the pass, I had an error in an old campaign, about the Map field. The map name should be like it's defined in the MP-Misc.php. Ex: WestFront44 is not correct, the MP-Misc.php name is West Front 44:
ex:
INSERT INTO `nameofDB`.`Control_Points` (`Map`, `Control_Point_Name`, `Location_X`, `Location_Y`, `Control`, `Point_Value`) VALUES ('West Front 44', 'Name of CP', '502511', '390430', 'r', '1000');
You should show an image of your Control_Points table. There are only 6 fields. Check this: In the pass, I had an error in an old campaign, about the Map field. The map name should be like it's defined in the MP-Misc.php. Ex: WestFront44 is not correct, the MP-Misc.php name is West Front 44:
ex:
INSERT INTO `nameofDB`.`Control_Points` (`Map`, `Control_Point_Name`, `Location_X`, `Location_Y`, `Control`, `Point_Value`) VALUES ('West Front 44', 'Name of CP', '502511', '390430', 'r', '1000');