Open KBheid opened 3 years ago
Keep in mind that there are few distribution files, one for items, one for vehicles and I think there's some for procedural ones too, I think one of the past Thurstoids mentioned the loot table changing, but I think the file format didn't.
There are some "random" item distributions not covered by these files too, such as foraging or fishing.
Yeaah... I forgot about that. Plus undeniable (I think is what it's called) from the Hydrocraft maker already has distributions. I wonder if theres an API I can access to use instead of loading each file myself? I'll ask around.
Edit: I don't think hes actually the creator of Hydrocraft, just supports it as well. Whoops :P
From: Faalagorn @.> Sent: Sunday, June 6, 2021 1:48:04 AM To: KBheid/PZ_RadioData_Converter @.> Cc: Kayle Heideman @.>; Author @.> Subject: Re: [KBheid/PZ_RadioData_Converter] Distributions tool (#6)
Keep in mind that there are few distribution files, one for items, one for vehicles and I think there's some for procedural ones too, I think one of the past Thurstoids mentioned the loot table changing, but I think the file format didn't.
There are some "random" item distributions not covered by these files too, such as foraging or fishing.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/KBheid/PZ_RadioData_Converter/issues/6#issuecomment-855355364, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHP5ITBGMVWGZCPNRJY6EJLTRMR3JANCNFSM46CCS27A.
Yeaah... I forgot about that. Plus undeniable (I think is what it's called) from the Hydrocraft maker already has distributions. I wonder if theres an API I can access to use instead of loading each file myself? I'll ask around. Edit: I don't think hes actually the creator of Hydrocraft, just supports it as well. Whoops :P … ____ From: Faalagorn @.> Sent: Sunday, June 6, 2021 1:48:04 AM To: KBheid/PZ_RadioData_Converter @.> Cc: Kayle Heideman @.>; Author @.> Subject: Re: [KBheid/PZ_RadioData_Converter] Distributions tool (#6) Keep in mind that there are few distribution files, one for items, one for vehicles and I think there's some for procedural ones too, I think one of the past Thurstoids mentioned the loot table changing, but I think the file format didn't. There are some "random" item distributions not covered by these files too, such as foraging or fishing. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHP5ITBGMVWGZCPNRJY6EJLTRMR3JANCNFSM46CCS27A.
Undeniable is the Nolan, original creator of the car mod and some other mods :)
Parse Distributions.txt, output wiki Distribution section. Probably in Lua or a Java Lua interpreter? Not really sure how big that would be, don't want large jars but want it to be easily usable.
Potentially the interface has a list of all items. You select them and it outputs wiki text of distribution?
It would be highly volatile when it comes to updates to the game if they were to change the structure of Distributions.txt.