Uhm do it yourself. You aren't entitled to an update. It would be nice if the mod was updated but you are in no way entitled to one and you have no right to coldly demand anything of the author of any mod.
"Im stating a fact, a redscript compilation error means [someone] must update the mod to work with 2.1 and/or fix it ..." It appears you are knowledgeable about the source of the problem, why can't you fix it yourself?
After replacing the code the game does not complain on boot, but I can't see any NPC's trough the wall when in scan-mode. Was there some other trick we had to do in order to get this to work?
Hi, im new to all of this, how do i convert my txt file into a .red file ? (i have only word to open the file and modify it so obviously the game doesnt read it, but i'm don't understand where i need to go) thanks in advance if you have a response, and have a nice day
Thanks for the edit, dammy63. Works perfect, and no crashing on startup with this. I hope Scissors123454321 either makes an update, or at least stickies this post.
Instructions for dammy63's fix ---------------------------------------------
1.) Highlight and copy the code section dammy63 posted above. 2.) Right click on the "RestoreLegendaryPing.reds" file in the \Cyberpunk 2077\r6\scripts\Restore Legendary Ping folder and "open with" Microsoft's WordPad or a similar Text Editor of your choice. 3.) Highlight the code section similar to the code dammy63 posted above, and press CTRL+V on your keyboard to paste the new code in place of the old. 4.) Save the file with the same file name. 5.) Enjoy the new found freedom of hacking scavs, corpos, bots, and random objects remotely. ^_^
Nice fix, since the "hack through walls when overclock active" netrunner perk hasn't been fixed yet by CDPR and also the mod for it is currently not working. One thing CDPR did well is the last nerfs on the netrunner. Personally I do not feel them, they are only making the boss fights a bit better and I would say that if anybody complains for low netrunner damage, gut gud and fix your build, ...
not work.idk why. [ERROR - Sat, 21 Oct 2023 13:41:20 +0800] [UNRESOLVED_METHOD] At F:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\scripts\Restore Legendary Ping\RestoreLegendaryPing.reds:10:10: if this.GetOwner().CanScanThroughWalls() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method CanScanThroughWalls not found on GameObject
[ERROR - Sat, 21 Oct 2023 13:41:57 +0800] Compilation error: REDScript compilation failed. The game will start, but none of the scripts will take effect. This is caused by errors in: - Restore Legendary Ping You can try updating or removing these scripts to resolve the issue. If you need more information, consult the logs.
112 comments
-------------------------------------------------------------------------
@wrapMethod(ScanningComponent)
protected cb func OnRevealStateChanged(evt: ref<RevealStateChangedEvent>) -> Bool {
if Equals(evt.state, ERevealState.STARTED) {
this.SetScannableThroughWalls(true);
} else {
if Equals(evt.state, ERevealState.STOPPED) {
this.SetScannableThroughWalls(false);
};
};
}
-------------------------------------------------------------------------
2.0 Netrunner build has been significantly nerfed.
Sad.
thanks in advance if you have a response, and have a nice day
@YeKyu just open the reds files with notepad++ and edit it.
Instructions for dammy63's fix
---------------------------------------------
1.) Highlight and copy the code section dammy63 posted above.
2.) Right click on the "RestoreLegendaryPing.reds" file in the \Cyberpunk 2077\r6\scripts\Restore Legendary Ping folder and "open with" Microsoft's WordPad or a similar Text Editor of your choice.
3.) Highlight the code section similar to the code dammy63 posted above, and press CTRL+V on your keyboard to paste the new code in place of the old.
4.) Save the file with the same file name.
5.) Enjoy the new found freedom of hacking scavs, corpos, bots, and random objects remotely. ^_^
One thing CDPR did well is the last nerfs on the netrunner. Personally I do not feel them, they are only making the boss fights a bit better and I would say that if anybody complains for low netrunner damage, gut gud and fix your build, ...
Is there a way to make it only work for legendary ping?
PS. The creator of this mod worries me, he has been absent for 2 years :/
[ERROR - Sat, 21 Oct 2023 13:41:20 +0800] [UNRESOLVED_METHOD] At F:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\scripts\Restore Legendary Ping\RestoreLegendaryPing.reds:10:10:
if this.GetOwner().CanScanThroughWalls() {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
method CanScanThroughWalls not found on GameObject
[ERROR - Sat, 21 Oct 2023 13:41:57 +0800] Compilation error: REDScript compilation failed. The game will start, but none of the scripts will take effect. This is caused by errors in:
- Restore Legendary Ping
You can try updating or removing these scripts to resolve the issue. If you need more information, consult the logs.
Can anyone confirm this mod is working? I installed REDSCRIPT but it is not working