Author Topic: player spawning question? discontinued 2023 july 29th . by ninekorn  (Read 2606 times)

ninekorn

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
discontinued 2023 july 29th . by ninekorn
« Last Edit: July 29, 2023, 01:56:44 am by ninekorn »

ai_enabled

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 2052
    • View Profile
Re: player spawning question?
« Reply #1 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"):
Code: [Select]
spawn.SetCoordinates(
                bas_coord.x + 15 * Math.cos(ang),
                bas_coord.y + 15 * Math.sin(ang));

Regards!

ninekorn

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
Re: player spawning question?
« Reply #2 on: May 01, 2019, 08:24:16 pm »
discontinued 2023 july 29th . by ninekorn
« Last Edit: July 29, 2023, 01:56:49 am by ninekorn »