Page 1 of 1

Control Points - Point Value

Posted: Mon 11 Jun 2018 12:46 pm
by Kopfdorfer
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

Re: Control Points - Point Value

Posted: Tue 12 Jun 2018 1:33 pm
by PA-Dore
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');