diff --git a/README.md b/README.md index 5b18f90..23a6ec2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ EV Nova Community Edition ================== -Patches to EV Nova 1.0.10 (Windows) - [view patch notes](/release/EV%20Nova%20CE%20Read%20Me.txt) +Patches to EV Nova 1.0.10 (Windows) - [view patch notes](/dist/EV%20Nova%20CE%20Read%20Me.txt) How to install -------------- diff --git a/release/Charcoal.ttf b/dist/Charcoal.ttf similarity index 100% rename from release/Charcoal.ttf rename to dist/Charcoal.ttf diff --git a/release/EV Nova CE Read Me.txt b/dist/EV Nova CE Read Me.txt similarity index 77% rename from release/EV Nova CE Read Me.txt rename to dist/EV Nova CE Read Me.txt index 45a5157..4e451e2 100644 --- a/release/EV Nova CE Read Me.txt +++ b/dist/EV Nova CE Read Me.txt @@ -1,4 +1,4 @@ -EV Nova Community Edition r2 +EV Nova Community Edition r3 Patch Notes @@ -24,6 +24,14 @@ Patch Notes - Spacebar to open (and close) ship info in the shipyard - B to show/hide borders in the map - C to clear route in the map (previously centered map, but Spacebar still does this) +• The app path is written to the registry, allowing scripts etc to locate the exe. +• The game will look for its Files, Plug-ins & Pilots in the "current directory", which may be set + to a location other than the EV Nova folder to facilitate running total conversions. The following + are some possible ways of doing this (you only need to do one of these): + - Copy the "TC Launcher.vbs" script file to the TC's folder. Double-click to run. + - Create a shortcut to EV Nova.exe, get properties and set "Start in" to the path to the TC. +• Hyperspace Effects preference is now visible and will disable the white flash when turned off. +• Pilot files are no longer encrypted. • Debug mode can be enabled by pressing Alt+Home (see details below). @@ -62,5 +70,9 @@ Alt+F9: Disable player F10: Explore map Alt+F10: Unexplore map Backspace: Complete jump instantly +Alt+9: Evaluate NCB test expression* +Alt+0: Execute NCB set expression* Home: Instantly restart after loss of ship (this works even when not in debug mode) End: Exit debug mode + +* Custom additions for EV Nova CE diff --git a/release/Geneva.ttf b/dist/Geneva.ttf similarity index 100% rename from release/Geneva.ttf rename to dist/Geneva.ttf diff --git a/release/TC Launcher (copy to TC folder).vbs b/dist/TC Launcher (copy to TC folder).vbs similarity index 77% rename from release/TC Launcher (copy to TC folder).vbs rename to dist/TC Launcher (copy to TC folder).vbs index 322b664..7438404 100644 --- a/release/TC Launcher (copy to TC folder).vbs +++ b/dist/TC Launcher (copy to TC folder).vbs @@ -1,3 +1,7 @@ +' Example script for launching a total conversion for EV Nova. +' Simply place this file in the folder of the total conversion, alongside its "Nova Files" folder. +' Feel free to copy, modify, or redistribute this script as much as you like. + On Error Resume Next Set shell = CreateObject("WScript.Shell") evn = shell.RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\App Paths\EV Nova.exe\") diff --git a/release/ddraw.ini b/dist/ddraw.ini similarity index 100% rename from release/ddraw.ini rename to dist/ddraw.ini diff --git a/src/version.c b/src/version.c index 414b35e..3366373 100644 --- a/src/version.c +++ b/src/version.c @@ -5,7 +5,7 @@ // Display version in corner of main menu -char version[] = "EV Nova Community Edition r2"; +char version[] = "EV Nova Community Edition r3"; CALL(0x004884BC, _drawBackground); void drawBackground(NVBitmap *bitmap, QDRect *frame) {