LAN-LOK: Living as a sysadmin at an isolated Antarctic research station in the early 90s [DOS game]
Posted by XenonOfArcticus@reddit | sysadmin | View on Reddit | 5 comments
So, in the early 90s I was a PCTECH at McMurdo station, Antarctica and worked alongside a guy named Al Oxton. There was a game we (the InfoSys group) played for fun on DOS (we were all DOS + NetWare at the time) called LAN-LOK that Al had brought from Palmer station (the smallest US Antarctic base). He didn't write it, but he was the antagonist of the game.
I kept a copy on floppy for many years and later moved it to my archival hard drive and eventually noticed it on my NAS last year. I decided to try to reconstruct and document the known history of it, since it appears to be the holy grail of lost media -- lost POLAR media.
https://alphapixeldev.com/lan-lok-the-antarctic-dos-sabotage-game-lost-for-34-years-part-1/
I include the actual EXE and instructions for how to play it under DOSBox, so you can play today!
I contacted all the guilty parties (the original authors) and they no longer have the source or executable and gave me permission to do whatever I wished with it.
In the future, I'd like to decompile it, revise it so it can be played natively on modern platforms like Linux, Windows, Mac and maybe web, and open-source the results. Maybe put it on Steam as a free game for fun. Anyone wishing to participate in that, let me know.
I hope you enjoy it. The game is actually fun in the sense that it's very on-point for 90s LAN interaction (manually typing hostnames, costly typos, chaos).
Antoine-UY@reddit
Very interested. But you should ABSOLUTELY embed the story of the game in the opening credits of the game. Perhaps, find Al and ask him to complete the story with details on how he ran into the game/photos of you guys from that era, etc.
XenonOfArcticus@reddit (OP)
I've actually spoken with Al, and a revised version of the game could totally have a slideshow splash screen added.
Antoine-UY@reddit
Reddit mod killed off your post. Can you DM me the link, please ?
sysadmin-ModTeam@reddit
Sorry, it seems this comment or thread has violated a sub-reddit rule and has been removed by a moderator.
Do not expressly advertise your product.
Your content may be better suited for our companion sub-reddit: /r/SysAdminBlogs
If you wish to appeal this action please don't hesitate to message the moderation team.
Cubicool@reddit
I wonder how good LLMs are these days at turning decompiled code into something humans can actually understand? They seem to do AMAZINGLY with generic AST generated by LLVM, so I don't see it being a stretch... it's both incredible and frightening. 😄