VOGONS

Common searches


First post, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Okay, having heard from someone else on this forum Nightmare Ned can be installed with InnoSetup and made to work with dgvoodoo2 I have tried again to get this game to work in Windows 10. After installing InnoSetup and looking at dgvoodoo2 I am left with several questions:

1. A search of these forums tells me there are several people who apparently have used InnoSetup, however I can't figure it out. From the website and running the program I have learned it's something used to create installers. That's nice,
but am I expected to somehow build my own installer? How am I supposed to know what an installer for Nightmare Ned should look like? How does this program help people install Nightmare Ned?
2. Okay, as far I can figure out what dgvoodoo2 is, it provides replacement dlls for a game's DirectX related stuff. Beyond the fact that I am supposed to copy *.dlls to the game's folder I have no idea what this is supposed to accomplish. Nighmare Ned still complains about dino2d.dll and dmix.dll missing. Downloading these files and copying to the game folder doesn't help either. I end up with some error about a missing entry point.

How did I (partially?) install Nightmare Ned without InnoSetup? I did find a 32-bit substitute installer (setup32.exe) on the internet.

Browsing the websites for InnoSetup and dgvoodoo2 I feel completely lost. Perhaps users with more knowledge about these things should create a guide to allow a complete newcomer (such as me) to easily learn how to use this software?

Last edited by Peter Swinkels on 2021-02-27, 11:18. Edited 1 time in total.

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 1 of 14, by xcomcmdr

User metadata
Rank Oldbie
Rank
Oldbie

Hello,

I can PM the setup that I have.

For now, here my Inno Setup Script :

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{YOUR-GUID}
AppName=Nightmare Ned
AppVersion=1
DefaultDirName={sd}\Games\NightNed
DefaultGroupName=Nightmare Ned
OutputDir=.\
OutputBaseFilename=setup

[Icons]
Name: "{group}\Nightmare Ned"; Filename: "{app}\NITENED.exe"; IconFilename: "{app}\Jeu.ico"; IconIndex: 0;
Name: "{group}\{cm:UninstallProgram,Nightmare Ned}"; Filename: "{uninstallexe}"; IconFilename: "{app}\Jeu.ico"; IconIndex: 0
Name: "{commondesktop}\Nightmare Ned"; Filename: "{app}\NITENED.exe"; IconFilename: "{app}\Jeu.ico"; IconIndex: 0;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Nightmare Ned"; Filename: "{app}\NITENED.exe"; IconFilename: "{app}\Jeu.ico"; IconIndex: 0;

[Run]
Filename: "regsvr32"; Parameters: "/s activerdx.ocx"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Installation codec Intel RDX...";
Filename: "regsvr32"; Parameters: "/s rdxcom.dll"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Installation codec Intel RDX...";
Filename: "regsvr32"; Parameters: "/s rdxvid.ax"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Installation codec Intel RDX...";
Filename: "{app}\NITENED.exe"; Flags: shellexec postinstall skipifsilent; Description: "{cm:LaunchProgram,Nightmare Ned}";

