home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / ddrome / data.z / ionswrdx.gw < prev    next >
Text File  |  1996-08-16  |  1KB  |  60 lines

  1. ############################################
  2. #Set up ion sword model
  3. ############################################
  4.  
  5. source eff_dir.gw
  6.  
  7. LoadGameGen ionsword.gam ion_%runNo%
  8. SetIntersectSurface off
  9. SetAltitudeSurface off
  10. Object3DSetActive off
  11.  
  12. #FindNode cockpit
  13. #Object3DAddChild ion_%runNo%
  14.  
  15. #Set scrolling texture effect for ionsword
  16. FindSubNode ion_%runNo% ionswrd
  17. Object3DSetScroll on 3.0 0.0
  18. #Object3DScale 1 1 .0001
  19.  
  20. ############################################
  21. #Set up ion flares
  22. ############################################
  23.  
  24. LoadGameGen ionflare.gam flare_l%runNo%
  25. Object3DTranslate 5.0  4.0 5.0
  26. Object3DSetActive off
  27.  
  28. LoadGameGen ionflare.gam flare_r%runNo%
  29. Object3DTranslate 5.0  4.0 5.0
  30. Object3DSetActive off
  31.  
  32. LoadGameGen ionflare.gam flare_c%runNo%
  33. Object3DTranslate 5.0  4.0 5.0
  34. Object3DScale 5 5 5    
  35. Object3DSetActive off
  36.  
  37. FindNode world1
  38. AddChild ion_%runNo%
  39. AddChild flare_l%runNo%
  40. AddChild flare_r%runNo%
  41. AddChild flare_c%runNo%
  42.  
  43. FindNode ionflr
  44. #ForceUniqueMaterial
  45. CycleTextureSetOn 8
  46. CycleTextureSetMap flkr0000.zim  610
  47. CycleTextureSetMap flkr0001.zim  611
  48. CycleTextureSetMap flkr0002.zim  612
  49. CycleTextureSetMap flkr0003.zim  613
  50. CycleTextureSetMap flkr0004.zim  614
  51. CycleTextureSetMap flkr0005.zim  615
  52. CycleTextureSetMap flkr0006.zim  616
  53. CycleTextureSetMap flkr0007.zim  617
  54.  
  55. # Reset directories for runners
  56. source run_dir.gw
  57.  
  58. # End set up ionsword
  59.  
  60.