Skip to content

Commit

Permalink
Prepare for r3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Mar 15, 2024
1 parent b604853 commit ff1024c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
--------------
Expand Down
File renamed without changes.
14 changes: 13 additions & 1 deletion release/EV Nova CE Read Me.txt → dist/EV Nova CE Read Me.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EV Nova Community Edition r2
EV Nova Community Edition r3


Patch Notes
Expand All @@ -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).


Expand Down Expand Up @@ -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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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\")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ff1024c

Please sign in to comment.