Copy Inventory Feature
MrButterfl7 opened this issue · 11 comments
As I mentioned a discord a Copy Inventory similar to the Copy Skin function would be amazing.
Thanks for your work on this.
This is coming.. I will first try to copy multiple full nodes at once to see if it works, otherwise I may have to filter Item stats from Entity stats in the Stats nodes.
i would luv to see this, it will be a nice game+
First I would like to congratulate
Second, I would like to support this idea of a "Copy" button, on the side of the item or on the side of the bag,
It will make it much easier to multiply the mods of weapons and equipment or just multiply a single item
I'm Brazilian, I created this account just to thank :)
This isn't easy because a hash must be generated for each new modable item, and I didn't find the hashing algorithm yet.
I am currently coding something to dump all icons and friendly item descriptions and it involves reversing item related structures. I may find this hashing algorithm along the way.
Can this be done now with the release of these?
https://www.cyberpunk.net/en/modding-support
Metadata
ArchiveDump
TweakDump
TweakDB IDs
hashing algorithm
they mentioned CRC32B:
https://fearlessrevolution.com/viewtopic.php?p=170348#p170348
https://md5calc.com/hash/crc32b
No idea if this helps, wasn't worth creating a new issue over dropping a few links.
but this should be possible now
Actually what they released is their own WIP tools for us. And we already had developed the same.
The only new thing as you say is that they provided us a TweakDBIDs list.
But unfortunately it is still missing 65 ids, it is not much over 12k ids so i will probably remove this warning and make the raw editing optional.
I have been busy on developing a proof of concept for a security vulnerability i discovered with the save files (and i have a real job too), that explains why i didn't add new stuff in here for a while. But it's gonna change next week ;)
But unfortunately it is still missing 65 ids
This might be absolutely intentional:
https://www.pcgamer.com/cdpr-shuts-down-cyberpunk-mod-that-let-players-have-sex-with-keanu-reeves/
Whilst I don't know what IDs are omitted from us, they simply don't want us to use them? I have no idea ¯\__(ツ_)_/¯
and i have a real job too
Hey I can relate, having a job is BOTH the solution to and the cause of many problems. But what we don't do for some money.
Take your time and don't burn out!
is this still impossible to implement?
I'll have to take a look at the problem again once I have the core features working with cp1.5.
The inventory is linked to other data entries. That's a first problem to tackle.
Could you also implement simple character preset importing and exporting? I'm not asking for editing, just so you can share characters with other people. CyberCAT seems to be deprecated abandonware. Copying to clipboard or tool internal storage hinders effective sharing on modding sites.
I'll have utmost respect though if it is not high on your to-do-list due to real life being important ;)
@vulpes9
Can you please open a new issue for this ? (Also if you can tell a bit more about it: Has CyberCAT got this feature ? What data a "character preset" should include ?)