Avorion
Torpedo Assembly
กำลังแสดง 1-10 จาก 13 รายการ
< 1  2 >
อัปเดต: 21 ส.ค. 2022 @ 9: 03am

* Added naming support for Petty Rarity (just in case).
* Reworked naming mechanism: now it regenerates name independently.

อัปเดต: 20 ส.ค. 2022 @ 3: 45am

* Renamed some variables in code to better represent what they are used for.

อัปเดต: 20 ส.ค. 2022 @ 3: 35am

* Limited save/load designs only to the client-side, as it was never intended for the server-side in the first place.
* Switched to the "unpausedRuntime" that doesn't ignore paused state of the game. Although the UI progress bar updates less seamlessly, this method is more accurate.

อัปเดต: 3 ส.ค. 2022 @ 6: 04am

* Added validator that entity still exist in "fetchFactoryData()" for rare cases, when ship despawns due to transition into hyperspace.

อัปเดต: 23 ก.ค. 2022 @ 2: 10am

* Fixed file path issue in script that prevented file read/write operations in mod data folder. Credits go to HalfTon#4122 for discovring the solution.

อัปเดต: 22 ก.ค. 2022 @ 8: 57pm

* Closed yet another infinite resource profit loophole.
* Now on UI initialization "Torpedo Assembly Control" section properly loads its stored data.
* Even more fail-safes for fail-safe throne: commandWithdrawCost() and commandRefundCost().

อัปเดต: 22 ก.ค. 2022 @ 1: 45pm

* Added fail-safes for "commandWithdrawCost()" and "commandRefundCost()" to ensure that received parameters aren't nil.

อัปเดต: 22 ก.ค. 2022 @ 12: 01pm

* Fixed critical bug, which prevented script from getting valid tech level of the ship.
* Added exception handling in case, if there are no disk read/write permissions. Script will no longer crash, but without read/write disk permissions, you won't be able to save/load torpedo designs either. Everything else should work without issues.

อัปเดต: 20 ก.ค. 2022 @ 11: 51am

* Added available resources check for for repeat production mode.
* Added fail-safes and clean up mecahnisms for inexistent entities.

อัปเดต: 18 ก.ค. 2022 @ 2: 56am

* Now TorpedoAssembly.onShipChanged() properly triggers TorpedoAssembly.updateAvailableConfigs() to update available torpedo parts.