OK occured to me: only an option : import from MP available when entering Singleplayer, then all changes in SP that took place during play are stored in some sort of LOG or something, and when clicking Multiplayer all those changes are applied to the carracter immediately.
Not so technicaly immposible to me (but hell, i can dissassemble computer blinfolded in 120 seconds an tell you exactly what part does what, but i can't program for sh't)
I believe simply rejecting an idea just because it need work is not like all you guys should be acting.
' Wrote:OK occured to me: only an option : import from MP available when entering Singleplayer, then all changes in SP that took place during play are stored in some sort of LOG or something, and when clicking Multiplayer all those changes are applied to the carracter immediately.
Not so technicaly immposible to me (but hell, i can dissassemble computer blinfolded in 120 seconds an tell you exactly what part does what, but i can't program for sh't)
I believe simply rejecting an idea just because it need work is not like all you guys should be acting.
Think about it.
That's possibly the most abuseable idea ever.
Zoner whale. No ID restrictions. No pirates. No Law. Think about it.
' Wrote:OK occured to me: only an option : import from MP available when entering Singleplayer, then all changes in SP that took place during play are stored in some sort of LOG or something, and when clicking Multiplayer all those changes are applied to the carracter immediately.
Not so technicaly immposible to me (but hell, i can dissassemble computer blinfolded in 120 seconds an tell you exactly what part does what, but i can't program for sh't)
I believe simply rejecting an idea just because it need work is not like all you guys should be acting.
Think about it.
Yes but whats to stop you setting up a macro to trade for you and then go away and sleep for a while while it makes you money? At least if you tried that on the server other players would blow you up a lot.
And as for the fact that if someone were to write an application like that at all, t would need access to the servers database which s a very bad idea as it opens quite a big security hole to be exploited by someone clever.
I could prob write something to do that quite easily depending on what type of database it is (SQL?) it would just involve pulling certain values and editing the single player save files. Easy to do from a coding point of view but from a security point its VERY hard to then make that connection secure enough for the admins to even consider it.
' Wrote:Yes but whats to stop you setting up a macro to trade for you and then go away and sleep for a while while it makes you money? At least if you tried that on the server other players would blow you up a lot.
And as for the fact that if someone were to write an application like that at all, t would need access to the servers database which s a very bad idea as it opens quite a big security hole to be exploited by someone clever.
I could prob write something to do that quite easily depending on what type of database it is (SQL?) it would just involve pulling certain values and editing the single player save files. Easy to do from a coding point of view but from a security point its VERY hard to then make that connection secure enough for the admins to even consider it.
Yes but since an open sp mod is implemented in Discovery itself, only tweaking it for support of Multiplayer character import is not that tough,
However i did not know about 'macros' you talk about, as far as i can tell from your statement it is some sort of algorytm that takes your ship back and fourt with goods selling and buying.
Like in sp you don't get pirate attacks. But never mind that, simple AFK detection algorytm can solve that.
And no need for your computer to modify character values on the server, server should simply read log file (written by the game, if tampered with will be considered not valid and rejected) and apply the changes.
I cannot see unovercomeable problem here, that is why i am posting this (i may not know much of programming but i do know how cerain systems work)