Maes Posted November 24, 2011 OK, anyone has any idea where the graphic/resource for THAT was found/defined? Was it a DOS doom.exe embedded exclusive? I don't really remember seeing it anywhere but in doom.exe/doom2.exe themselves, Carlos' cDoom, and, if I'm not wrong, in the infamous Emscripten/Javascript port of linuxdoom. Edit: NM, found it from CDoom: void I_BeginRead() { V_DrawPatch(304,184,0,W_CacheLumpName("STDISK", PU_CACHE),0); reading=8; } So STDISK it is... 0 Quote Share this post Link to post
_bruce_ Posted November 24, 2011 Love the blue icon. Reactivating it was top priority for me. As a gag the disk icon is drawn using a SSE2 based memcpy routine... understandably I'm eagerly awaiting my entrance into the hall of fame next to Carmack and Miyamoto. 0 Quote Share this post Link to post
Maes Posted November 24, 2011 Only if you generate it from a fractally compressed lump using SSE2. 0 Quote Share this post Link to post
tempun Posted November 24, 2011 Maes said:Only if you generate it from a fractally compressed lump using SSE2. Fractal compression isn't cool anymore. 0 Quote Share this post Link to post
Vermil Posted November 24, 2011 Theres also a similar CD icon in the 1.9 Iwads; 'STCDROM'. Was that ever used (and as an aside, I guess it wasn't in earlier versions of the Iwad?)? I mean Doom95 had an option to play directly off the CD. 0 Quote Share this post Link to post
CODOR Posted November 24, 2011 Vermil said: Theres also a similar CD icon in the 1.9 Iwads; 'STCDROM'. Was that ever used (and as an aside, I guess it wasn't in earlier versions of the Iwad?)?I had Doom II 1.666 on CD that could run directly off the disc (handy when I only had a 120MB hard drive); I'm pretty sure it had a little CD-ROM icon while loading stuff instead of the floppy disk. 0 Quote Share this post Link to post
_bruce_ Posted November 24, 2011 CODOR said:I had Doom II 1.666 on CD that could run directly off the disc (handy when I only had a 120MB hard drive); I'm pretty sure it had a little CD-ROM icon while loading stuff instead of the floppy disk. Never saw that - will have to try this version. Love such little differences. 0 Quote Share this post Link to post
Quasar Posted November 24, 2011 STCDROM is used instead of STDISK if the game is started with the -cdrom parameter. Other side effects include the C:\DOOMDATA directory being created and used for savegames, config files, and screenshots, and IIRC, an acknowledgement at startup that the game is in CD-ROM mode. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.