Stalker shadow of Chernobyl infinite weight. The game "Stalker: Shadow of Chernobyl" - how to increase the carry weight

reservoirs 24.09.2020
reservoirs

The cult project "Stalker: Shadow of Chernobyl" remains popular to this day, despite its impressive "experience". This success is facilitated, of course, by the atmosphere of the game - it is indescribable, as well as various modifications that complement the virtual world of the Chernobyl exclusion zone.

Traveling through the game spaces, the player finds a lot of weapons, equipment, artifacts and just interesting things that are a pity to throw away. In this regard, many gamers have a question regarding the project "Stalker: Shadow of Chernobyl" - how to increase the carry weight? Now let's try to solve this problem.

Required Tools

By manipulating internal game files, changing the parameters saved in them, you can easily create new conditions for traveling through the exclusion zone - this forms the basis for creating modifications. But first you need to unpack the archives that are on your hard drive. For this purpose, the program was created! STALKER! Data unpacker.

Using it, you will get to the game documents that the developers themselves corrected when creating "Stalker: Shadow of Chernobyl". How to increase carry weight? This issue will be resolved soon.

The application does not need to be installed. By double-clicking on the icon, you will open the program menu, where you need to specify the path to the folder with the installed project. Attention! It is necessary to specify the game directory, not the gamedata.db game archives. Optionally, you can specify the storage location for unpacked archives. By default, they will be "stored" in the root folder of the game.

We change the weight

Unpack the data of the computer game "Stalker: Shadow of Chernobyl". How to increase carry weight? After gaining access to the "factory" documents, you can solve this question yourself.

  • Find actor.ltx. You can use the search, or you can open the project folder, then gamedata, after configs and finally creatures, if you have not chosen another way to unpack the data.
  • Using the built-in Notepad application, open the found file.
  • Find the line max_walk_weight, where the number means the maximum possible weight for transportation - change it to the desired value.
  • Close the document and save all changes.

To simplify your task, you can use the built-in "Notepad" search: "Edit -> Find". It remains to correct only one document of the unpacked archives of the project "Stalker: Shadow of Chernobyl". How to increase carry weight? So that this question no longer bothers you, you must do the following:

  • Find the system.ltx file "living" at gamedata\configs.
  • Open and find the max_weight parameter in it and correct the numbers to the desired values, but so that they are lower than the previously changed parameter.
  • Save your changes and close the document.
  • When traveling, you probably noticed that with a weight of 50 kg, GG began to get tired quickly even from walking. To prevent this from happening, the finishing touches were needed.

We clean up the traces

The game "Stalker: Shadow of Chernobyl" (1.0006) takes up a lot of space with the unpacked game archives. We were able to increase the carrying weight, but we must not forget about the computer.

In order for all changes to be saved and the files not to take up much space, you need to:

  • Create a gamedata folder in the root directory of the game, configs in it and place the edited system.ltx document in it.
  • Do the same with the modified actor.ltx file, placing it in nested folders gamedata, then configs and finally creatures.
  • Delete any remaining files from your computer.

After such manipulations, the game "Stalker: Shadow of Chernobyl" will not take up much space on the hard drive. How to increase the carrying weight? You have successfully solved this issue yourself.

How to increase the weight in the stalker call of pripyat? This question sooner or later arises in all players. After all, the game itself is presented to us not only by a hopeless and mysterious atmosphere, but also by a huge number and variety of different types of weapons, artifacts and all sorts of useful things. Therefore, often players are faced with the choice of dropping something of the least valuable from the inventory in order to fit the newly found little thing into the backpack.
To avoid these actions, there are several options for the stalker call of Pripyat, how to increase the carry weight.

We bring to your attention instructions for the stalker call of pripyat how to increase the carry weight.

The first and most optimal option is not to change the game settings, but to use the maximum available opportunities and actions in the game. Start a fight with a weak opponent and kill him. Approaching the body of the dead, open his backpack by pressing the "F" key. Throw all the necessary things into his backpack and close the backpack window. Next, hold down the key combination "Shift" + "F" and move in the desired direction. This key combination will allow your hero to drag a corpse with a full inventory anywhere. And to get something you need from the inventory of a corpse, just release the buttons held down and open the inventory.

The second way is to purchase an exoskeleton. It provides a unique and costly suit that will give you the chance to successfully tank and defeat everyone and everything. Only the exoskeleton has the greatest physical protection. You won’t be able to run in it, but it will help to increase the maximum tolerable weight.

