Results 1 to 8 of 8

Thread: Problem with manymaps

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Please always say which version you are using, since manymaps differs:

    https://github.com/kungfooman/libcod...bcod.cpp#L2082
    https://github.com/voron00/libcod/bl...bcod.cpp#L1171

    The original version (my repo) ignores .iwd's which contain either "zzz_" or "Empty", but I don't see this is a problem in your case anyway (since it seemed to work before and your symlinks are causing the issue).

    The code is not checking if it deletes a symlink or real file (simple access(file, F_OK) != -1; in both repos)

    So you could add a symlink check, if that's the problem
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    agribilos (5th February 2021)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •