printf("Studying Game Development (C/C++ & OpenGL), S.T.A.L.K.E.R. CoP/CoC modder/fan, Interest in modern Japanese culture\n");

Report RSS Random thoughts about STALKER (CoP & CoC) modding & merging #4

Posted by on

Hello guys, I am not dead yet.

I've mostly been doing research on several AI mods, how to fix the firing mode issue from original weapon renewal 2.1 lite, and some other stuff.

OWR 2.1 abakan (gamedata/configs/weapons/w_abakan) has an issue where you can only fire semi-automatic or 2-round burst.
to fix this, change

fire_modes = 1, 2

to

fire_modes = 1, 2, -1

the -1 stands for full automatic. So if you want a pistol or any other weapon (besides the knife, grenades, etc) to be able to fire fully automatic, there you go.

My interest at the moment are trying to slim-down STCoP to only have the default weapons, but also change the special variants to those I like (FN SCAR-H, FN FNX silenced). However, I would like to keep the additional equipment options (silencers, scopes, attachable grenade launchers).
So, it would essencially be an owr but using STCoP weapons with additional equipment for the guns.

As for my modified version of MSO:
It is too much of a bother to edit it, so I went with APP (ai plugin pack) and modified that. I am now trying to port over the spawn locations from MSO to it. I will release the work I've done so far on my modified MSO, so others can experiment with it.

Btw, today I found some excelent tutorials about modding stalker's all.spawn:
Moddb.com
Sdk.stalker-game.com

They are really informative and relative easy to follow, but sadly the ACDC tool had some errors with the newest redist version that prevented it from decompiling all.spawn. Thus, I opend visual studio and fixed it.

Here is the link to the updated ACDC tool (with active perl redist):
Drive.google.com

At last, I created a google drive folder where I'll upload my and other mods. I'll structure the folders so it will be easy to merge them. I try to split them into modules, so you can personalize it to your own preferences.

As for the link to it, here ya go:
Drive.google.com

Stay safe in the zone, S.T.Al.K.E.R.

[EDIT]
Here is the link to the enhanced MSO:
Drive.google.com

Post a comment

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