Open source games
masqcrew
17 Jan 2017, 02:54Are there any open source games where the source code or the ASLX file can be downloaded to examine how they are put together?
Pertex
17 Jan 2017, 06:56All Quest games are open source :-) Download a game and you will get a.quest file. Rename it to .zip and you can open the ZIP file and extract the aslx source file
masqcrew
17 Jan 2017, 16:36Cool. Thanks.
Anonynn
19 Jan 2017, 00:21Speaking of which, is there a way to lock the open source? Like prevent users from opening it?
I just mention this because a friend of mine is making a game and his entire open source was opened and then his game was basically stolen. It was a different system than Quest. So I was just curious if there was a way to prevent that from happening.
Pertex
19 Jan 2017, 07:02I think the only way to do this is to prevent people from downloading the game and to force them to play it online. But for this you have to change the textadventures.co.uk site and add this feature.
Anonynn
19 Jan 2017, 16:45Well. Damn. That stinks. Thank you, Pertex. ^_^
hegemonkhan
19 Jan 2017, 21:11I've no idea how it's actully done, but to take a guess at it:
professional games are likely made with their own engines/kits/code languages that they created/built (like quest), which prevents people from being able to open their files, game/executable/exe and library/DLL files (UN-like quest, as it's '.aslx' files can be opened by any text editor software --- though not run without the quest '.exe' which is similar to professional games and/or also like the '.quest' file, well if it wasn't unzippable anyways, for the online playing of quest), and which they keep that engine/kit/code private (UN-like quest), and so, along with also of course encrypting their game/source code, people can't break into it, as they'd need to know the engine/kit/code used, in order to figure out how to then decrypt the game/source code, in order to pirate/hack the game. Maybe there's some games that you can't even use Assembly Language to 'hex editor' hack the game's data, but there are some games where you can do this, as everyone is probably aware of. Ultimately, maybe the only protection is the use of force (courts/law/law enforcement). The movie industry is the best example, surely having paid off the FBI, to punish anyone plagerizing movies, as you see the warning on every movie made, but you don't see such a warning for any other media/industry... Movie industry must have paid off the FBI to be in bed with the FBI... as they're the only ones to have such strong protection by the FBI.
Pertex
19 Jan 2017, 21:26 as they'd need to know the engine/kit/code used
And the Quest source code is open source so even if there would be a sort of encryption you could find it in the code
crystalwizard
23 Jan 2017, 03:47Compress the code so that the files are not readable by anything but the computer.
Anonynn
23 Jan 2017, 18:17How would you compress open source Quest files and still have it playable for the downloadable version? I'm not sure that it's possible. @_@