How is this for cool? The source to DoomEd has been released! And what a time, when Previous is getting some functional networking making this a more interesting project as we can now take DOOM back to the 68000 where it all started.
Cool times for sure!
Even a Mac port too: https://github.com/fragglet/DoomEd
too bad it doesn’t work.
The dates on that don’t make much sense. Romero only released it a few days ago. Where did the code for this port come from?
He was given the code in advance to port, then Romero released the original source later
Romero has an inside circle of people whom he will try to move things forward with. This is where the whole Daikatana v1.3 thing comes from.
Or so I’ve been told
Well that explains that 🙂
Have been trying my hardest to get Previous to compile on windows… any pointers to a proper build setup (Cygwin? MinGW?)
Goal has been to get your enet_pcap.c from the Mac version you release on the other forum built for Windows…
Any pointers greatly appreciated!
And then running Doom would just be icing on the cake.
you have to fight cmake. Which is a nightmare on its own. Use the cmake gui, its the only easy way to get it to puke iut a windows make file.
It never finds my sdl or libz so you have to path it in.
There is some important bits that need to be pasted in the pcap to work on windows. I have them from my cockatrice experiments, i was just grabbing the os x stuff for this particular experiment.
I have to run to china tomorrow, i dont think i have time to hack until wednesday.