I had similar problems when working on the New Enemy Classes mod. FTL always appeared to be favouring its vanilla enemies over the custom made ones. A got around this in the end by making copies of all vanilla enemy blueprints and giving them new IDs. After replacing the vanilla ships in the lists with the "modded" copies, probabilities seemed to normalized. KartoFlane fixed the same problem by simply adding his ships another time to the list.
You could try this with sectors as well, in case you generally feel that your sector never shows up. Did you ever encounter it? Putting only on sector in the list does verify that it can show up, it does not guaranty that it shows up with normal probability in mixed vanilla lists though. At last from my experience. Could still just be bad luck of course. Some lists (weapons, drones) seem to work perfectly fine.
I am experimenting crashes, everytime i click in the map beacon once i go into a custom sector. The custom sector loads, but it looks like there is a problem with the events since i cant get the beacon map to show up (crashes everytime).
Ani ideas? i used the same events from the events.xml.append file, and thats the place where they should be, i am right?? do i need to place events for a custom sector somewhere else?? as i read in the previous posts, i shouldnt..
The events should definitely be placed in existing .append files. Custom stuff like events_yourSector.xml.append does not seem to work. Here is my experience from debugging Sector Extension:
Crashes on sector load or jump button point out that there is something wrong in the event lists the sector uses. I recommend to check each of these lists, even the vanilla ones (if you use them). Check each of your sector custom IDs for consistency, or use kartoFlanes error checker first.
I got the sneaking suspicion that some stuff going on in vanilla lists does not work when they are used in a custom sector description. Make sure all the events in the lists do exist. I think I once saw that vanilla lists sometimes contain some cut events, (_GHOST?) They seems to be purged in vanilla somehow, but the lists cause crashes in custom sector descriptions.
I started to use as little as vanilla lists as possible to have full control about what is in the lists. If you use vanilla lists you might want to make copies with new ID's of these for your sector and purge anything from them that seems unusual. There was one pirate list that contained another event list as an event (DISTRESS_BEACON?). Another thing that seems to work in vanilla, but again this might be a crash cause in custom sector descriptions.
Thanks for the tips, Sleeper Service, actually the crashes are random, i mean, just yesterday i got into a custom sector and it didnt crash when i used the map beacon. But i almost didnt change anything since the last crash. So, i dont think i will able ever to find the cause of those crashes, i already used the error checker and it didnt find anything wrong, no information messages, no error messages, nothing at all. All the events exists, in fact as i said, they are the very same events i used in the other sectors (the vanilla ones).
So, at this point, i just dont have any choice but to see if the crashes are continuos or just rare. I just hope it is not the first.
If the crashes are rare then the problem might exist in a single event, causing crashes only if this event is drawn out of the event pool on sector creation. If the error checker does not detect the problem then it will indeed be hard to find out which event it is.
Do you use randomized text lists for the start event? You might know this but texts longer than 512 chars can cause crashes as well.