I have made some custom events within nebulas, and at the events themselves they are in a nebula; but on the map they dont get shown as nebula places ( no blue underlay or nubla in the background). So how exactly do I mark them as nebulas?
<eventList name="ANT_STORE_NEB">
<event load="ANT_STORE2"/>
<event load="ANT_STORE3"/>
<event load="ANT_STORE4"/>
</eventList>
<event name="ANT_STORE4">
<text>You come along a small Anterian vessel within a nebula. You hail it and a Android answers with an automated message: "This is supplyship Beta-6-P-8. Submit valid Anterian code for transfer of goods."</text>
<environment type="nebula"/>
<choice hidden="true">
<text>"Alpha-Beta-Gamma-Omega!"</text>
<event>
Here is the Stuff I made:
And stuff is always better than no stuff, right?
I don't think you can. This occurs in the vanilla game too, especially in any nebula sector. I've rescued Slugnogg from in a supposedly clear beacons numerous times. (Going on a tangent, I think I've rescued him twice in consecutive beacons before, but I spaced him both times... )
Try putting the event in the "Nebula" eventlist in newEvents.xml, or use the word NEBULA in front of the eventList name, like NEBULA_HOSTILE_SLUG. I could be wrong, but when I had issues with this, putting them in the correct eventList seemed to correct it. If this is correct, it may be hard coded to draw nebulas on the map where the event list starts with NEBULA.
nvm, I finally managed to make it work. It has to be in the Events_Nebula.xml; doesnt work if its in the normal events or in the NewEvents list... which is annoying as hell.
Here is the Stuff I made:
And stuff is always better than no stuff, right?
Metzelmax wrote:nvm, I finally managed to make it work. It has to be in the Events_Nebula.xml; doesnt work if its in the normal events or in the NewEvents list... which is annoying as hell.
Yup, U right, i already had a little headache with that time ago. Nebula events will only work on the events_nebula.xml file, they wont work if u put it on the nebula event list of the normal events instead.
Anyways, i gave up trying to repeat a custom event just inside a nebula. Is it possible to make 2 exact same events one in the neutral beacon and the same one in the nebula beacon?? Any way to "add" the same even into the nebula list without the need to declare the same event and copy all the code again in the nebula file???