Hi, I'm trying to delete a weapon added using the console, out of ignorance I used a quest weapon preset, so it's impossible to destroy it, throw it away or sell it
I used this command to add the weapon:
I thought of using the inventory editor in some cheat tables, but the weapon is not referenced, I think it needs the hash, I'm talkink about something like
Requesting only one thing: Item/Crafting Spec generator. Kinda wanna get specific clothing with good stats.
Can you make that, please? As far as I know, clothing and weapons are randomly generated, and so are the Crafting Specs for clothes.
Requesting only one thing: Item/Crafting Spec generator. Kinda wanna get specific clothing with good stats.
Can you make that, please? As far as I know, clothing and weapons are randomly generated, and so are the Crafting Specs for clothes.
A suggestion - it should just replace the item/empty cell in the Inventory, the one which is currently selected by the Cursor. (get curent selected item)
Or, if it wouldn't work or worse, probably it should replace currently selected item within a contaner. Meaning, when you look at the box/corpse that has loot on it, you'd need to point at the item you wanna replace using Arrows/whatever controlls Gamepad uses to scroll lootable items on the object. (get current selected loot)
Last edited by kvenom on Wed Dec 16, 2020 12:39 am, edited 1 time in total.
Is anyone able to locate the character customizer attributes and add them to a table? I've been fiddling around with it myself, but ran into a wall. Changing values in the character customizer seems to call a handler function that's located at 7FF79BBF5BB0, and the values are written out with a tiny function at 7FF79BC02040. I've not been able to reliably track down the location of the structure that stores a players appearance, and changing values found using the unknown initial value method doesn't do anything, they are presumably written from elsewhere. I'll attach a table with the AOB scan for both above mentioned functions in case they're not in the same places on other versions.
Hi, I'm trying to delete a weapon added using the console, out of ignorance I used a quest weapon preset, so it's impossible to destroy it, throw it away or sell it
I used this command to add the weapon:
I thought of using the inventory editor in some cheat tables, but the weapon is not referenced, I think it needs the hash, I'm talkink about something like
But for the "Items.Preset_Q001_Lexington" => Dying Night.
If someone have an idea
I also want to remove an Item, looking into how to remove it as well
Even this "player.inventory.removeAllItems" removes everything except the quest items lol
Quest flag disappear after a quest requiring to drop my stuff in a locker (Clouds quest).
When i get back my stuff, the quest icon was gone and I was able to destroy or do whatever I want with it.
But i guess the issu is still there for non-weapons, like armors.
And this "fix" is not available for everyone I guess.
Weapon Editor for STEAM(should work for GOG). NOT permanent. Very basic. Ok, so you edit the weapons in your 3 weapon slots. NO melee done yet. Just guns. The issue is that some variants and types of guns stat addresses can move around from gun to gun BUT they are usually NEAR whats listed. I think it probably needs to get broken down into different types or variants but im not doing it!So to use this you must unholster a gun and switch between guns and that will load the gun into the table. Look at your inventory and look at the stats. Change what you want, the exit back to game and scroll to a different gun and then back to the gun you edited and it should update. You can do that for each of the 3 guns in your slots. If you put a different gun into a slot afterwards and possible even add an attachment it will likely reset ALL of the 3 guns you edited. But you can also freeze values, however like I said different guns may have a different stat address so it may be/look mislabeled. Anyway play around with it. If anyone wants to dive into the structure and do more, change things around. whatever. Its VERY tedious!
The Table is showing this shotgun that blasts out 250 balls.
I'm looking for a way to change the number of Mod-slots on Items. It would be nice to use Outfits you like and still have the same possibilities.
Seconding this, i've been beating my head at the console/cheat engine trying to figure out a way.
be it spawning legendary items or legendary crafting recipies, changing mod slots on items or finding a way to up mod effectiveness, i'm drawing a blank. it certainly _is_ possible, though. im just not experienced enough to do it. being able to set 4mod slots to a selected items would literally solve one of my biggest issues instantly, id be grateful for the help
Try the table I posted for weapon editing..It might help. Also What I did was raised my Street Cred up really high then went around and bought up weapons from various stores and waited 24-48 hrs at each store to refresh the list. Afterwards I set my street cred level back to normal.
Weapon Editor for STEAM(should work for GOG). NOT permanent. Very basic. Ok, so you edit the weapons in your 3 weapon slots. NO melee done yet. Just guns. The issue is that some variants and types of guns stat addresses can move around from gun to gun BUT they are usually NEAR whats listed. I think it probably needs to get broken down into different types or variants but im not doing it!So to use this you must unholster a gun and switch between guns and that will load the gun into the table. Look at your inventory and look at the stats. Change what you want, the exit back to game and scroll to a different gun and then back to the gun you edited and it should update. You can do that for each of the 3 guns in your slots. If you put a different gun into a slot afterwards and possible even add an attachment it will likely reset ALL of the 3 guns you edited. But you can also freeze values, however like I said different guns may have a different stat address so it may be/look mislabeled. Anyway play around with it. If anyone wants to dive into the structure and do more, change things around. whatever. Its VERY tedious!
The Table is showing this shotgun that blasts out 250 balls.
No matter what I try, my damage output won't change. The changes show in the inventory and all, but in actual combat, I still hit the same numbers as before.
Is anyone able to locate the character customizer attributes and add them to a table? I've been fiddling around with it myself, but ran into a wall. Changing values in the character customizer seems to call a handler function that's located at 7FF79BBF5BB0, and the values are written out with a tiny function at 7FF79BC02040. I've not been able to reliably track down the location of the structure that stores a players appearance, and changing values found using the unknown initial value method doesn't do anything, they are presumably written from elsewhere. I'll attach a table with the AOB scan for both above mentioned functions in case they're not in the same places on other versions.
Just to add, values on the character customization screen are stored as their displayed value - 1, and the value displayed is only partially relevant to the actual appearance of the character. The choices seem to be enums linked to presets that are loaded, presumably there are a full set of modifiable values for appearance that aren't available for modification from the UI.