[Registry]
Root: "HKLM32"; Subkey: "Software\INTEL\Intel 3D Scalability Toolkit"; ValueType: dword; ValueName: "Proctex Debug Level"; ValueData: "$00000000"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "VendorID"; ValueData: "31 11 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "AdapterID"; ValueData: "46 71 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "ChannelNumber"; ValueData: "0a 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "MaxChannelNumber"; ValueData: "44 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "AtscNetwork"; ValueData: "01 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "EnableAtsc_PSIP"; ValueData: "01 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "DvbNetwork"; ValueData: "00 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "EnableDVB_SI"; ValueData: "00 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: binary; ValueName: "EnableNetwkProvider"; ValueData: "01 00 00 00"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\PSIS\PSIS_DECODER"; ValueType: string; ValueName: "GraphFile"; ValueData: "\\psistest.grf"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22760-0F77-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_SMORPH"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22760-0F77-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22763-0F77-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_HORIZ_FLIP"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22763-0F77-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22764-0F77-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_VERT_FLIP"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22764-0F77-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22761-0F77-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_HORIZ_SHEAR"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22761-0F77-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22762-0F77-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_VERT_SHEAR"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\78B22762-0F77-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\FE576D81-6C5B-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_MAP_CLUT8"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\FE576D81-6C5B-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dino2d.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\04D591C0-1DC2-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_FULL_SCREEN"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\04D591C0-1DC2-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dmix.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\04D591C2-1DC2-11cf-95D6-00AA006D7CE1"; ValueType: string; ValueData: "FX_MODEX_DISPLAY"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\04D591C2-1DC2-11cf-95D6-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dmix.dll"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\F601BD60-FF41-11cf-9B66-00AA006D7CE1"; ValueType: string; ValueData: "FX_MAP_RGB16BIT"; Flags: uninsdeletekeyifempty
Root: "HKLM32"; Subkey: "Software\INTEL\RDX\Effects\F601BD60-FF41-11cf-9B66-00AA006D7CE1\Intel"; ValueType: string; ValueData: "dmix.dll"; Flags: uninsdeletekeyifempty

; Imported Registry File: "C:\Users\maxim\Downloads\setups\EnCours\ned.reg"
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "DATA"; ValueData: "DATA\"; Flags: uninsdeletekey
Show last 20 lines
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "User Path"; ValueData: "{app}"; Flags: uninsdeletekey
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "BitVersion"; ValueData: "32 Bit"; Flags: uninsdeletekey
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "PATH"; ValueData: "{app}"; Flags: uninsdeletekey
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "EntryPoint"; ValueData: "{app}\nitened.exe"; Flags: uninsdeletekey
Root: "HKLM32"; Subkey: "Software\Disney Interactive\Nightmare Ned\1.00"; ValueType: string; ValueName: "Help"; ValueData: "{app}\nitened.hlp"; Flags: uninsdeletekey

Root: "HKCU"; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"; ValueType: string; ValueName: "{app}\NITENED.EXE"; ValueData: "~ WIN95"; Flags: uninsdeletevalue; OnlyBelowVersion: 0,6.0

[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons};
Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; OnlyBelowVersion: 0,6.1

[Files]
Source: "NightmareNed\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[UninstallRun]
Filename: "regsvr32"; Parameters: "/s /u activerdx.ocx"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Désinstallation codec Intel RDX...";
Filename: "regsvr32"; Parameters: "/s /u rdxcom.dll"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Désinstallation codec Intel RDX...";
Filename: "regsvr32"; Parameters: "/s /u rdxvid.ax"; WorkingDir: "{app}"; Flags: runhidden waituntilterminated; StatusMsg: "Désinstallation codec Intel RDX...";

And what you are supposed to have in NightmareNed :

total 589220
-rw-rw-rw- 1 noalm 0 740 1997-08-05 15:15 0.SST
-rw-rw-rw- 1 noalm 0 319932 1997-05-12 12:56 04048001.SMK
-rw-rw-rw- 1 noalm 0 1230984 1997-06-16 16:24 0404800P.SMK
-rw-rw-rw- 1 noalm 0 319932 1997-05-12 13:03 0404800R.SMK
-rw-rw-rw- 1 noalm 0 964 1997-08-30 20:53 86999019.SST
-rw-rw-rw- 1 noalm 0 2249116 1997-08-15 12:32 8702TV01.SMK
-rw-rw-rw- 1 noalm 0 2943264 1997-09-05 12:33 8703TV01.SMK
-rw-rw-rw- 1 noalm 0 4285684 1997-08-15 18:32 8704TV01.SMK
-rw-rw-rw- 1 noalm 0 1931872 1997-09-03 11:55 8705TV01.SMK
-rw-rw-rw- 1 noalm 0 414168 1997-08-01 12:30 8706TV01.SMK
-rw-rw-rw- 1 noalm 0 6664724 1997-08-21 13:48 8707TV01.SMK
-rw-rw-rw- 1 noalm 0 456608 1997-09-04 13:05 8708TV01.SMK
-rw-rw-rw- 1 noalm 0 1490028 1997-09-05 19:43 8709TV01.SMK
-rw-rw-rw- 1 noalm 0 2942496 1997-08-15 12:55 8710TV01.SMK
-rw-rw-rw- 1 noalm 0 240480 1997-07-16 14:22 8711TV01.SMK
-rw-rw-rw- 1 noalm 0 9699780 1997-08-20 14:14 8712TV01.SMK
-rw-rw-rw- 1 noalm 0 1067084 1997-08-13 12:27 8713TV01.SMK
-rw-rw-rw- 1 noalm 0 2385408 1997-07-28 14:45 8714TV01.SMK
-rw-rw-rw- 1 noalm 0 2804136 1997-08-18 15:49 8715TV01.SMK
-rw-rw-rw- 1 noalm 0 388704 1997-09-06 17:02 8716TV01.SMK
-rw-rw-rw- 1 noalm 0 781052 1997-09-02 16:33 8717TV01.SMK
-rw-rw-rw- 1 noalm 0 832088 1997-08-05 18:25 8718TV01.SMK
-rw-rw-rw- 1 noalm 0 1219524 1997-08-13 14:41 8719TV01.SMK
-rw-rw-rw- 1 noalm 0 5846420 1997-08-01 13:10 8720TV01.SMK
-rw-rw-rw- 1 noalm 0 2592092 1997-09-06 17:42 8721TV01.SMK
-rw-rw-rw- 1 noalm 0 7498892 1997-08-28 15:55 8723TV01.SMK
-rw-rw-rw- 1 noalm 0 449432 1997-07-11 16:26 8724TV01.SMK
-rw-rw-rw- 1 noalm 0 6634128 1997-09-08 16:54 8725TV01.SMK
-rw-rw-rw- 1 noalm 0 5087504 1997-09-08 15:34 8726TV01.SMK
-rw-rw-rw- 1 noalm 0 2841380 1997-08-30 13:54 8727TV01.SMK
-rw-rw-rw- 1 noalm 0 3912612 1997-08-30 16:06 8728TV01.SMK
-rw-rw-rw- 1 noalm 0 2311140 1997-08-11 17:26 8730TV01.SMK
-rw-rw-rw- 1 noalm 0 6985836 1997-09-05 11:10 8731TV01.SMK
-rw-rw-rw- 1 noalm 0 5048748 1997-09-15 15:15 8732TV01.SMK
-rw-rw-rw- 1 noalm 0 1978304 1997-09-03 21:38 8733TV01.SMK
-rw-rw-rw- 1 noalm 0 2041900 1997-09-03 21:39 8734TV01.SMK
-rw-rw-rw- 1 noalm 0 2039320 1997-09-03 22:11 8735TV01.SMK
-rw-rw-rw- 1 noalm 0 2037960 1997-09-03 22:12 8736TV01.SMK
-rw-rw-rw- 1 noalm 0 2036880 1997-09-03 21:39 8737TV01.SMK
-rw-rw-rw- 1 noalm 0 2037620 1997-09-03 22:13 8738TV01.SMK
-rw-rw-rw- 1 noalm 0 2037592 1997-09-03 21:40 8739TV01.SMK
-rw-rw-rw- 1 noalm 0 2040836 1997-09-03 21:40 8740TV01.SMK
-rw-rw-rw- 1 noalm 0 2103004 1997-09-03 21:40 8741TV01.SMK
-rw-rw-rw- 1 noalm 0 2077008 1997-08-30 12:49 8742TV01.SMK
-rw-rw-rw- 1 noalm 0 1345652 1997-08-30 16:15 8743TV01.SMK
-rw-rw-rw- 1 noalm 0 7377588 1997-08-30 16:43 8744TV01.SMK
-rw-rw-rw- 1 noalm 0 1589976 1997-08-12 17:11 8745TV01.SMK
-rw-rw-rw- 1 noalm 0 1761964 1997-08-15 16:39 8746TV01.SMK
-rw-rw-rw- 1 noalm 0 110972 1997-08-22 12:25 87992208.wav
-rw-rw-rw- 1 noalm 0 2747372 1997-09-05 09:43 90002208.wav
-rw-rw-rw- 1 noalm 0 1934284 1997-09-05 11:10 90012208.WAV
-rw-rw-rw- 1 noalm 0 2700 1997-08-26 01:28 90999000.SST
-rw-rw-rw- 1 noalm 0 684 1997-08-21 23:48 90999001.SST
-rw-rw-rw- 1 noalm 0 432 1997-08-21 23:32 90999002.SST
-rw-rw-rw- 1 noalm 0 4369226 1997-09-02 14:11 92002208.wav
-rw-rw-rw- 1 noalm 0 3344728 1997-09-02 13:52 93002208.wav
-rw-rw-rw- 1 noalm 0 651284 1997-09-03 14:13 93012208.wav
-rw-rw-rw- 1 noalm 0 1776 1997-09-05 16:04 93999001.SST
-rw-rw-rw- 1 noalm 0 2074842 1997-09-02 13:25 94002208.wav
Show last 110 lines
-rw-rw-rw-  1 noalm 0       460 1997-08-07 11:16 94999000.SST
-rw-rw-rw- 1 noalm 0 824 1997-08-05 10:28 94999001.SST
-rw-rw-rw- 1 noalm 0 1076 1997-08-05 12:54 94999002.SST
-rw-rw-rw- 1 noalm 0 3342892 1997-09-02 14:55 95002208.wav
-rw-rw-rw- 1 noalm 0 572 1997-08-25 09:38 95999001.SST
-rw-rw-rw- 1 noalm 0 3049466 1997-09-02 14:17 96002208.wav
-rw-rw-rw- 1 noalm 0 169330 1997-09-02 14:22 96012208.wav
-rw-rw-rw- 1 noalm 0 600 1997-08-08 10:34 96999000.SST
-rw-rw-rw- 1 noalm 0 544 1997-05-20 09:00 96999001.SST
-rw-rw-rw- 1 noalm 0 600 1997-08-13 16:02 96999002.SST
-rw-rw-rw- 1 noalm 0 544 1997-06-09 14:13 96999003.SST
-rw-rw-rw- 1 noalm 0 516 1997-05-09 14:30 96999004.SST
-rw-rw-rw- 1 noalm 0 2326998 1997-09-02 12:14 97002208.wav
-rw-rw-rw- 1 noalm 0 1328 1997-09-06 20:32 97999001.SST
-rw-rw-rw- 1 noalm 0 796 1997-08-11 12:46 97999002.SST
-rw-rw-rw- 1 noalm 0 4510938 1997-09-02 13:22 98002208.wav
-rw-rw-rw- 1 noalm 0 516 1997-03-31 15:30 9812SC02.SST
-rw-rw-rw- 1 noalm 0 796 1997-04-17 11:43 9818SC06.SST
-rw-rw-rw- 1 noalm 0 712 1997-04-16 14:57 98997001.SST
-rw-rw-rw- 1 noalm 0 1524 1997-06-11 11:58 98999000.SST
-rw-rw-rw- 1 noalm 0 5472 1997-09-08 15:49 98999001.SST
-rw-rw-rw- 1 noalm 0 600 1997-06-13 17:12 98999002.SST
-rw-rw-rw- 1 noalm 0 1412 1997-07-09 22:27 98999099.SST
-rw-rw-rw- 1 noalm 0 1356 1997-07-09 13:50 98999999.SST
-rw-rw-rw- 1 noalm 0 2204014 1997-09-02 13:05 99002208.wav
-rw-rw-rw- 1 noalm 0 38445920 1997-07-30 01:49 99010601.SMK
-rw-rw-rw- 1 noalm 0 38429588 1997-07-30 12:56 99010602.SMK
-rw-rw-rw- 1 noalm 0 600 1997-04-04 19:14 99999000.SST
-rw-rw-rw- 1 noalm 0 1580 1997-09-06 23:39 99999001.SST
-rw-rw-rw- 1 noalm 0 432 1997-08-27 13:06 99999002.SST
-rw-rw-rw- 1 noalm 0 544 1997-06-03 20:22 99999003.SST
-rw-rw-rw- 1 noalm 0 348 1997-04-25 11:20 99999004.SST
-rw-rw-rw- 1 noalm 0 432 1997-08-13 18:10 99999005.SST
-rw-rw-rw- 1 noalm 0 572 1997-08-12 14:48 99999006.SST
-rw-rw-rw- 1 noalm 0 712 1997-08-31 22:24 99999007.SST
-rw-rw-rw- 1 noalm 0 544 1997-05-29 16:11 99999008.SST
-rw-rw-rw- 1 noalm 0 712 1997-08-31 21:02 99999027.SST
-rw-rw-rw- 1 noalm 0 992 1997-04-08 18:36 99999099.SST
-rw-rw-rw- 1 noalm 0 1099444 1997-07-22 14:38 A0000.SMK
-rw-rw-rw- 1 noalm 0 1092724 1997-07-22 14:41 A0000R.SMK
-rw-rw-rw- 1 noalm 0 28160 1997-03-25 18:58 ActiveRDX.ocx
-rw-rw-rw- 1 noalm 0 3571 1997-03-25 18:57 ActiveRDX.tlb
-rw-rw-rw- 1 noalm 0 5370968 1997-08-04 13:49 AT0071.SMK
-rw-rw-rw- 1 noalm 0 1020584 1997-09-16 13:07 B0000.SMK
-rw-rw-rw- 1 noalm 0 1014532 1997-07-22 14:49 B0000R.SMK
-rw-rw-rw- 1 noalm 0 4775284 1997-08-04 19:54 BT0071.SMK
-rw-rw-rw- 1 noalm 0 520440 1997-07-30 12:17 CAPERS.SMK
-rw-rw-rw- 1 noalm 0 348 1997-08-27 12:47 CREDIT.SST
-rw-rw-rw- 1 noalm 0 59621479 1999-08-02 13:05 Data32.z
-rw-rw-rw- 1 noalm 0 105627764 1999-08-02 13:20 data32_2.z
-rw-rw-rw- 1 noalm 0 449 1997-09-16 18:17 dataw32.z
-rw-rw-rw- 1 noalm 0 4832840 1997-09-02 14:53 DI.SMK
-rw-rw-rw- 1 noalm 0 78848 1997-03-25 18:02 Dino2d.dll
-rw-rw-rw- 1 noalm 0 92160 1997-03-25 18:03 dinoav.dll
-rw-rw-rw- 1 noalm 0 3484 1997-06-23 21:22 Disney.ini
-rw-rw-rw- 1 noalm 0 99840 1997-03-25 18:01 dmix.dll
-rw-rw-rw- 1 noalm 0 5073444 1997-09-08 11:01 END1.SMK
-rw-rw-rw- 1 noalm 0 12423908 1997-09-05 15:05 END2.SMK
-rw-rw-rw- 1 noalm 0 348 1997-09-02 11:05 FALLTRAN.SST
-rw-rw-rw- 1 noalm 0 1188904 1997-07-22 15:10 G0000.SMK
-rw-rw-rw- 1 noalm 0 1182952 1997-07-22 15:17 G0000R.SMK
-rw-rw-rw- 1 noalm 0 3380156 1997-08-12 15:37 GRVA.SMK
-rw-rw-rw- 1 noalm 0 2830188 1997-07-14 12:44 GRVB.SMK
-rw-rw-rw- 1 noalm 0 4586820 1997-08-05 10:50 GT0071.SMK
-rw-rw-rw- 1 noalm 0 45150116 1997-08-29 14:13 INTRO.SMK
-rw-rw-rw- 1 noalm 0 0 2021-02-27 10:08 ls.txt
-rw-rw-rw- 1 noalm 0 824500 1997-07-22 15:28 M0000.SMK
-rw-rw-rw- 1 noalm 0 817348 1997-07-22 15:43 M0000R.SMK
-rw-rw-rw- 1 noalm 0 3298704 1997-07-14 22:37 MASA.SMK
-rw-rw-rw- 1 noalm 0 3296284 1997-09-08 18:38 MASAR.SMK
-rw-rw-rw- 1 noalm 0 2037992 1997-08-12 15:39 MASB.SMK
-rw-rw-rw- 1 noalm 0 2403804 1997-09-08 10:34 MASBR.SMK
-rw-rw-rw- 1 noalm 0 1447844 1997-08-05 11:31 MT0071.SMK
-rw-rw-rw- 1 noalm 0 7880490 1997-09-08 17:41 NED00000.NAF
-rw-rw-rw- 1 noalm 0 446320 1997-09-12 11:58 NED01000.NAF
-rw-rw-rw- 1 noalm 0 766 1997-09-10 17:32 ned2.ico
-rw-rw-rw- 1 noalm 0 766 1997-09-11 16:43 ned3.ico
-rw-rw-rw- 1 noalm 0 2544580 1997-09-08 17:48 NED86000.NAF
-rw-rw-rw- 1 noalm 0 5644586 1997-09-08 17:47 NED90000.NAF
-rw-rw-rw- 1 noalm 0 9042214 1997-09-08 17:46 NED92000.NAF
-rw-rw-rw- 1 noalm 0 2727330 1997-09-08 17:41 NED93000.NAF
-rw-rw-rw- 1 noalm 0 6784870 1997-09-08 17:44 NED94000.NAF
-rw-rw-rw- 1 noalm 0 2499462 1997-09-08 17:45 NED95000.NAF
-rw-rw-rw- 1 noalm 0 7770618 1997-09-08 17:38 NED96000.NAF
-rw-rw-rw- 1 noalm 0 8798936 1997-09-08 17:37 NED97000.NAF
-rw-rw-rw- 1 noalm 0 19896890 1997-09-16 10:04 NED98000.NAF
-rw-rw-rw- 1 noalm 0 16204250 1997-09-15 20:08 NED99000.NAF
-rw-rw-rw- 1 noalm 0 352 2017-09-12 20:41 NIGHTNED.DAT
-rwxrwxrwx 1 noalm 0 759808 2017-09-17 09:18 NITENED.EXE
-rw-rw-rw- 1 noalm 0 36648 1999-07-28 11:32 Nitened.hlp
-rw-rw-rw- 1 noalm 0 432 1997-08-13 13:17 PUBERTY.SST
-rw-rw-rw- 1 noalm 0 2686552 1997-07-29 14:46 QUILT.SMK
-rw-rw-rw- 1 noalm 0 2689004 1997-07-29 15:12 QUILTR.SMK
-rw-rw-rw- 1 noalm 0 63488 1997-03-25 18:06 rdxam.dll
-rw-rw-rw- 1 noalm 0 135680 1997-03-25 18:56 Rdxcom.dll
-rw-rw-rw- 1 noalm 0 29820 1997-03-25 18:54 rdxcom.tlb
-rw-rw-rw- 1 noalm 0 188928 1997-03-25 18:05 rdxmmx.dll
-rw-rw-rw- 1 noalm 0 186368 1997-03-25 18:04 rdxp5.dll
-rw-rw-rw- 1 noalm 0 52224 1997-03-26 07:40 rdxvid.ax
-rw-rw-rw- 1 noalm 0 766 1997-09-11 16:34 remove.ico
-rw-rw-rw- 1 noalm 0 751600 1997-07-23 13:38 S0000.SMK
-rw-rw-rw- 1 noalm 0 743756 1997-07-23 13:41 S0000R.SMK
-rw-rw-rw- 1 noalm 0 86528 1997-08-06 19:12 SMACKW32.DLL
-rw-rw-rw- 1 noalm 0 3479576 1997-08-05 13:16 ST0071.SMK
-rw-rw-rw- 1 noalm 0 3032424 1997-07-11 16:35 URN.SMK
-rw-rw-rw- 1 noalm 0 306 2017-09-12 20:41 USERDATA.DAT
-rw-rw-rw- 1 noalm 0 404 1997-08-14 13:36 UVULA.SST
-rw-rw-rw- 1 noalm 0 404 1997-08-27 17:44 UVULANBK.SST
-rw-rw-rw- 1 noalm 0 341820 1997-09-12 20:11 WINDP.SMK

(and after all, I did not use dgVoodoo2)

You need the NOCD EXE below (if you want to play without the CD), and all the files (especially video files and the Intel codec files) come from an existing installation of the game made inside Windows 98SE (a real one, or a VM. The point is to recover the files once the installation is made) or from the CD.

Attachments

  • Filename
    NITENED.EXE.zip
    File size
    299.45 KiB
    Downloads
    68 downloads
    File comment
    NOCD executable
    File license
    Public domain

Reply 2 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Hi xcomcmdr, thank you for taking the time to reply. I tried your installer, but unfortunately I just get a bunch of error messages about dmix.dll/dino32.dll/some smk dll thingy not being found. Could you describe how you installed the game step by step?

And just to be clear, you did get it to work on Windows 10 64-bit natively, correct?

Last edited by Peter Swinkels on 2021-02-27, 11:40. Edited 1 time in total.

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 4 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

How did you install the game?

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 5 of 14, by xcomcmdr

User metadata
Rank Oldbie
Rank
Oldbie

With the link provided in pm you have everything.

The script above is the source if you want to recreate it. The missing files need to come from both thé original CD and an existing installation. But that's the hard way.

Reply 6 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Hi, the installer you pm'ed me installs the game without complaint, however the game will not start. After clicking "Jouer" something appears to be opened (I get a black screen) for a few seconds and then closed. What could be going on?

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 7 of 14, by xcomcmdr

User metadata
Rank Oldbie
Rank
Oldbie

Well I made it years ago and the latest version of Windows 10 might have changed things. I'll try it again shortly.

Last edited by xcomcmdr on 2021-02-27, 16:45. Edited 1 time in total.

Reply 9 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Hi, xcomcmdr. I downloaded and installed your update. The same thing keeps happening.

Last edited by Peter Swinkels on 2021-02-27, 21:13. Edited 1 time in total.

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 11 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Windows 95 compatibility doesn't help. Disabling dgvoodoo2 doesn't work either.

See the attached mypc.nfo for details about my computer.

Is there any way to debug this stuff you provided?

Attachments

  • Filename
    mypc.nfo
    File size
    3.29 MiB
    Downloads
    51 downloads
    File license
    Public domain

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 13 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

I downloaded DebugView and it doesn't appear to capture anything regardless of whether or not I am running it as an administrator. What gives?

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels

Reply 14 of 14, by Peter Swinkels

User metadata
Rank Oldbie
Rank
Oldbie

Okay, I tried installing Nightmare Ned using the unmodified setup files I already had and manually copied dmix.dll and dino2d.dll. According to a dependency walker I used NiteNed.exe is trying to import a function called _grdCreateEx@24 from dino2d.dll but failing. The dino2d.dll file I have does appear to be exporting a function called _grdCreate@20 - Could this be a version issue?

Do not read if you don't like attention seeking self-advertisements!

Did you read it anyway? Well, you can find all sorts of stuff I made using various programming languages over here:
https://github.com/peterswinkels