The third way to increase the weight in the stalker call of pripyat is cheating. There are cheat codes that allow you to remove weight restrictions in the game. For example, g_always_run 1. Entering this code into the console will give you ample opportunities for unlimited running, and, accordingly, ignoring the maximum limit of the allowable weight. Indeed, upon reaching this line, you could only move in steps, and the cheat code will allow you to freely and constantly run.

The fourth way is to change the settings in the game folder. It is necessary to correct the actor.ltx and system.ltx files through the standard Notepad application. We are looking for a folder on our computer with the installation files of the game, and in it a folder called "gamedata". Next, open the "config" folder and find the "creatures" folder. It contains the “actor” file, which must be opened using the standard Notepad application and there already begin to edit the weight as follows: in the max_item_mass line, replace the number 50 with 500, and in the max_walk_weight line, set exactly the same value. Now in the “config” folder we find a file called “system” and also open it through Notepad. In the max_weight line, set the value to 500. This action is necessary to display the number 500 in the inventory during the game, although this is not necessary.

Now you know how to increase the carry weight for the stalker call of pripyat. We have listed all the ways and we really hope that they will help you when passing the legendary and cult game under the loud name S.T.A.L.K.E.R.

Actor setup. Written by Rekongstor.

Path to the required file: /userdata/savedgames/user_quicksave.dds/user_quicksave.sav
Open in Notepad++ in the top menu, click "Syntax" - "L" - "Lua"

max_item_mass = 50.0

And change the entire block ten lines below:

max_item_mass = 999 ; It is worth specifying values ​​less than the max_walk_weight parameter (see above).
jump_speed = 60 ; Jump height. Do not include astronomical values. Ch. the hero will not fly into space anyway))
crouch_coef = 1 ; Crawl speed "very sitting" (Ctrl + Shift by default)
climb_coef = 2 ; Like crouching (Ctrl)
run_coef = 3 ; Normal run with console parameter "g_always_run" set to 1
sprint_coef = 4 ; sprint
run_back_coef = 3 ; run back
walk_back_coef = 2 ; walking backward with shift key
air_control_param = 1 ; flight control. Beneficial for high jump_speed values, as you can quickly move around the map
walk_accel = 17 ; unknown parameter
pickup_info_radius = 5 ;radius in which items' names are displayed when pressing the "F" key.

camera_height_factor = 0.85 ; defines the view height. Zoom in and the player will become visually taller

(already edited)

disp_base = 0 ;angle (in degrees) of bullet spread when the actor is standing still
disp_aim = 0
disp_vel_factor = 0 ;how much will the dispersion increase at a speed of 10 m/s (not necessarily when running)
disp_accel_factor = 0 ;another increase if the actor is running (+speed)
disp_crouch_factor = 0 ;decrease if the actor is sitting
disp_crouch_no_acc_factor = 0 ;decrease if actor is sitting + no acceleration

To reduce the size of the sight, you can do this.

To increase survivability - change the value below.

burn_immunity = 0.0
strike_immunity = 0.0
shock_immunity = 0.0
wound_immunity = 0.0
radiation_immunity = 0.0
telepathic immunity = 0.0
chemical_burn_immunity = 0.0
explosion_immunity = 0.0
fire_wound_immunity = 0.0

And the setup for the better is like this:

satiety_v = 0 ; rate of decrease in satiety over time
radiation_v = 1 ;radiation decay rate
satiety_power_v = 1 ;Increasing strength as satiety decreases
satiety_health_v = 1 ;health increases as satiety decreases
satiety_critical = 0 ;Critical satiety value (as a percentage of 0..1) when health starts to decrease
radiation_health_v = 0 ;health reduction when exposed to radiation
morale_v = 1 ;morale recovery speed
psy_health_v = 1 ;psy health recovery rate
alcohol_v = -1
health_hit_part = 0 ;Percentage of hit spent on health drain
power_hit_part = 0 ;percentage of hit that goes into power drain
max_power_leak_speed = 0 ;accumulation of fatigue (max limit to which power is restored) per second of game time
max_walk_weight = 1000 ; The weight at which the player cannot move. You can specify any value.

bleeding_v = 0 ;blood loss at nominal wound per second
wound_incarnation_v = 1 ; wound healing rate
min_wound_size = 0 ;Minimum wound size after which it is considered healed

min_wound_size,satiety_v,satiety_power,satiety_health,satiety_critical,alcohol_v could be omitted if you need immortality

Let's build endurance...

Name the string "jump_power"

We change so that the player never gets tired, unless he puts 5 fireballs on himself))

