~brzeti/patat/dev

« back to all changes in this revision

Viewing changes to readme.txt

  • Committer: Arthur Skonecki
  • Date: 2008-12-04 18:01:29 UTC
  • Revision ID: arthur_skonecki-20081204180129-9azclfks97fd1b21
updated trunk to the new line of development

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Patricia Attack - readme
2
2
for news about game visit http://www.adb.cba.pl
3
3
 
 
4
How to start a game?
 
5
    ant run-patat
 
6
 
4
7
1) Basic Controls:
5
8
    jump - space, arrow up
6
9
    run left - arrow left
11
14
    load map - F2 <usage:press F2, press number, press F2 again>
12
15
    reset map - F5
13
16
    reset map but do not reset player's position - F6
 
17
    open console - F9
 
18
    take screenshot - F11
14
19
    God Mode - F12
15
 
    take screenshot - s
 
20
    
 
21
 
16
22
3) Tips for developers
17
23
    - the map format is very simple, straightforward and chaotic. Some tips about editing:
18
24
        -creatures are marked with lower-case letters, single letter-single creature
44
50
            7 - hell
45
51
            8 - final battle
46
52
            9 - closing level - the reward
 
53
        - console is you friend, you can do a lot using scripts without recompiling or even restarting the game
 
54
        - to create new maps use old ones as templates
 
55
        - variables begin with $
 
56
        - comment start with #
 
57
        - line with triggers placement starts with &
 
58
        
 
59
        $%21/false/AMV: Holy shit!!RUNN!/blue/2/Demon: iii iii!/black/2
 
60
        Explanation:    first number - the message id(0-9)n
 
61
                                        second number - the number of messages in line(0-9 )
 
62
                                        false - does this message pause a game
 
63
                                        AMV: Holy shit!!RUNN! - message text
 
64
                                        blue - message color
 
65
                                        2 - display duration
 
66
                                        Demon: iii iii! - another message
 
67
                                        black - another message colour
 
68
                                        2 - another message display duration
 
69
                                 
47
70
 
48
71
4) Bugs (visit http://launchpad.net/patat for more):
49
72
    - doesn't work under Mac OS X
50
73
    - under linux works either sound or midi music
51
74
 
52
 
5)License
 
75
5) License
53
76
    see LICENSE in the game folder
54
77
 
 
78
6) Important Changes:
 
79
    - added jython support
 
80
    - added console
 
81
    - added scripts folder and some *.py files
55
82
 
56
83
AUTHORS:
57
84
    Arthur Skonecki