-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
79 lines (49 loc) · 2.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
OBLIGE 7.70
===========
by Andrew Apted.
INTRODUCTION
OBLIGE is a random level generator for the classic FPS 'DOOM'.
The goal is to produce good levels which are fun to play.
Features of OBLIGE include:
* high quality levels, e.g. outdoor areas and caves!
* easy to use GUI interface (no messing with command lines)
* built-in node builder, so the levels are ready to play
* uses the LUA scripting language for easy customisation
Please visit the web site for complete information:
http://oblige.sourceforge.net/
WHAT'S NEW?
See the file CHANGES.txt for the list of changes.
QUICK START GUIDE
First, unpack the zip somewhere (e.g. My Documents). Make sure
it is extracted with folders, and also make sure the OBLIGE.EXE
file gets extracted too (at least one person had a problem where
Microsoft Windows would skip the EXE, and he had to change some-
thing in the control panels to get it extracted properly).
Double click on the OBLIGE icon to run it. Select the game in
the top left panel, and any other options which take your fancy.
Then click the BUILD button in the bottom left panel, and enter
an output filename, for example "TEST" (without the quotes).
OBLIGE will then build all the maps, showing a blueprint of each
one as it goes, and if everything goes smoothly the output file
(e.g. "TEST.WAD") will be created at the end. Then you can play
it using the normal method for playing mods with that game (e.g.
for DOOM source ports: dragging-n-dropping the WAD file onto the
source port's EXE is usually enough).
COPYRIGHT and LICENSE
OBLIGE Level Maker
Copyright (C) 2006-2017 Andrew Apted, et al
OBLIGE is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
OBLIGE is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this software. If not, please visit the following
web page: http://www.gnu.org/licenses/gpl-2.0.txt
CONTACT DETAILS
Website: http://oblige.sourceforge.net/
Forum: http://oblige.sourceforge.net/forum/
Email: <[email protected]>