Changeset 606 for abuse/trunk/data/addon
- Timestamp:
- May 8, 2011, 5:32:41 PM (12 years ago)
- 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
-
Property
svn:keywords
set to
-
abuse/trunk/data/addon/pong/pong.txt
r589 r606 1 1 This 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 2 with the new engine. All lisp other than pong.lsp is taken from the 3 3 Abuse 1.05 SW version. 4 4 5 5 Justin 6 6 6/30/00 7 8 # Run the game with this addon: 9 abuse -lsf addon/pong/pong.lsp 10 11 # Run the editor with this addon: 12 abuse -lsf addon/pong/pong.lsp -edit 13 -
abuse/trunk/data/addon/twist/readme.txt
r589 r606 2 2 ------------------------------------------------------ 3 3 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 ----------- 4 I am releasing this because i am excited due to the success of making the Death 5 Ray work. I will make further releases when i come across other breakthroughs. 6 7 You need registered Abuse v2.0 for this to work! 8 You can now press right shift to save! 9 10 This addon is still HEAVILY under construction. There are bound to be bugs. 11 12 I did not do the sounds for the new objects except for Death Ray. 13 14 The files contained in this archive are demos only! The levels are not actual 15 levels (except l01s02.lvl) and are for demo purposes only! 16 17 Play through the four levels through edit mode. Use god mode for the first few 18 tries. 19 20 21 RUNNING 22 ------- 23 24 Play the game directly: 25 % abuse -a twist 26 27 Use the addon in the editor: 28 % abuse -a twist -edit -nosound 29 30 31 NOTES 32 ----- 33 39 34 level1: demo stuff 40 35 use god mode. … … 47 42 weapon, you can't fire even if you take ammo!) 48 43 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. 50 45 it's a big round orb of purple coloured energy 51 46 (i got the gfx from doom - the bfg bullet. i just change the hue). … … 108 103 109 104 110 some objects 111 ------------ 105 OBJECTS 106 ------- 107 112 108 i'm not listing down all the new objects i made; 113 109 just some of the ones i think you should know. … … 157 153 is in range, he will switch back and fourth continously. 158 154 159 Chat Console (NEW!) 160 ------------------- 155 CHAT CONSOLE 156 ------------ 157 161 158 While 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. 162 159 … … 217 214 /tip displays random game tip 218 215 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 217 NEW UPDATES 218 ----------- 219 220 You can now press right shift at any time to save game! 221 222 In the previous update, you will need to find the gun before you can shoot, 223 even if you already have the ammo. This is okay for twisted minds but there 224 are people who may want to use the death ray code to work on their own or the 225 Abuse's original levels. If the original level is loaded into twisted minds, 226 the player will have difficulty as he cannot get weapons as ammo is nothing 227 without it. I made some changes and it should work now. If you play twisted 228 minds, you will still need the gun but if you load twisted minds with the -f 229 command to load external levels, you wont need the gun to shoot anymore. Also 230 note that in the original Abuse, there are no death ray ammo so if you want 231 to use it, you have to cheat a little. Under the chat window, type "/give 232 deathray" <enter> followed by "/give bfgcells" <enter>. There you have it! 233
Note: See TracChangeset
for help on using the changeset viewer.