AtomicTorch Studio Forums

VoidExpanse => Help section => Topic started by: ninekorn on April 30, 2019, 10:20:16 PM

Title: player spawning question? discontinued 2023 july 29th . by ninekorn
Post by: ninekorn on April 30, 2019, 10:20:16 PM
discontinued 2023 july 29th . by ninekorn
Title: Re: player spawning question?
Post by: ai_enabled on May 01, 2019, 09:13:18 AM
Hello!

Players spawn location is not done in a clean way in this game...
It's defined by this code (from "data\scripts\lib\SystemsPresets.js"):

spawn.SetCoordinates(
                bas_coord.x + 15 * Math.cos(ang),
                bas_coord.y + 15 * Math.sin(ang));


Regards!
Title: Re: player spawning question?
Post by: ninekorn on May 01, 2019, 08:24:16 PM
discontinued 2023 july 29th . by ninekorn