Ignore:
Timestamp:
May 8, 2011, 5:32:41 PM (12 years ago)
Author:
Sam Hocevar
Message:

build: ensure that `make dist' distributes all data files.

Location:
abuse/trunk/data/addon
Files:
1 added
6 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/data/addon/aliens/aliens.txt

    • Property svn:keywords set to Id
  • abuse/trunk/data/addon/pong/pong.txt

    r589 r606  
    11This is Jonathan's Pong game, with some legacy code so that it works
    2 with the new engine. All lisp other than pong.lsp is taken from the 
     2with the new engine. All lisp other than pong.lsp is taken from the
    33Abuse 1.05 SW version.
    44
    55Justin
    666/30/00
     7
     8# Run the game with this addon:
     9abuse -lsf addon/pong/pong.lsp
     10
     11# Run the editor with this addon:
     12abuse -lsf addon/pong/pong.lsp -edit
     13
  • abuse/trunk/data/addon/twist/readme.txt

    r589 r606  
    22------------------------------------------------------
    33
    4 installation:   extract to addon directory. make sure you
    5                 unzip with the -d option. twist directory
    6                 and other sub-diractory will be created.
    7 
    8 make sure that the files are in:
    9 <abuse directory>\addon\twist
    10 <abuse directory>\addon\twist\art
    11 <abuse directory>\addon\twist\levels
    12 <abuse directory>\addon\twist\lisp
    13 <abuse directory>\addon\twist\sfx
    14 
    15 i am releasing this because i am excited due to
    16 the success of making the Death Ray work.
    17 i will make further releases when i come across
    18 other breakthroughs.
    19 
    20 you need registered abuse v2.0 for this to work!
    21 you can now press right shift to save!
    22 
    23 this addon is still HEAVILY under construction.
    24 there are bound to be bugs.
    25 
    26 i did not do the sounds for the new objects
    27 except for Death Ray.
    28 
    29 the files contained in this archive
    30 are demos only! the levels are not
    31 actual level (except l01s02.lvl) and
    32 are for demo purposes only!
    33 
    34 play through the four levels through
    35 edit mode. use god mode for the first few tries.
    36 
    37 impt notes!
    38 -----------
     4I am releasing this because i am excited due to the success of making the Death
     5Ray work. I will make further releases when i come across other breakthroughs.
     6
     7You need registered Abuse v2.0 for this to work!
     8You can now press right shift to save!
     9
     10This addon is still HEAVILY under construction. There are bound to be bugs.
     11
     12I did not do the sounds for the new objects except for Death Ray.
     13
     14The files contained in this archive are demos only! The levels are not actual
     15levels (except l01s02.lvl) and are for demo purposes only!
     16
     17Play through the four levels through edit mode. Use god mode for the first few
     18tries.
     19
     20
     21RUNNING
     22-------
     23
     24Play the game directly:
     25% abuse -a twist
     26
     27Use the addon in the editor:
     28% abuse -a twist -edit -nosound
     29
     30
     31NOTES
     32-----
     33
    3934level1: demo stuff
    4035        use god mode.
     
    4742        weapon, you can't fire even if you take ammo!)
    4843        i finally managed to make the last weapon work!!!:))))))
    49         it will release a burst of energy. 
     44        it will release a burst of energy.
    5045        it's a big round orb of purple coloured energy
    5146        (i got the gfx from doom - the bfg bullet. i just change the hue).
     
    108103
    109104
    110 some objects
    111 ------------
     105OBJECTS
     106-------
     107
    112108i'm not listing down all the new objects i made;
    113109just some of the ones i think you should know.
     
    157153                is in range, he will switch back and fourth continously.
    158154
    159 Chat Console (NEW!)
    160 -------------------
     155CHAT CONSOLE
     156------------
     157
    161158While playing the game, press 'C' to toggle chat window (it now works even when not in multiplayer mode). type the commands on the chat window then enter.
    162159
     
    217214/tip                    displays random game tip
    218215
    219 new updates!!!
    220 --------------
    221 you can now press right shift at any time to save game!
    222 
    223 in the previous update, you will need to find the gun before you can shoot, even if you already have the ammo. this is okay for twisted minds but there are people who may want to use the death ray code to work on their own or the abuse's original levels. if the original level is loaded into twisted minds, the player will have difficulty as he cannot get weapons as ammo is nothing without it. i made some changes and it should work now. if you play twisted minds, you will still need the gun but if you load twisted minds with the -f command to load external levels, you wont need the gun to shoot anymore. also note that in the original abuse, there are no death ray ammo so if you want to use it, you have to cheat a little. under the chat window, type "/give deathray" <enter> followed by "/give bfgcells" <enter>. there you have it!
     216
     217NEW UPDATES
     218-----------
     219
     220You can now press right shift at any time to save game!
     221
     222In the previous update, you will need to find the gun before you can shoot,
     223even if you already have the ammo. This is okay for twisted minds but there
     224are people who may want to use the death ray code to work on their own or the
     225Abuse's original levels. If the original level is loaded into twisted minds,
     226the player will have difficulty as he cannot get weapons as ammo is nothing
     227without it. I made some changes and it should work now. If you play twisted
     228minds, you will still need the gun but if you load twisted minds with the -f
     229command to load external levels, you wont need the gun to shoot anymore. Also
     230note that in the original Abuse, there are no death ray ammo so if you want
     231to use it, you have to cheat a little. Under the chat window, type "/give
     232deathray" <enter> followed by "/give bfgcells" <enter>. There you have it!
     233
Note: See TracChangeset for help on using the changeset viewer.