The stand-alone mod S.T.A.L.K.E.R. Anomaly aims to be the most stable and customizable experience for fans of the S.T.A.L.K.E.R. games. It's powered by the Monolith 64-bit engine, a custom fork of the X-Ray engine.

Description

Adding classes and talent trees for them, each with their own playstyle.

Preview
Classes and talents 0.53
Post comment Comments  (0 - 50 of 179)
bvcx Author
bvcx - - 2,141 comments

reserved

Actually took me a month to make. I tested and fixed everything I could find, but if you still find some bugs - don't be too harsh on me, addon is very big ;[

Aware of harmless bug on EFP where artefact briefly appearing. There are scripted icon layers (mini-icons) on every item, does anyone know any item types in EFP that do not have them? I need to set my invisible item that disappear instantly (requires for total weight update) to this type.

Reply Good karma+13 votes
Larrylangosta
Larrylangosta - - 364 comments

My god, this addon looks incredible, I have some doubts about how some weapons or armor added by other addons will work, will they do it without problems or will they not be taken into account by your addon?

I suppose it would be very strong and unbalanced if combined with other addons such as anomaly skill system + utjan's skills expansion and base skills packs, but leaving all that aside, incredible addon, very unique and fun 10/10.

Reply Good karma Bad karma+4 votes
bvcx Author
bvcx - - 2,141 comments

Bonuses are not super big, so maybe you can use it with one of the others.

Reply Good karma+3 votes
Inkredibehl
Inkredibehl - - 186 comments

Omg you did it !
Can't wait to try it on my next run!
Thanks for your amazing work as always !

Reply Good karma Bad karma+5 votes
Wang_Laoshi
Wang_Laoshi - - 328 comments

I'm a simple man. I see xcvb's addon, I press 10

Reply Good karma Bad karma+14 votes
Larrylangosta
Larrylangosta - - 364 comments

Based.

Reply Good karma Bad karma+7 votes
BadaBoom_0325
BadaBoom_0325 - - 571 comments

That's our classic! But yes, of course I agree with you.

Reply Good karma Bad karma+4 votes
singleplayer
singleplayer - - 56 comments

WOW!

Reply Good karma Bad karma+4 votes
zoust
zoust - - 355 comments

Nice TY !

Reply Good karma Bad karma+3 votes
danila_
danila_ - - 14 comments

Класс!!!11!!

Reply Good karma Bad karma+3 votes
Wyrhta
Wyrhta - - 46 comments

Another great addon from you. Well done xcvb!

Reply Good karma Bad karma+4 votes
bvcx Author
bvcx - - 2,141 comments

Thanks ;]

Reply Good karma+3 votes
MangAsar
MangAsar - - 169 comments

Wow. So this is what you've been busy with. :-) I'm playing with EFP so is this compatible with Skills System and another mod called Experience Framework?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

It is compatible, but some of the aspects are same, so you might get for example very big speed bonuses.

Reply Good karma+3 votes
LVutner
LVutner - - 766 comments

kruto

Reply Good karma Bad karma+5 votes
skilldex
skilldex - - 169 comments

Хорош

Reply Good karma Bad karma+3 votes
jaymorrow
jaymorrow - - 180 comments

Nice!

Reply Good karma Bad karma+3 votes
Adlez_asleep
Adlez_asleep - - 11 comments

Anomaly's capabilities are really incredible, waiting for Mordhau in stalker. Thanks for your work!

Reply Good karma Bad karma+3 votes
AnthonyIrwin
AnthonyIrwin - - 69 comments

this won't work with arti's ballistics, right?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

It will work as in it will have no crashes, but ballistic addons override damage system of Anomaly, so you won't get my bonuses/penalties from the Offensive tree. Other 3 trees should work tho.

Reply Good karma+3 votes
Lennic-
Lennic- - - 9 comments

Have you thought about basically the same system possibly, but with one general XP bar so you'd have to pick with one skill point, between your 4 different trees... You'd most likely specialise a bit further and have different playthroughs even when playing the same Class

Just a thought

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

I have not ;] I think experience framework already does that.

Reply Good karma+3 votes
BlackPiligrim
BlackPiligrim - - 620 comments

Замечательный аддон, спасибо вам автор!

Reply Good karma Bad karma+3 votes
equismas
equismas - - 80 comments

what are changes on speech?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

In short: discounts for buy/sell for certain things, get goodwill by playing guitar around stalkers or lose goodwill by scamming them, small chance to sell for very big price, chance to buy items for free and some companion buffs.

Reply Good karma+5 votes
equismas
equismas - - 80 comments

Everyday closer to the day where we will be able to scam sidorovich

XD

I know that some modders are against the idea of adding IA to npcs to have more dynamic dialogs but i still keep hopes to see it happen.

Reply Good karma Bad karma+3 votes
D7RLeGE
D7RLeGE - - 5 comments

Awesome mod!

But, when opening/closing the inventory, pops up the message "actor weight updater"
I'm using "Anomaly Popup Messages"
What could this be and how to fix it?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

When we change weight of item - actor's total weight is not changing until we pickup/use/drop any other item after it, so I added an invisible item that disappears as soon as appears to update it ;p
Unfortunately I could not find any other way yet. Will take a look at the popup addon and tell you how to blacklist it.

Reply Good karma+3 votes
D7RLeGE
D7RLeGE - - 5 comments

