Shawminator / DayZeEditor

Dayz Economy and Various mod config manager
35 stars 5 forks source link

Case Sensitivity #13

Closed mrthepope closed 5 days ago

mrthepope commented 4 weeks ago

Hey - not sure if you will ever see this but - there is an issue with the eEditor and the Expansion Market. Long story short, as soon as you click the option to manage the "Expansion Market" the eEditor converts all of the Market related files to UPPERCASE. I'm not sure if something changed recently from the Expansion team BUT - The Expansion Market Mod seems to be looking for case sensitive files. If it cannot find them, it refreshes the folders with clean ones.

-- Example --

WEAPONS.json -- Invalid, results in new Weapons.json file being created

The server will now have two copies of the "same" file.

Took a few minutes to figure this out :-). Suggestion would be to ignore filename structure (leave as is).

Love this tool btw

MrThePope

Shawminator commented 3 weeks ago

can i ask are you using a hosting service or a dedicated box?

mrthepope commented 3 weeks ago

Nitrado

It’s a good question though. I have a local test box I can try. Didn’t occur to me that Nitrado could be doing something weird.

On Thu, Oct 31, 2024 at 7:05 AM Craig Shaw @.***> wrote:

can i ask are you using a hosting service or a dedicated box?

— Reply to this email directly, view it on GitHub https://github.com/Shawminator/DayZeEditor/issues/13#issuecomment-2449798102, or unsubscribe https://github.com/notifications/unsubscribe-auth/BMQX2WTGZKPB7XVY5BYFGVDZ6ITKBAVCNFSM6AAAAABQ2NBAZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBZG44TQMJQGI . You are receiving this because you authored the thread.Message ID: @.***>

Shawminator commented 3 weeks ago

ive found when using hosting the files are like case specific, for example you replace Weapons.json with WEAPONS.json it gets a bit bugged for hosting when i was using hosting i had to completly empty the folder and then upload the files so that they were new and not replacing any this was for the market, trader folders in profiles and the expansion folder in the missions for traders maps and trader zones

anyway im updating the market for the sub folders in market category files so imm removing the upper case forcing so hopefully wont be an issue after i update the tool

mrthepope commented 3 weeks ago

Appreciate the feedback and response. I’m going to check it out with my test box. I wish there was somewhere to publish a support type article for the expansion. I’ve seen quite a few people struggle with the Market not respecting settings and I wonder if this is a similar problem.

Either way, thanks again and I really do love the tool!

On Thu, Oct 31, 2024 at 11:58 AM Craig Shaw @.***> wrote:

ive found when using hosting the files are like case specific, for example you replace Weapons.json with WEAPONS.json it gets a bit bugged for hosting when i was using hosting i had to completly empty the folder and then upload the files so that they were new and not replacing any this was for the market, trader folders in profiles and the expansion folder in the missions for traders maps and trader zones

anyway im updating the market for the sub folders in market category files so imm removing the upper case forcing so hopefully wont be an issue after i update the tool

— Reply to this email directly, view it on GitHub https://github.com/Shawminator/DayZeEditor/issues/13#issuecomment-2450499187, or unsubscribe https://github.com/notifications/unsubscribe-auth/BMQX2WRQGF5NNY224MFPTW3Z6JVWBAVCNFSM6AAAAABQ2NBAZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQGQ4TSMJYG4 . You are receiving this because you authored the thread.Message ID: @.***>

Shawminator commented 5 days ago

Removed Case Forcing..