player spawning question? discontinued 2023 july 29th . by ninekorn

Started by ninekorn, April 30, 2019, 10:20:16 PM

ninekorn

discontinued 2023 july 29th . by ninekorn

ai_enabled

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!

ninekorn

#2
discontinued 2023 july 29th . by ninekorn