I followed stoffe's tutorial on how to add planets on the galaxy map here (
http://www.lucasforums.com/showthread.php?t=169825). At the moment, I haven't got it to work, and I have some questions. In the tutorial, you have to add new cases to scripts, like this:
case 12: //ST: Gaia....
{
nRoomAnimation = ANIMATION_ROOM_SCRIPTLOOP05;
}break;
To what exactly do you have to rename the "ST: Gaia..." bit of the statement? Is it the name of the module file, or the name as it appears in the planetary.2da? (I know in point 9 of the tutorial, it says that it's the name of the Mod or Rim file, though I'm not certain if it's for point 9 alone or for everywhere in the tutorial).
Another thing is adding the two lines in the a_galaxymap.nss. "Somewhere near the end", it doesn't matter where? The a_galaxymap.ncs file makes the new planet appear on the galaxy map, doesn't it? In my case, the planet doesn't appear, so the problem has to lie there, no?
Sorry if this has been asked before, but because the search function doesn't work, I can't find any thread about this subject.