RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Saving data into a mysql database? Possiable?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 86
Ok im wondering is there anyway to make the scripts save games and data to a mysql database? Im using RPG XP PK. Yes i know all about PK and legal issues. Just wondering if it is possiable?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Yes it is possible.
It will most certainly be very tedious since you will have to write the storage functions from scratch or overwrite the serialization functions to have it stored efficiently. Even if you don't care about having the save games stored efficiently it will still be very tedious unless you can do a nifty trick with some Marshalling.

It is possible, but I doubt you will get any scripters to do it unless you pay them. Even then it might be difficult getting scripters to do it.
Basically it is theoretically possible while being practically infeasible, that is my guess. I could naturally be wrong. Let's not exclude that option ^_^

*hugs*
 - Zeriab

**
Rep: +0/-0Level 86
Ye... Ty for reply. But i just need to know if it was... Ill be doing the scripting my self. i just needed an idea. I figured how hard it could be already.