Advertisement
Guest User

Untitled

a guest
Dec 8th, 2010
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. /menus.cfg Mon Jul 19 20:03:18 2010
  2. /New Text Document.txt Wed Dec 8 19:56:04 2010
  3. @@ -464,6 +464,7 @@
  4. guibutton "newent rockets"
  5. guibutton "newent riflerounds"
  6. guibutton "newent grenades"
  7. + guibutton "particles" "resetfire;showgui newparticles"
  8. ]
  9. guilist [
  10. guibutton "teleport.." "showgui newteleport"
  11. @@ -795,6 +796,23 @@
  12. guibutton "%1x%2" "screenres %1 %2" (if (&& (= $scr_w %1) (= $scr_h %2)) [result "radio_on"] [result "radio_off"])
  13. ]
  14.  
  15. +newgui newparticles [
  16. + guibutton "colored fire with smoke" [newent particles 0 0 0 0xF70]
  17. + guibutton "steam vent" [newent particles 1 0 0 ]
  18. + guibutton "water fountain" [showgui fountain]
  19. + guibutton "explosion" [showgui explosion]
  20. + guibutton "streak/flare" [showgui streak]
  21. + guibutton "capture meter" [showgui capturem]
  22. + guibutton "lightning" [showgui lightning]
  23. + guibutton "steam" [showgui steam]
  24. + guibutton "water" [showgui water]
  25. + guibutton "flames without smoke" [showgui flame]
  26. + guibutton "smoke plume" [showgui smoke]
  27. + guibutton "plain lens flare" [showgui lens]
  28. + guibutton "lens flare with sparkle center" [showgui lens]
  29. + guibutton "sun lens flare (fixed size)" [showgui lens]
  30. + guibutton "sun lens flare with sparkle center" [showgui lens]
  31. +
  32. newgui options [
  33. guicheckbox "show FPS" showfps
  34. guilist [
  35. @@ -1383,7 +1401,7 @@
  36. newentgui envmap "radius" "0 400"
  37. newentgui jumppad "Z Y X" "0 200 0 200 0 200"
  38. newentgui sound "type radius size" "0 20 0 500 0 500"
  39. -newentgui particles "type" "0 3"
  40. +newentgui particles "radius height type" "0 512 0 512 0 32"
  41.  
  42. contexteditgui = [
  43. if ($hmapedit) [
  44. @@ -1412,4 +1430,4 @@
  45. guiimage (concatword "packages/" $texname) "" 1 1
  46. ]]
  47. loop x 5 [ tex = (gettexname (getseltex) $x)); if (strcmp $tex "") [] [guitext $tex]]
  48. -]
  49. +]
  50. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement