Sorry still no luck here. I updated the main.singe with the replacement and played the game up to around 100000 points on normal. No extra lives at all. I do not see a addons.singe script anywhere so maybe that is the issue. Was that part of the latest singe download from page 1?
Update: I found the addons.singe file in the DL2E directory and it appears to be correct to me.
function startConf()
SCOREMOVE = 500
SCOREITEM = 4500
BUFFITEM = 1000
BUFFITMOVE = 50
if dip_Difficulty == 0 or dip_Difficulty == 1 then
EXTRALIFE = 50000
elseif dip_Difficulty == 2 then
EXTRALIFE = 70000
elseif dip_Difficulty == 3 then
EXTRALIFE = 100000
end
iNbItems = 0
Obj = {false, false, false, false, false, false, false, false, false, false, false}
end
I checked the game.cfg file and dip_Difficulty = 0 is set. But still no extra life at 50000.
Any ideas?