Earlier quoted context omitted.
Images, music, video, and text would all be under copyright, while characters and logos may be registered trademarks.
Oh yes, of course. I was talking about reverse engineering the code only. Requiring the official assets is a no-brainer.
DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
31–40 of 78 posts
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#32Is this game similar to retaliator?
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#33Earlier quoted context omitted.
You could do “clean room engineering” approach where the reversing agent generates a specification from its findings, and then have a separate agent reimplement the code without seeing the original binaries/code. You’d just have to make sure the specification doesn’t include actual source snippets (the AI will try this if you don’t specify). Pseudo code would be sufficient I guess where necessary.
Unless you develop your AI agent from scratch or you clone a never-released game, it would be extremely easy for the rightholders to claim that both agents have most certainly ingested the binary during their training phase, since it's well known that the hyperscalers have pirated everything that could be pirated to train their LLMs. Which is why malus.sh is a parody, not a real service. One should be honest about wh…
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#34I never played this, but I did play Janes F/A-18, was a great game
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#35I love that people spend time on making old games work, but why do people decompile games that can be emulated by DOSbox or the like? Surely a game this old runs absolutely fine on even very low end hardware?
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#36Playable DOS version available First step was the full reverse to assembler, second step is to convert the assembler to binary equal compiled C code, all this still on DOS until no assembler code is left, then the porting to Linux,Windows will start Reversing tends to bring in new bugs and its not easy to find all bugs in such old and reversed code - but so far everything seems to work try finding open bugs if you go…
I do have one teeny, tiny, personal pedantic grumble that is sure to bring other the branches out of the woodwork to point out how much I love chairs.
Air Force. Two words. Thanks.
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#37Noob question. I really hope this doesn't come across as negativity. I love that people spend time on making old games work, but why do people decompile games that can be emulated by DOSbox or the like? Surely a game this old runs absolutely fine on even very low end hardware?
Another thing is that these games are often made to run on a wide variety of graphics and sound hardware, and effectively have drivers compiled into them.
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#38Playable DOS version available First step was the full reverse to assembler, second step is to convert the assembler to binary equal compiled C code, all this still on DOS until no assembler code is left, then the porting to Linux,Windows will start Reversing tends to bring in new bugs and its not easy to find all bugs in such old and reversed code - but so far everything seems to work try finding open bugs if you go…
USAF veteran here. I grew up on F-15 Strike Eagle II, and unfortunately my copy has long since degraded. I am elated to see this project. I do have one teeny, tiny, personal pedantic grumble that is sure to bring other the branches out of the woodwork to point out how much I love chairs. Air Force. Two words. Thanks.
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#39It’s ridiculously easy to port games now. https://robin.tooclever.org took less than a day in API time
Re: DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots
#40Noob question. I really hope this doesn't come across as negativity. I love that people spend time on making old games work, but why do people decompile games that can be emulated by DOSbox or the like? Surely a game this old runs absolutely fine on even very low end hardware?