NeRoN said:[spoiler:a2e6fcddaa]I not understand correctly Cookie. We are sorry.[/spoiler:a2e6fcddaa]
Nirran said:MM 2.44
maps.txt 6-30-2010 20:03 am
quests.txt 1-10-2010 12:19 am
edit : coincidentaly they are the same date/times in Mr Fixit Stims mod
Nirran
canju352 said:it is real sweet mod. but i won't play it until it gets bugs cleared.
MIB88 said:Thanks, barbarian. I'll get that bug fixed. Also, which holodisk is it that you cannot read? Is it just one of them, or all of them? Just to make sure: are you using the version of obj_dude.int from MM 2.44?
procedure ModifiedThreshold begin
threshold := GetThreshold;
//display_msg("before scaled " + threshold);
if ((Is_Not_Party(target)) or ((target != dude_obj) and (get_sfall_global_int(4306) == 1))) then
begin
threshold := threshold + get_sfall_global_int(2193);
end
//display_msg("threshold after scaled " + threshold);
if ((twelve == 1) and (threshold > 0)) then
begin
threshold := threshold / get_sfall_global_int(4263);
end
if (is_ap_ammo == 1) and (threshold > 0) then
begin
threshold := threshold / get_sfall_global_int(4264);
end
if (full_armor_penetrate == 1) and (threshold > 0) then
begin
threshold := threshold / get_sfall_global_int(4432);
end
if (unarmed_armor_piercing == 1) and (threshold > 0) then
begin
threshold := threshold / get_sfall_global_int(4433);
end
if (Weapon_Penetrate == 1) then
begin
threshold := threshold / get_sfall_global_int(4431);
end
return threshold;
end
barbarian said:And bug with car. Weapons was reloaded sometimes(244 too).
And one question.
Is it normal AP ammo piersing divider =5?
2 Nirran
I see your script in customperks.7z
Code:procedure ModifiedThreshold begin threshold := GetThreshold; //display_msg("before scaled " + threshold); if ((Is_Not_Party(target)) or ((target != dude_obj) and (get_sfall_global_int(4306) == 1))) then begin threshold := threshold + get_sfall_global_int(2193); end //display_msg("threshold after scaled " + threshold); if ((twelve == 1) and (threshold > 0)) then begin threshold := threshold / get_sfall_global_int(4263); end if (is_ap_ammo == 1) and (threshold > 0) then begin threshold := threshold / get_sfall_global_int(4264); end if (full_armor_penetrate == 1) and (threshold > 0) then begin threshold := threshold / get_sfall_global_int(4432); end if (unarmed_armor_piercing == 1) and (threshold > 0) then begin threshold := threshold / get_sfall_global_int(4433); end if (Weapon_Penetrate == 1) then begin threshold := threshold / get_sfall_global_int(4431); end return threshold; end
not modified.
barbarian said:And bug with car. Weapons was reloaded sometimes(244 too).
barbarian said:[spoiler:cb3a7f322a]Damage in last version. try to kill Kruger with gauss-tesla(?)
excluzive Red runner.
normal shoot = 7
critical normal = 15
penetrate ? = 29
penetrate critical = 83
Magnum 14m (AP) do 0 dmg.[/spoiler:cb3a7f322a]
i think in not need now.
Nirran said:had this bug before,i am not seeing a cause for this,is the script zicrtrnk.int the one that is included with mm 244?it is the only script that could cause it
no.have you had the car painted?
3 times. then i die... but if u need i try again. Have save.it always does 0 damage?Nirran
barbarian said:Nirran said:had this bug before,i am not seeing a cause for this,is the script zicrtrnk.int the one that is included with mm 244?it is the only script that could cause it
All scripts from 244.
Only OBdude rusfix.
zicrtrnk.int date - 03.09.10 filesize 40 712
barbarian said:[spoiler:b1ea360489]Damage in last version. try to kill Kruger with gauss-tesla(?)
excluzive Red runner.
normal shoot = 7
critical normal = 15
penetrate ? = 29
penetrate critical = 83
Magnum 14m (AP) do 0 dmg.[/spoiler:b1ea360489]
i think in not need now.
Nirran said:problem is test code in obj_dude script ,this one has that code removed and is the 244 script
https://rapidshare.com/#!download|836tl2|1169513809|obj_Dude.int|
Nirran