Oh, thank you very much :D
I'll be waiting for corrections!

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

ok so in "Anomaly Popup Messages" addon, go to popup_pickup.script and find this (it's almost at the top):

local exclude_sec = {
items_anm_dummy = true,
bolt = true,
bolt_bullet = true
}

and make it look like this (basically just adding my section, watch the commas not to break syntax):

local exclude_sec = {
items_anm_dummy = true,
bolt = true,
bolt_bullet = true,
inv_update_item_xd = true,
}

Reply Good karma+5 votes
D7RLeGE
D7RLeGE - - 5 comments

Big thx man, it worked :)

Reply Good karma Bad karma+2 votes
MaxISG
MaxISG - - 3 comments

It works, BUT... keep in mind that the last item in local exclude must be without comma

Reply Good karma Bad karma+1 vote
bvcx Author
bvcx - - 2,141 comments

Doesn't matter in lua

Reply Good karma+1 vote
YuriVernadsky
YuriVernadsky - - 425 comments

Wooohooooooo! Fantastic! Tks!

Reply Good karma Bad karma+2 votes
Miraage
Miraage - - 1 comments

awesome mod, i can only imagine how much work this took to implement in the xray engine, is it save compatible by any chance?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

Yeah, should be safe to install/uninstall whenever. Just one thing, there is a new item called "lucky coin", if you have that talent picked up - get rid of the item before uninstalling (added items will crash if section not found), OR if you have new modded exes this won't crash anyway and will be handled automatically.

Reply Good karma+3 votes
Kacpernap
Kacpernap - - 33 comments

holy christ we are making stalker anomaly into a skill mmorpg and i love it
thank you so much man

Reply Good karma Bad karma+3 votes
Cr3pis
Cr3pis - - 296 comments

Cool.

Reply Good karma Bad karma+5 votes
Guest
Guest - - 690,527 comments

Looks like something from Survarium

Reply Good karma Bad karma+1 vote
SilverBlack78
SilverBlack78 - - 1,909 comments

Great addon! From Misery with much more love... ;)

Reply Good karma Bad karma+3 votes
Mozzer
Mozzer - - 75 comments

Does this work alongside the skills an XP framework mods or are they incompatible?

Reply Good karma Bad karma+2 votes
bvcx Author
bvcx - - 2,141 comments

Should work together, but will make you overpowered.

Reply Good karma+3 votes
VoYbody
VoYbody - - 1 comments

Hey, I'm an experienced G.A.M.M.A player and I just wanted to tell you that your mod could be very good in this modpack if you make an alternative version with classes and talents developed in the game automatically through gameplay, e.g. the most frequently selected weapon class (based on kills obtained). This would allow the player to experience the game even more. Regards.

Reply Good karma Bad karma+1 vote
bvcx Author
bvcx - - 2,141 comments

Hi, I'm certainly not going to rewrite 4k lines for some meaningless difference ;p It has a respec button, you can take class you like and then respec later if you want or found another gun ;]

And it won't even work correctly in gamma until Grok create a callback in his ballistics.

Reply Good karma+3 votes
Guest
Guest - - 690,527 comments

Nice mod. But for some reason defense is not getting any XP. What do I need to do for leveling it?

Im running the addon with the latest GAMMA update. I also got both RPG addons running. Could it be something with GAMMAS GROK Ballistics?

Reply Good karma Bad karma+3 votes
bvcx Author
bvcx - - 2,141 comments

This is me being dumb... I removed callback and forgot to add it back.

Updated, thanks.

Reply Good karma+2 votes
Guest
Guest - - 690,527 comments

Cool you are very welcome!

Reply Good karma Bad karma+3 votes
Guest
Guest - - 690,527 comments

Hey there. I think I found another bug. When getting the prudent skill, instead of -10% weight It seems like Im gaining roughly the same amount of weight. So it appears it's doing the opposite.

Reply Good karma Bad karma+3 votes
bvcx Author
bvcx - - 2,141 comments

There is bug with weapon's weight, which I'm gonna replace for something else (just 1 talent and organizer). About prudent don't know, I think I already changed what could possibly bug out, will upload tomorrow with other fixes and HUD.

Added HUD and fixes, try now ;]

Reply Good karma+2 votes
Guest
Guest - - 690,527 comments

Thank you for your hard work man! I tried it and It indeed works now!

But I found two more bugs while testing this amazing mod.

1.The game is crashing for me when I put a skill into Duelist.
imgur.com/h630a8k (remove space and add hhtps) This is btw the crash + where I put the mod into gamma.

2. Sometimes I get like a lot of Offensive XP. For example 1 Lvl up per killed enemy. Could this be related to them being legendary stalkers? I pretty much went from lvl 2 to lvl 8 by killing a single squad.

3. Is there a debug menu in which I can add skillpoints to test if everything is working correctly?

Besides those small issues. Great work!

Reply Good karma Bad karma+3 votes
bvcx Author
bvcx - - 2,141 comments

1) Oh wait... should be fixed now

2) It is probably hit power that increased by *1000 when target is wounded, I forgot to exclude it ;p
Fixed in 0.21, tyvm

3) There are 4 commented out lines at the top of talents_leveling.script, you can copypaste them into game debug f7->NPC logic/execute, paste and press button.

Reply Good karma+2 votes
Guest
Guest - - 690,527 comments

Thanks a lot man! :)

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags