Bugs and Feature Requests for PlanetsCentral and other VGAP software
Hi Stefan!
I don't know what happened, but all missions of my ships are displayed as MIT. When I try to set up a mission, a listbox is opened in which there are only extended missions of PHOST.
How can I fix the situation? I found nothing in the PCC2 settings.
This sounds like you somehow lost or damaged your mission.cc file.
(a) Check your game directory. There must NOT be a mission.cc file. Deleting it should fix your problem.
(b) Check your installation directory (C:\Program Files (x86)\PCC2\specs or /usr/local/share/planets). There should be a mission.cc file with ~11 kBytes. If it isn't there, the easiest way to get it back is probably to reinstall (or manually extract it from the zip).
--Stefan
Thank you. Files were damaged as you said.
Hi Stefan!
Tell me please, could I change in a program values of the ship label and the planet label? (Without modifying the "pcc2.ini" file)
ps. And can I create the multi-line label?
Tell me please, could I change in a program values of the ship label and the planet label? (Without modifying the "pcc2.ini" file)
This is not possible. However, you can use user-defined properties in the ship/planet label, and put any value you want in user-defined properties.
ps. And can I create the multi-line label?
No.
--Stefan
This is not possible. However, you can use user-defined properties in the ship/planet label, and put any value you want in user-defined properties.
Can I do this in a program or only in a dialog box?
This is not possible. However, you can use user-defined properties in the ship/planet label, and put any value you want in user-defined properties.
Can I do this in a program or only in a dialog box?
What exactly are you trying to achieve?
You can create a user-defined property
CreatePlanetProperty foo ForEach Planet Do foo := Name & " #" & Id
If you use that as label expression - foo - it will show the result on the starchart. You can change it maually by entering something like foo := "Hi mom" on the console, or by using a script that sets it for some or all planets. That script can ask for input using UI.Input of course.
For PCC2ng, I have also added a "AddPref" command to modify the ini file. I am not yet sure when this can be added to the regular, stable PCC2.
--Stefan
Thank you.
You help me very much. I understood as it working.