Psyberx bag holders are making this sound like it's not a big deal, but unfortunately, you can't change the images on the NFTs.
Pros and cons of decentralization.
The trading fees come from those, and that's where the license violation is — not in the game or the website.
You can't stop anyone from ever trading those digital assets.
If they are on hive-engine, you can change the images. The issuer can pretty much change all the properties if I remember correctly.
Depends on the "read only" boolean on HE.
The IPFS data point on the PSYCARD items are infact set to "read only" or can only be set once.. meaning the existing cards will have IPFS links to the original images.. But a developer could blacklist these images and replace them dynamically if needed.
After reading the post I looked into this. I need to do further investigation to the licensing type purchased and what the clause of use looks like.
As a 3rd party contractor this type of stuff spooks me a bit, but regardless on if they have rights to image usage or not, I've got some functions that could be used in the code to make the stuff compliant (atleast on any project I've access to / am working on as as contractor for RR)
My suggestion would be for you guys to hire an IP lawyer and for them to go through the licenses. That is the only really sound way for this, or to just cut those entirely and commission your own assets.
Just a code mercenary here, contracted to build stuff. Royal Reptile would have to look into this IP lawyer stuff for themselves. The stuff being built for them will use replacement free-use or non-licensed images if it turns out to be a licensing infraction, is about all I can do on my end at this this time.
(I was told the images were commissioned art assets, only just today have I been shown that some of the images may be screenshots from pre-existing assets that may have licensing clauses)
Cheers!
They will now be changed on their website/game but they can't be changed on the blockchain and therefore for anyone else that consumes or will consume that metadata, unless they become aware of the issue and add additional logic to use the new images.*
Well, to be honest given the technical side of things that I generally focus on for a living.. I think it would actually be possible to change the images on the NFTS.. One sec!
( this image is from the psyberxmarket account looking at PSYCARD on tribaldex, I do not own this account and only have access to it due to needing access to issue cards and modify the NFT data points to make them ready for the Decks game, once I'm done that contract I'll relinquish all access to this stuff )
Ok.. so the IPFS image hashes are infact read only / write once into the chain. However it would be possible to effectively make a list of IPFS hashes that aren't kosher and have a function inject an image that isn't against a license or whatever..
I need to look into all this a bit more. As far as I know depending on what license was purchased on the assets, it may be legal to utilize pictures of said assets in other works. However I am no legal expert and will 100% be looking into if any assets were purchased on a weaker license that does not allow their likeness to be used in other products.
Worse comes to worse and the images are in conflict with their licensing stipulations, they'll be added to a list that in turn replaces them with images that aren't limited legally by their licensing (or lack thereof).
The post certainly raised my eyebrows and alerted me that I have to look a bit deeper into the source of the images I was provided to use in the app I've been contracted to make for Royal Reptile. Appreciate the heads up, I will certainly be digging deeper into making sure that what I've been developing for them isn't going to get me sued over copyright shit.
Cheers.
Good stuff, keep it up!
If those IPFS hashes can indeed be blacklisted, then every current and future app consuming this metadata will need to add some "customizations" to their logic to point to the new images, correct?
The function used to parse on chain data can be modified with the ability to replace or substitute data that is determined by some logic before the asset data is returned to both server side or client side data.
The possibility is there, any future applications utilizing either the on chain or API data would have to do a sanity check to see if substitution would be needed. Hopefully the licensing scare turns out to not be an issue and nothing needs replaced, but if it does, it can be done.
Kind of a pain in the ass, but completely possible to filter and replace offending data if that is what is required. I've yet to look into the assets licenses and inquire which license Royal Reptile bought the assets under to know for sure if the images are kosher to use. :/
Cheers.
I think this means yes.
.
Ok, good luck
Yep, to sum it up, it's totally possible to make things compliant in code for current and future Psyber NFT using applications.
The item issuance / crate opening could also be modified to issue new image IPFS hashes as well. Any Psyber application current or future with privilege to be able to issue NFT items would need to implement this though.
agreed.
I don't even know if they store the IPFS hashes on chain even.
Most games don't store any image info on chain
Ok. You could even leave things as is and just display different images in your website/game.
My point was about other people using them (marketplaces, other apps, etc). They would need to be aware of these caveats to use the "legal" images.
Yep, there are solutions that can be rolled out for sure. Thanks again for the heads up!
valid point.
changing the images on the NFT's.
Is that an HE issue??
Most games I have seen don't even record any image info on chain.
Most games I've seen do. And in many cases it's readonly.
Are you only looking at HE games.
I personally don't like HE for games.
No, I'm talking in general.
ok. thank you.