jump_power = 0 ;decreased power with jump without regard to weight
jump_weight_power = 0 ;decreased jump power based on load weight, for max allowed weight
overweight_jump_k = 1 ;weight jump overload factor (multiplied by jump_weight_power)

stand_power = 0
walk_power = 0 ; power loss per second while walking without taking into account the weight of the burden
walk_weight_power = 0 ; power reduction per second while walking, taking into account the weight of the burden, for the maximum allowed weight
overweight_walk_k = 1 ; burden overload factor (multiplied by walk_weight_power)
accel_k = 1; running coefficient (multiplies walk_power, walk_weight_power)
sprint_k = 1 ;coefficient for "sprint" run (multiplies walk_power, walk_weight_power)

Values ​​with the comment "coefficient" and values ​​​​more than 1 (optional) are recommended to be changed to 1.

limping_health_begin = 0 ;health threshold below which the actor begins to limp
limping_health_end = 0;health threshold above which the actor stops limping
limping_power_begin = 0 ;threshold of power below which an actor begins to limp
limping_power_end = 0 ; power threshold above which an actor stops limping

cant_walk_power_begin = 0 ;power threshold below which an actor cannot move
cant_walk_power_end = 0 ; power threshold above which the actor will be able to move

cant_sprint_power_begin = 0 ;power threshold below which an actor cannot sprint
cant_sprint_power_end = 0 ; power threshold above which an actor can sprint

Very often, players have to face the problem of how to increase the weight in the stalker shadow of Chernobyl. This problem is being solved. Don't panic.

This article is devoted to this problem. In it, we will reveal in detail and in detail for the stalker the shadow of Chernobyl how to increase the carry weight. After all, the world of S.T.A.L.K.E.R .: Shadow of Chernobyl is very diverse in terms of types of weapons, artifacts and other goodies. I don’t want to miss the opportunity to study each weapon in more detail during the game, test it, criticize it or elevate it to the status of the best. And the choice is great. Therefore, very often the heroes are faced with the choice of dropping something the least expensive from the backpack in order to fit a newly discovered item or artifact into the backpack.
There are several ways to increase the weight in the game stalker shadow of Chernobyl and avoid throwing various usefulness or uselessness out of the backpack (for someone else).

Especially for you, we have made a selection of all the ways for the stalker shadow of Chernobyl how to increase the weight of the backpack.

The first way is not the most convenient for the player. But he does not change the game settings, which then entail constant crashes. Unload everything superfluous from your backpack into the corpse and drag it along with you. Of course, you will have the speed of movement, like that of a snail. To do this, approaching the body of the dead, open his backpack by pressing the "F" key. Throw all the necessary things into his backpack and close the backpack window. Next, hold down the key combination "Shift" + "F" and move in the desired direction. This key combination will allow your hero to drag a corpse with a full inventory anywhere. And to get something you need from the inventory of a corpse, just release the buttons held down and open the inventory.

But why litter the inventory with unnecessary things? Get rid of them. Real stalkers don't carry a mountain of rubbish with them.

The second way to increase the weight of the backpack in the stalker shadow of Chernobyl is to have an exoskeleton. It provides a unique and expensive suit with the greatest physical protection. You won’t be able to run in it, but it will help to increase the maximum tolerable weight. But slowly but surely you will move through the expanses of the exclusion zone.

The third way is cheating. It changes the settings in the game folder. It is necessary to correct the actor.ltx and system.ltx files through the standard Notepad application. We are looking for a folder on our computer with the installation files of the game, and in it a folder called "gamedata". Next, open the "config" folder and find the "creatures" folder. It contains the “actor” file, which must be opened using the standard Notepad application and there already begin to edit the weight as follows: in the max_item_mass line, replace the number 50 with 500, and in the max_walk_weight line, set exactly the same value. Now in the “config” folder we find a file called “system” and also open it through Notepad. In the max_weight line, set the value to 500. This action is necessary to display the number 500 in the inventory during the game, although this is not necessary. In more detail, instructions for changing the mood are revealed in the plot:

The fourth way is to install the mod. You can download and install for the stalker shadow of Chernobyl to increase the carry weight of the mod. To do this, download the stalker shadow of Chernobyl increase the portable weight of the mod and unpack it into the game folder. The modification allows you to increase the carry weight up to 500 kg! But very often it becomes uninteresting to go through the game - you have collected all sorts of good, run and shoot. Boring and monotonous.

Now you know how to increase the weight in the shadow of Chernobyl stalker. We have listed all the ways and we really hope that they will help you with the passage of the legendary and cult game. Enjoy your time in S.T.A.L.K.E.R.: Shadow of Chernobyl!

We recommend reading

Top