Avorion
53 lượt đánh giá
Mod configuration library
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Mods: Mod
Kích cỡ file
Đã đăng
Đã cập nhật
32.996 KB
22 Thg04, 2019 @ 3:32am
6 Thg03, 2023 @ 3:34am
18 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Mod configuration library

Mô tả
A resource for modders, to provide galaxy related mod configurations for your own mods. Config files are stored on server side, while client will automaticly fetch it from server.

Beside this it provides a logging tool you can optionally use in your mods.

Watch wiki pages for usage and further informations:
https://gitlab.com/hams-avorion-projects/configlib/wikis/home

Known issues:
https://gitlab.com/hams-avorion-projects/configlib/issues?label_name%5B%5D=bug




Found a bug or need support? You can contact me directly in my Steam chat: https://s.team/chat/AT3fSCye
11 bình luận
Hammelpilaw  [tác giả] 13 Thg06 @ 7:32am 
@Spartana Please ensure Avorion can read and write in /galaxy/moddata, be aware that avorion does NOT follow symlinks. This is an issue related to your environment and/or Avorion. Without access to the moddata folder this mod will not work at all.
Spartana 12 Thg06 @ 12:39pm 
Vokun Vulon i have the same problem

i think i have found the problem but i can't change it i have the same problem as you



i have a pterodactly server running that means my avorion is running in a docker environment and for some reason it has a problem with it because it is not allowed to create certain things etc

https://pastebin.com/4YABJNCc
Vokun Vulon 31 Thg10, 2022 @ 3:25pm 
Having contacted the new provider, first they told me the steam client files are out of date, updated that and it didnt work, they couldnt tell me why, and their log files keep overriding themselves each time it crashes because it restarts itself and re-writes the log file.
At this point I've given up on getting working dedicated server and demanded a refund.
Hammelpilaw  [tác giả] 31 Thg10, 2022 @ 4:47am 
@Vokun Vulon Ah yeah my first thought was that this is an OS or provider related issue, but couldnt prove without any logfile. Please contact me if you keep having issues.
Vokun Vulon 30 Thg10, 2022 @ 10:50am 
Moving to a new provider, currently working with them to troubleshoot stuff, seems theres a different issue now, but this hasnt appeared again yet, ill drop the pastebin if it appears again
Hammelpilaw  [tác giả] 30 Thg10, 2022 @ 3:23am 
@Vokun Vulon I could not reproduce the issue. Please upload a full client and serverlog to pastebin.com and send me the link.
Vokun Vulon 28 Thg10, 2022 @ 12:33pm 
Any idea why we are getting the following in our server console?

#0: initialize /home/container/galaxy/Wasteland/mods/content/445220/1720259598/main.lua
Error calling createDirectory: Could not find a suitable directory for saving files.
stack traceback:
[C]:-1: in function createDirectory
/home/container/galaxy/Wasteland/mods/content/445220/1720259598/main.lua:11: in function ?
Script "/home/container/galaxy/Wasteland/mods/content/445220/1720259598/main.lua" or one of its requirements is not in its original state, skipping sending of stack trace.
Error finding home directory: getpwuid(getuid()) returned NULL
Hammelpilaw  [tác giả] 13 Thg03, 2020 @ 10:32am 
Thanks for the report, updated wiki.
FuryoftheStars 13 Thg03, 2020 @ 9:01am 
Hey, sorry, one more thing. Your wiki says to setup the config file with the naming format of [modID]-[modName].lua, however when I did that, it didn't work. I looked in the logs and found that your mod was actually looking for the config file with the name format [modName]-[modID].lua (reversed order). May want to update the wiki. :)
Hammelpilaw  [tác giả] 13 Thg03, 2020 @ 8:31am 
Yeah I will do! Hope I find time for on weekend.