I've been thinking or rips alot lately and.... in Off Topic
|
|
I've been thinking or rips alot lately and I wanted to know if there is anyway for someone on BYOND to steal my source even if I don't distribute it to anyone on the web and only leave the copy I have on my laptop. I'm working on an original game and I've been worried about someone stealing my hard work. I want to get my stuff copyrighted and any other thing I can do in order to protect the fully original content on my game, but having a source leaked would give me much grief and I think it would be difficult to hunt down the people who try to make changes in the icons and maps in order to post a slightly different version from my original source.
|
The best advice is that, if you work with a team, do not give them the source code. Say you have a mapper, well, just give him just enough things that he needs to make the map (icons, /turf, and /obj declarations) instead of your entire source code. Never give people you've hired to make graphics your source code, they don't need it to make icons.
Finally, do not give other programmers on your team source code. Hopefully they're capable of programming things in accordance to BYOND's object-oriented design that you can easily plug the system in.