 |
 |
 |
|
 |
 |
ABC-Inferno Arena extension Mod Basic Integration ? |
|
|
|
|
14:11:46 17 June 2012 |
|
NatVac
Senior Resident
On forum: 06/15/2007
Messages: 4289
|
---QUOTATION--- while at the 100 rads bar i get a message to help defend the bar against an attack, as about 15 well armed Mercs come poring through the entrance, if i attack them, i get the radio message "Eliminate the intruder in our territory" and all the Duty npc's turn against me.
Does anyone know what i did that may be causing this to happen ? ---END QUOTATION---
It's a vanilla bug, fixed in the bardak bfa and mods that use it. If you hurt any NPC on the Bar level, the game says you violated their rules, even though they called for help.
Fix the bug or don't help Duty there when asked.
Add this function to scripts\xr_conditions.script:
function bar_hostile_npc(actor,npc)
-- на бармена забьём, всё равно его не убить.
local c = npc:character_community()
if c == "stalker" or c == "dolg" or c == "ecolog" then
return false
end
return true
end
Change the start of two lines in config\scripts\bar_territory_zone.ltx as follows, from this:
territory_hit = {-bar_dolg_territory_1_hit [...stuff omitted...]
territory_death = {-bar_dolg_territory_kill [...stuff omitted...]
to this:
territory_hit = {=bar_hostile_npc} nil, {-bar_dolg_territory_1_hit [...stuff omitted...]
territory_death = {=bar_hostile_npc} nil, {-bar_dolg_territory_kill [...stuff omitted...]
Again, only the start of the changed lines is shown to keep this page from becoming very wide. You should be able to see how the function test is inserted in each line.
Give bardak credit if you release the mod changes. |
07:46:17 17 June 2012 |
|
surgy
(Senior) On forum: 03/25/2007
Messages: 119
|
Good enough, i think.
After some testing, i can say that AEM is working just fine, the only exception being, if you die in an Arena match the game will crash, which is a perfectly reasonable side-effect.
The crazed Duty situation seems to have normalized, most of them have respawned after i killed them all, and are now indifferent towards me.
I know there is something still not right about that, but all things considered the merging operation was a success in my eyes, both mods are functioning with acceptable side-effects.
So there we have it ABC-AEM Integration done by me, a total noob lol!
S.TA.L.K.E.R ... It's a Love Hate Relationship!
|
06:14:06 17 June 2012 |
|
surgy
(Senior) On forum: 03/25/2007
Messages: 119
|
Almost, but not quite.
Well, i have been busy manually merging the mods together with my very limited knowledge of what the hell i'm doing.
I used WinMerge and copy/paste operations to adjust most of the conflicting files, and for all intensive purposes the Mod and game seem to be functioning with 100% functionality and stability.
However i think i may have messed something up in one of the script files, while at the 100 rads bar i get a message to help defend the bar against an attack, as about 15 well armed Mercs come poring through the entrance, if i attack them, i get the radio message "Eliminate the intruder in our territory" and all the Duty npc's turn against me.
Does anyone know what i did that may be causing this to happen ?
S.TA.L.K.E.R ... It's a Love Hate Relationship!
|
|
1 | All Messages |
|
|
|
» » |
|
All short dates are in Month-Day-Year format. |
 |
|
 |
|
|