Wargus / wargus

Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
GNU General Public License v2.0
355 stars 55 forks source link

Windows and Linux Lua files differ slightly for same version #375

Closed benhbell closed 3 years ago

benhbell commented 3 years ago

Describe the bug Extracting the game content for wargus on windows creates a slightly different wc2-config.lua file that on linux. This causes cross-platform multiplayer to break.

To Reproduce Steps to reproduce the behavior:

  1. Install wargus on linux
  2. Install wargus on windows 10
  3. Run them the first time to extract game content
  4. wc-config.lua files will be slightly different sized Screenshot from 2021-07-13 12-12-53

Expected behavior Files should be the same, or lua checks when playing multi-player should ignore file ends

Desktop:

timfel commented 3 years ago

Fixed with https://github.com/Wargus/stratagus/pull/353