Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: jcsnider on December 01, 2008, 04:10:51 pm

Title: Save Over Network
Post by: jcsnider on December 01, 2008, 04:10:51 pm
It has been too long since I have been here, but I am back again  :^_^':

I have script request and I have no idea how hard or easy it may be. But here is the main idea....

I am using Netplay 1.7.3 with the new server made by nowayskills or something over at RMXP.org, basically it is 1.6.3 with a few extra features and fixes, but the new server I am using also includes no lag

But it saves to the computer of whoever is playing it, so what my request is, is something that would save and load from...


www.something or
ftp://something/saves/*username*/


this is very basic but maybe an ftp where is creates the folder by the name of the user and then saves and loads from that network address, of course I will make it so it has annoynomus access and stuff, kinda unsafe but yet no one shall know the address unless they really try.


Can anyone please create a script that shall do this?

Thanks
Title: Re: Save Over Network
Post by: Blizzard on December 01, 2008, 04:13:30 pm
That can turn out quite complicated. Seeing that you're not using NP+ 2 anymore, I'd say that you try using my DREAM for Savefiles to encrypt the savefiles locally on the client machine.
Title: Re: Save Over Network
Post by: jcsnider on December 01, 2008, 04:16:20 pm
That is the only reason why I wanna save over network, so if users were to switch computer....  :o

I am still using the MYSql database and stuff, maybe save there? I am using the ruby server too, it is only this dosnt have all the features of NP+ that messed up my scripts  :roll:
Title: Re: Save Over Network
Post by: Blizzard on December 01, 2008, 04:35:26 pm
You're still using it? Yes, saving into MySQL would be by far the best solution. Just make a query with Ruby and send it over the web and that's it. Well, it's more complicated than that... >.<
Title: Re: Save Over Network
Post by: jcsnider on December 01, 2008, 04:38:22 pm
yes, this new server is very similar to the NP+ one, I just dont have any idea on the querys and stuff, I am sure it would be more complicated, but I guess it is more than just one script  :(?

I dont wanna make a huge several hour project out of what I thought would be replacing a few file paths  :O.o: