AtomicTorch Studio Forums

VoidExpanse => Game discussion => Topic started by: jazzyjet on October 14, 2015, 03:25:25 PM

Title: Egrek Terminals multiplayer respawn?
Post by: jazzyjet 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?
Title: Re: Egrek Terminals multiplayer respawn?
Post by: ai_enabled 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 (http://wiki.atomictorch.com/Main_Page).

Regards!
Title: Re: Egrek Terminals multiplayer respawn?
Post by: jazzyjet on October 14, 2015, 08:09:26 PM
Oh awesome thanks I didn't realize they were instanced for each person
Title: Re: Egrek Terminals multiplayer respawn?
Post by: p0ki 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 :)
Title: Re: Egrek Terminals multiplayer respawn?
Post by: Lurler on October 26, 2015, 08:27:19 PM
Quote from: p0ki 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 :)
That's correct :)