S.T.A.L.K.E.R.: Shadow of Chernobyl

S.T.A.L.K.E.R.: Shadow of Chernobyl

Abinavski Dec 6, 2016 @ 7:06am
Any way to sprint in the exoskeleton?
It's irritating having to walk from one end of the map to the other at a slow pace, is there any way to enable sprint on the exoskeleton? Be it a Mod or modifying game files, anything goes as long as long as i can sprint in it.
Last edited by Abinavski; Dec 6, 2016 @ 7:07am
< >
Showing 1-15 of 18 comments
Fiercest Tuna (Banned) Dec 6, 2016 @ 7:34am 
no
Abinavski Dec 6, 2016 @ 7:41am 
Originally posted by Senka:
no
I know there isn't in game, but mod and file editing wise...?
Originally posted by Abinavski:
I know there isn't in game, but mod and file editing wise...?
Maybe, never occurred me this question, probably because didn't bother me, try searching on the web or moddb website for any modification or addon that can edit this.
𝕱𝖚𝖗𝖚 Dec 6, 2016 @ 3:23pm 
In file outfit.ltx you need to find line
sprint_allowed = false
in exoskeleton section and change "false" to "true".
This file is packed in gamedata.db files, so you need to unpack it with unpacker (for example this). Or you can download this file somewhere and edit it, just be aware that it must be orinigal file, not from mods.
File path: gamedata\config\misc
Last edited by 𝕱𝖚𝖗𝖚; Dec 6, 2016 @ 3:25pm
Abinavski Dec 7, 2016 @ 4:06am 
Originally posted by HTeaTime:
In file outfit.ltx you need to find line
sprint_allowed = false
in exoskeleton section and change "false" to "true".
This file is packed in gamedata.db files, so you need to unpack it with unpacker (for example this). Or you can download this file somewhere and edit it, just be aware that it must be orinigal file, not from mods.
File path: gamedata\config\misc
Didn't seem to work... changing it to true did nothing for me
Edit: Infact nothing that i change seems to work, nightvision quality, extra weight ect.
Last edited by Abinavski; Dec 7, 2016 @ 4:09am
𝕱𝖚𝖗𝖚 Dec 7, 2016 @ 4:49am 
Originally posted by Abinavski:
Didn't seem to work... changing it to true did nothing for me
Edit: Infact nothing that i change seems to work, nightvision quality, extra weight ect.
Just check it by myself, works for me. Screenshot[s24.postimg.org]
Check your path to file, maybe it's incorrect or maybe problem with file itself.
Abinavski Dec 7, 2016 @ 4:50am 
Originally posted by HTeaTime:
Originally posted by Abinavski:
Didn't seem to work... changing it to true did nothing for me
Edit: Infact nothing that i change seems to work, nightvision quality, extra weight ect.
Just check it by myself, works for me. Screenshot[s24.postimg.org]
Check your path to file, maybe it's incorrect or maybe problem with file itself.

After adjusting some folders i managed to get it working, thanks for the help!
Abinavski Dec 7, 2016 @ 5:34am 
UPDATE:
Now my game crashes whenever i save and then load that save... (previous saves work fine, new ones i make crash the game, auto saves seem to work fine (?)) any way to fix that?
Last edited by Abinavski; Dec 7, 2016 @ 5:45am
𝕱𝖚𝖗𝖚 Dec 7, 2016 @ 6:08am 
Originally posted by Abinavski:
UPDATE:
Now my game crashes whenever i save and then load that save... (previous saves work fine, new ones i make crash the game, auto saves seem to work fine (?)) any way to fix that?
No crash for me with editted exo. Are you sure that you have only outfit.ltx file editted? Also be aware that some sections in config file better not touch. Anyway you can post your crash log[sdk.stalker-game.com] here, so we can understand what is the reason of crash.
Abinavski Dec 7, 2016 @ 6:25am 
Originally posted by HTeaTime:
Originally posted by Abinavski:
UPDATE:
Now my game crashes whenever i save and then load that save... (previous saves work fine, new ones i make crash the game, auto saves seem to work fine (?)) any way to fix that?
No crash for me with editted exo. Are you sure that you have only outfit.ltx file editted? Also be aware that some sections in config file better not touch. Anyway you can post your crash log[sdk.stalker-game.com] here, so we can understand what is the reason of crash.

The steam version for me doesn't have any log file location... i edited actors.ltx for the extra weight, i also removed the extra extra EXO suit weight so i wouldn't have too much and make it too easy... (since i need to switch between scientist suit and exo all the time)
Could me editing system.ltx and actors.ltx be the issue?
Last edited by Abinavski; Dec 7, 2016 @ 6:50am
𝕱𝖚𝖗𝖚 Dec 7, 2016 @ 7:05am 
Originally posted by Abinavski:

The steam version for me doesn't have any log file location... i edited actors.ltx for the extra weight, i also removed the extra extra EXO suit weight so i wouldn't have too much and make it too easy... (since i need to switch between scientist suit and exo all the time)
Could me editing system.ltx and actors.ltx be the issue?
Well, if you did something wrong, then yes.
Abinavski Dec 7, 2016 @ 7:14am 
Originally posted by HTeaTime:
Originally posted by Abinavski:

The steam version for me doesn't have any log file location... i edited actors.ltx for the extra weight, i also removed the extra extra EXO suit weight so i wouldn't have too much and make it too easy... (since i need to switch between scientist suit and exo all the time)
Could me editing system.ltx and actors.ltx be the issue?
Well, if you did something wrong, then yes.
All i did was change values and i removed a bit of code for the exo that gives it its extra weight.
In the other files i just changed numbers slightly... maybe it was removing the exo extra weight part?
I'll try outfit.ltx alone
Last edited by Abinavski; Dec 7, 2016 @ 7:20am
𝕱𝖚𝖗𝖚 Dec 7, 2016 @ 7:19am 
Originally posted by Abinavski:
All i did was change values and i removed a bit of code for the exo that gives it its extra weight.
In the other files i just changed numbers slightly... maybe it was removing the exo extra weight part?
I think you can't remove lines from file. If you want to disable extra weight from exo, just change numbers after lines
additional_inventory_weight = 20 additional_inventory_weight2 = 20
to 0.
Abinavski Dec 7, 2016 @ 7:21am 
Originally posted by HTeaTime:
Originally posted by Abinavski:
All i did was change values and i removed a bit of code for the exo that gives it its extra weight.
In the other files i just changed numbers slightly... maybe it was removing the exo extra weight part?
I think you can't remove lines from file. If you want to disable extra weight from exo, just change numbers after lines
additional_inventory_weight = 20 additional_inventory_weight2 = 20
to 0.

I'll try that, can i add lines to the file (to the scientist gear for example that exact line?)
𝕱𝖚𝖗𝖚 Dec 7, 2016 @ 7:29am 
Originally posted by Abinavski:
I'll try that, can i add lines to the file (to the scientist gear for example that exact line?)
Yes you can, but they must be in the same place like in exo section. You need to put them after
bones_koeff_protection
line.
Last edited by 𝕱𝖚𝖗𝖚; Dec 7, 2016 @ 7:29am
< >
Showing 1-15 of 18 comments
Per page: 1530 50

Date Posted: Dec 6, 2016 @ 7:06am
Posts: 18