Page 2 of 2

Re: Ore Processor - Custom Splinters.

Posted: Thu Sep 04, 2025 10:08 pm
by phkb
Krager wrote: Thu Sep 04, 2025 8:40 pm
Можете подсказать что надо изменить в Asteroids3D чтобы Таргоиды не появлялись?
In "asteroids3D.js", on line 202, change this:

Code: Select all

system.addShips("asteroids3D_thargoid", 1, player.ship.position.add(Vector3D.randomDirection(8000)), 0);
to this:

Code: Select all

//system.addShips("asteroids3D_thargoid", 1, player.ship.position.add(Vector3D.randomDirection(8000)), 0);
(or delete the line entirely) and no Thargoids will be spawned.

Re: Ore Processor - Custom Splinters.

Posted: Fri Sep 05, 2025 7:21 am
by Krager
Благодарю! Применил, всё работает)