Skip to content

Commit a46c817

Browse files
committed
Clarify references to Make and Play in README
Some people might be confused by the reference to M&P in the instructions referring to downloading data.zip (TerryCavanagh#1026). data.zip is the same between M&P and full versions of the game and is orthogonal to which version of the game is built. Building M&P just requires uncommenting `#define MAKEANDPLAY` in `MakeAndPlay.h`. So clarify that you can grab data.zip from your existing copy of the game, or from the Make and Play _page_ (not necessarily the Make and Play edition of the game), and add instructions for building the M&P version. Closes TerryCavanagh#1027.
1 parent 9a9fb5b commit a46c817

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

desktop_version/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Steamworks support is included and the DLL is loaded dynamically, you do not
2323
need the SDK headers and there is no special Steam or non-Steam version. The
2424
current implementation has been tested with Steamworks SDK v1.46.
2525

26+
To build the Make and Play edition of the game, uncomment `#define MAKEANDPLAY`
27+
in `MakeAndPlay.h`.
28+
2629
To generate the projects on Windows:
2730
```
2831
# Put your SDL2 folders somewhere nice!
@@ -59,11 +62,10 @@ each time Xcode updates.
5962

6063
Including data.zip
6164
------------
62-
You'll need the data.zip file from VVVVVV to actually run the game! It's
63-
available to download separately for free in the
64-
[Make and Play](https://thelettervsixtim.es/makeandplay/)
65-
edition of the game. Put this file next to your executable and the game should
66-
run.
65+
You'll need the data.zip file from VVVVVV to actually run the game! You can grab
66+
it from your copy of the game, or you can download it for free from the [Make
67+
and Play](https://thelettervsixtim.es/makeandplay/) page. Put this file next to
68+
your executable and the game should run.
6769

6870
This is intended for personal use only - our license doesn't allow you to
6971
actually distribute this data.zip file with your own forks without getting

0 commit comments

Comments
 (0)