-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
47 lines (37 loc) · 1.22 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
SHILBERT'S 1W1B ENTRY aka Y.C.P.H
Release version 0.4 - June 4th, 2005
DIRECTIONS:
===========
1. Turn on speakers/put on headphones/turn up volume/etc.
2. Run "entry.exe"
3. Enjoy
CREDITS:
========
SHilbert - Coding, art, depravity
JohnB - Finding lots of good question pictures
Ravuya - Holding the 1W1B competition
PLUGS:
======
SHilbert's site: http://www.shilbert.com/
1W1B site: http://ravuya.com/1w1b/
RUNNING IN WINDOWED MODE:
=========================
I didn't really make a nice config system for this; but,
if you really want to run windowed mode, make a file called
"config.py" and put the following line in it:
fullscreen = 0
Then take that file and add it to library.zip. This will replace
the built-in configuration module and will run the game
in windowed mode.
If you want to change this, either remove the .py file from
library.zip or just replace it with a file that says
fullscreen = 1
(As might be expected.)
CHANGES:
========
0.4
* Mixed audio tracks to 220500 Hz Mono OGGs, saved a lot of space,
and should run fine if you're using the source on a non-Windows
system and don't have an MP3 decoder
* Compressed as RAR (better ratio than .zip)
* Added windowed mode trick