MikkoK141 Posted June 14 Share Posted June 14 (edited) So you want to create your own point of interest that has a chance to randomly spawn? First of all you have to find a place for your new point of interest, open up WorldData > Blocks on Creation Kit, double click a block and click preview button in the inspector to see how it looks like: Find a spot you like and press Control + H to open terrain cutting tools, pick an area, in my case I'm making it 3x3, give it an ID as well. Click create overlay when you are satisfied. ' Find your new overlay area in WorldObjects > WorldSpace, right click it and view in inspector then add the BSGPlanetContentManagerContentProperties_Component component to it. Go under WorldData > Location, right click and create a new location for your POI, add the keywords LocTypeOE_Keyword and LocTypeOverlay: Go back under WorldObjects > WorldSpace, double click your overlay and add the newly created location to it: I recommend adding a MapMarker that is already discovered to your location so you can find it quicker in game: Now go under WorldData > Planet Content Manager Tree, open PCM_BlockCreationRequest and find PCM_BlockCreation_DRsRLs, right click and add worldspacecontent, find yours on the list and add it: Here I have removed every other one to make sure it spawns easily, make sure to save your mod and back it up before you remove anything! That's it, save the plugin, start the game, enable the plugin and go see if it spawns in! You can also manually place it on the planet with the console command AddWorldSpaceToPlanetBiome WorldSpaceName PlanetName biomeIndex But that doesn't guarantee it actually spawns randomly in. Edit: To add random encounters into your overlay you can drag in the PackIn called RE_PackIn_Overlay and arrange the triggers and markers around your POI. After this you sometimes get random encounters when traveling to it. You can remove some triggers to disable some encounters, for example if you do not want spaceship encounters remove all the landing areas. Edited June 19 by MikkoK141 4 4 Link to comment Share on other sites More sharing options...
reelo2228 Posted June 16 Share Posted June 16 Where does one ädd the "Map Maker"? I got lost there a bit Link to comment Share on other sites More sharing options...
MikkoK141 Posted June 16 Author Share Posted June 16 33 minutes ago, reelo2228 said: Where does one ädd the "Map Maker"? I got lost there a bit Go to cell view, you have to find the map marker from under WorldObjects in the object view and just drag it in to the map on cell view window. After that you can right click it and edit. Link to comment Share on other sites More sharing options...
reelo2228 Posted June 16 Share Posted June 16 1 hour ago, MikkoK141 said: Go to cell view, you have to find the map marker from under WorldObjects in the object view and just drag it in to the map on cell view window. After that you can right click it and edit. ahhh, it's an object that i could drag into the cell, got it!!! Link to comment Share on other sites More sharing options...
3xPie999 Posted June 16 Share Posted June 16 Very cool, managed to get it to work, any ideas for generating the LOD to see it from a distance? Otherwise works like a charm, have a little farm where you can buy/sell plant stuff.. Link to comment Share on other sites More sharing options...
MikkoK141 Posted June 16 Author Share Posted June 16 17 minutes ago, 3xPie999 said: Very cool, managed to get it to work, any ideas for generating the LOD to see it from a distance? Otherwise works like a charm, have a little farm where you can buy/sell plant stuff.. I think you might have to assign the structures you want a LOD of in a layer that you check the LOD checbox for, not sure though since I have not tried it yet. Link to comment Share on other sites More sharing options...
Hvizeu Posted June 16 Share Posted June 16 Not sure if I did something wrong but when I go to edit the cell the terrain doesn't show, is this a known issue or did I screw something up? Link to comment Share on other sites More sharing options...
MikkoK141 Posted June 16 Author Share Posted June 16 1 hour ago, Hvizeu said: Not sure if I did something wrong but when I go to edit the cell the terrain doesn't show, is this a known issue or did I screw something up? That happens to me sometimes too, I just redo the cut then. Not sure what is causing it exactly, funnily enough the two times in a row it happened to me I tried having underscores in the ID of the overlay and then on third time I didn't and it didn't happen But I highly doubt that is connected to it. Link to comment Share on other sites More sharing options...
Hvizeu Posted June 16 Share Posted June 16 2 hours ago, MikkoK141 said: That happens to me sometimes too, I just redo the cut then. Not sure what is causing it exactly, funnily enough the two times in a row it happened to me I tried having underscores in the ID of the overlay and then on third time I didn't and it didn't happen But I highly doubt that is connected to it. That is interesting, I tried having underscores in the name as well, I'll give it another shot, thanks for the tutorial and the help! Edit : Avoiding underscores in the Overlay name seemed to have fixed it, never got this issue again without them. Link to comment Share on other sites More sharing options...
MikkoK141 Posted June 16 Author Share Posted June 16 2 hours ago, Hvizeu said: That is interesting, I tried having underscores in the name as well, I'll give it another shot, thanks for the tutorial and the help! Edit : Avoiding underscores in the Overlay name seemed to have fixed it, never got this issue again without them. Huh, then I guess it is actually connected somehow Link to comment Share on other sites More sharing options...
Recommended Posts