Author Topic: Egrek Terminals multiplayer respawn?  (Read 4938 times)

jazzyjet

  • Newbie
  • *
  • Posts: 3
    • View Profile
Egrek Terminals multiplayer respawn?
« on: October 14, 2015, 03:25:25 pm »
Do they every respawn or relock themselves over time in a multiplayer server?  If not, can I make them somehow?  Also is there a way to increase respawn for enemies?
« Last Edit: October 14, 2015, 03:28:58 pm by jazzyjet »

ai_enabled

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 2023
    • View Profile
Re: Egrek Terminals multiplayer respawn?
« Reply #1 on: October 14, 2015, 07:58:02 pm »
Hello!
The Ergrek Terminals are instantiated per-player, so each player could get items from them after hacking, even if it was hacked by somebody before.
No, the items do not respawn. It could be done by a mod (with locking terminal back so it will be required to hack it again). There are two scripts related to hacking: "data\scripts\internal\Hacking.js" and "data\scripts\special_objects\ergrek_terminal.js". The latter script is very straightforward and allows making everything you want.

Enemies respawn rate could be also altered by a mod - you could modify the script "data\scripts\global\CoreFunctionality.js" methods "RestorePiratesPopulation()", "RestoreAliensPopulation()", etc.

You could read more about modding and scripting at Official Wiki.

Regards!
« Last Edit: October 14, 2015, 08:01:50 pm by Lurler »

jazzyjet

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Egrek Terminals multiplayer respawn?
« Reply #2 on: October 14, 2015, 08:09:26 pm »
Oh awesome thanks I didn't realize they were instanced for each person

p0ki

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Re: Egrek Terminals multiplayer respawn?
« Reply #3 on: October 26, 2015, 05:10:02 am »
So I could deposit Items at these places and nobody can loot them?
That is nice to know :)

Lurler

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 1325
    • View Profile
Re: Egrek Terminals multiplayer respawn?
« Reply #4 on: October 26, 2015, 08:27:19 pm »
So I could deposit Items at these places and nobody can loot them?
That is nice to know :)
That's correct :)