Posted February 26, 2024
Hello,
the following steps worked for me for DI and D4:
- in Explorer search for file definitions.py
- open and edit file
-- add the following two lines under line "1179603525: RegionalGameInfo('fore', False)," <- you also need to add a comma at the end of that line:
4613486: RegionalGameInfo('fenris', False),
1095647827: RegionalGameInfo('anbs', True)
-- add the following two lines under line "BlizzardGame('fore', 'Call of Duty: Vanguard', 'FORE')," <- you also need to add a comma at the end of that line:
BlizzardGame('fenris', 'Diablo IV', 'Fen'),
BlizzardGame('anbs', 'Diablo Immortal', 'ANBS')
Best regards
Jens
the following steps worked for me for DI and D4:
- in Explorer search for file definitions.py
- open and edit file
-- add the following two lines under line "1179603525: RegionalGameInfo('fore', False)," <- you also need to add a comma at the end of that line:
4613486: RegionalGameInfo('fenris', False),
1095647827: RegionalGameInfo('anbs', True)
-- add the following two lines under line "BlizzardGame('fore', 'Call of Duty: Vanguard', 'FORE')," <- you also need to add a comma at the end of that line:
BlizzardGame('fenris', 'Diablo IV', 'Fen'),
BlizzardGame('anbs', 'Diablo Immortal', 'ANBS')
Best regards
Jens