Avorion
Оценок: 349
AzimuthLib - Library for modders
   
Наградить
В избранное
В избранном
Удалить
Mods: Mod
Размер файла
Добавлен
Изменён
656.159 KB
24 апр. 2019 г. в 17:55
1 авг. 2021 г. в 16:48
Обновлений: 38 (просмотреть)

Подпишитесь, чтобы загрузить
AzimuthLib - Library for modders

В 1 коллекции, созданной Rinart73
Rinart73's Mods
Предметов: 39
Описание
Avorion: 0.31 - 2.0
Ресурс для мододелов, который предоставляет полезные функции, облегчающие разработку модов. Используется, в основном в модах Rinart73.

ИНФО: Этот мод будет обновляться только до стабильных версий игры. Я не планирую добавлять поддержку для бета-версий, так как они выходят часто и у меня нет времени проверять и обновлять моды каждый раз.

Исходный код[github.com]
[www.patreon.com]
[discord.gg]

Пример мода[github.com]

Как сообщать о багах
  1. Укажите версию игры, а также список активированных модов.
  2. Напишите пошаговую инструкцию - что нужно сделать для воспроизведения бага.
  3. Используйте Pastebin[pastebin.com] для прикрепления ссылок на логи клиента и сервера.
    Windows:
    C:\Users\(ИмяПрофиля)\AppData\Roaming\Avorion\clientlog (датавремя).txt C:\Users\(ИмяПрофиля)\AppData\Roaming\Avorion\galaxies\(ИмяГалактики)\serverlog (датавремя).txt
    Linux:
    /home/(ИмяПрофиля)/.avorion/clientlog (датавремя).txt /home/(ИмяПрофиля)/.avorion/galaxies/(ИмяГалактики)/serverlog (датавремя).txt
  4. Приложите скриншот, если проблему можно увидеть невооруженным взглядом.
Комментариев: 51
RogueRaiden 15 ноя. 2022 г. в 12:25 
@Lleu
I gave a quick test trying to load the mod with your changes. seems the other mods still have loading issues. would there also need to be changes in AvorionAnnouncer and GalaxyMapQoL?
Lleu 8 окт. 2022 г. в 1:24 
Linux server: ... filename is not secure... FIX
information about error: https://avorion.fandom.com/wiki/Modding_Pitfalls

file :1722652757/data/scripts/lib/azimuthlib-basic.lua

diff azimuthlib-basic.lua azimuthlib-basic.lua.orig
379c379
< local filename = "./moddata/"..modName..(isSeedDependant and "_"..GameSettings().seed or "")..".lua"
---
> local filename = dir.."/"..modName..(isSeedDependant and "_"..GameSettings().seed or "")..".lua"
479c479
< local filename = "./moddata/"..modName..(isSeedDependant and "_"..GameSettings().seed or "")..".lua"
---
> local filename = dir.."/"..modName..(isSeedDependant and "_"..GameSettings().seed or "")..".lua"

and create dir ~/.avorion/moddata
RogueRaiden 17 июл. 2022 г. в 9:29 
hello,
trying to get this and Avorion Announcer loaded on my server.
With AzimuthLib installed alone, no errors. Adding Avorion Announcer gives me these errors:
https://pastebin.com/6TMAp3Hk
it looks like this is an old vanilla bug that some people get and some dont? server is installed on a box with the linux Pterodactyl server management panel
Grimbach 4 фев. 2022 г. в 8:40 
RIP Rinart. You will be missed.
Rinart73  [создатель] 3 фев. 2022 г. в 13:33 
I'm sorry but I stopped developing mods for an unknown amount of time because of real life stuff. You're free to fork my mods as long as you provide link to original and mention me in the authors.
✪SoulBazilio 26 янв. 2022 г. в 6:37 
Не работает
Rinart73  [создатель] 18 сен. 2021 г. в 3:26 
Он и так обновлен
Кархародон 18 сен. 2021 г. в 3:09 
Обнови мод, пожалуйста.
Rinart73  [создатель] 22 авг. 2021 г. в 4:20 
Taehl, hi. Sure, just PM me and we can discuss that
Taehl 21 авг. 2021 г. в 20:19 
I'd be happy to share my function for HSLA->RGBA color conversion with you if you want to add support for HSL. I find it handier than HSV in some cases. :)