war1gus icon indicating copy to clipboard operation
war1gus copied to clipboard

Solo game - Number of opponents ignored

Open asbernardi opened this issue 2 years ago • 2 comments

Hi! If you play a 'solo game' and set 1 opponent, this setting is ignored. Example maps:

  • Forest1
  • Forest2

asbernardi avatar Aug 15 '22 22:08 asbernardi

hmm... i guess war2gus work properly so maybe we need to compare the 2x files what's different

Lagi7 avatar Aug 16 '22 06:08 Lagi7

In wc1.lua where it says

if (nump == 0) then nump = 15 end

it should instead say

if (nump == -1) then nump = 15 else nump = nump + 1 end

timfel avatar Aug 16 '22 07:08 timfel

Fixed.

timfel avatar Dec 20 '22 12:12 timfel