Avorion
349 평점
AzimuthLib - Library for modders
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mods: Mod
파일 크기
게시일
업데이트일
656.159 KB
2019년 4월 24일 오후 5시 55분
2021년 8월 1일 오후 4시 48분
변경 사항 38개 ( 보기 )

다운로드 위해 구독하기
AzimuthLib - Library for modders

Rinart73님의 1 모음집
Rinart73's Mods
아이템 39개
설명
Avorion: 0.31 - 2.0
A resource for modders that provides useful functions to make mod development easier. Used mostly in Rinart73's mods.

NOTE: This mod will be updated to the stable versions only. I'm not planning to support Beta-versions since they come out very often and I don't have the time to check and update mods every time.

Source code[github.com]
[www.patreon.com]
[discord.gg]

Mod example[github.com]

Bug reporting
  1. Tell your game version and list of mods you have activated.
  2. Give an instruction on how to reproduce a bug, step by step.
  3. Use Pastebin[pastebin.com] to attach links to your client and server logs.
    Windows:
    C:\Users\(ProfileName)\AppData\Roaming\Avorion\clientlog (datetime).txt C:\Users\(ProfileName)\AppData\Roaming\Avorion\galaxies\(GalaxyName)\serverlog (datetime).txt
    Linux:
    /home/(ProfileName)/.avorion/clientlog (datetime).txt /home/(ProfileName)/.avorion/galaxies/(GalaxyName)/serverlog (datetime).txt
  4. Make a screenshot if problem can be seen visually.
댓글 51
RogueRaiden 2022년 11월 15일 오후 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 2022년 10월 8일 오전 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 2022년 7월 17일 오전 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 2022년 2월 4일 오전 8시 40분 
RIP Rinart. You will be missed.
Rinart73  [작성자] 2022년 2월 3일 오후 1시 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 2022년 1월 26일 오전 6시 37분 
Не работает
Rinart73  [작성자] 2021년 9월 18일 오전 3시 26분 
Он и так обновлен
Кархародон 2021년 9월 18일 오전 3시 09분 
Обнови мод, пожалуйста.
Rinart73  [작성자] 2021년 8월 22일 오전 4시 20분 
Taehl, hi. Sure, just PM me and we can discuss that
Taehl 2021년 8월 21일 오후 8시 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. :)