Jump to content

Tutorial: Creating your own randomly placed POI's


Recommended Posts

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:

image.thumb.png.7c81e9bc747ebec27354bba4b257d66c.png
 

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.

image.png.22d789ea87d46b34518214298152ae4b.png'

Find your new overlay area in WorldObjects > WorldSpace, right click it and view in inspector then add the BSGPlanetContentManagerContentProperties_Component component to it.

image.thumb.png.7fcf11c4e98c74faba361f71e2823c91.png

Go under WorldData > Location, right click and create a new location for your POI, add the keywords LocTypeOE_Keyword and LocTypeOverlay:

image.thumb.png.1ef21995fdc2107b2b54a8bf6ac41b90.png

Go back under WorldObjects > WorldSpace, double click your overlay and add the newly created location to it:

image.thumb.png.3c444d6f2e08bf410cc9622ce19e2c6f.png

I recommend adding a MapMarker that is already discovered to your location so you can find it quicker in game:

image.thumb.png.85f15924b7d0b2d6d861c4e590af39a1.png

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:

image.thumb.png.ee5c93b4147f8e5455be052601deec5e.png

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 by MikkoK141
  • Like 4
  • Thanks 4
Link to comment
Share on other sites

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

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

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

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

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

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...