#Monument Recyclers

19 messages · Page 1 of 1 (latest)

wind adder
#

Hi all,

Was hoping to clarify regarding spawning monument recyclers- do you always have to manually spawn them all in with the find_self method after a wipe? Or is there a way to automatically have them spawn?

Thanks!

exotic sphinx
#

you can use the boot command in your console on gportal but you can do monumentspawns.forcespawnconfig "monument_name"

#

so to put it simply
monumentspawns.forcespawnconfig dome_recycler

river grotto
#

@wind adder To manually spawn them in, follow the below. This is what I do if it doesn't load them in from the boot up commands and I fail to notice.

  1. Login to your server
  2. Fly and stand in the position you'd like the recycler to spawn
  3. Open G-Portal console
  4. Type printpos "crky"
  5. Take the value it outputs e.g. (632.3, 2.1, -1154.6)
  6. Run this command in G-Portal Console: spawn recycler (632.3,2.1,-1154.6)

Few things to take note of when doing this

  1. Change name to your name, obviously lol
  2. The output has spaces after each comma, remove those so it's tidy
  3. If you are not happy with the placement, simply look at the Recycler and type ent kill using your in game command line
exotic sphinx
#

that’s not what he’s talking about he is saying how to get recyclers put at monuments

river grotto
#

Oh, you're right. My bad haah

#

I'll just take those notes for my own mods then 🤣

exotic sphinx
#

lol all good no need to apologize

exotic sphinx
river grotto
#

I thought it was south but either way, I'll add it to my notes 😄

Learn something new every day 🦾

exotic sphinx
#

nope i’m pretty sure it’s north

wind adder
wind adder
exotic sphinx
#

you put that in the boot command and for other monuments you have to do the specific name of the monument then the recycler

#

for example,

wind adder
#

Ah, so yea I have those in and they appear to be working, since the getconfig command shows they're enabled, but after that, the forcespawnconfig goes in boot or console?

wind adder
#

Ahhhh got it. Thank you!