home *** CD-ROM | disk | FTP | other *** search
/ Games 95 / Games95-disc1.iso / DDrome / RUN / SCRUB.GW < prev    next >
Text File  |  1997-03-18  |  860b  |  34 lines

  1. # Load the arena
  2.  
  3. SetModelDirectory    ..\data\effects\models
  4. SetTextureDirectory  ..\data\effects\textures
  5.  
  6. LoadGameGen scrub.gam  scrub_model 
  7.  
  8. # echo PrintTree scrub_model
  9. # PrintTree scrub_model
  10.  
  11. # Scroll wall textures
  12. #FindNode g304
  13. #Object3DSetScroll on 0.0 -1.0
  14. #FindNode g329
  15. #Object3DSetScroll on 0.0 -1.0
  16.  
  17. FindNode g304   
  18. CycleTextureSetOn 3
  19. CycleTextureSetSpeed 15.0
  20. CycleTextureSetMap scrub_1.zim  252
  21. CycleTextureSetMap scrub_2.zim  253
  22. CycleTextureSetMap scrub_3.zim  254
  23.  
  24. # g329 shares the same material as g304 and
  25. # thus will cycle since g304 is set to cycle.
  26. #FindNode g329
  27. # Force this graphics object's material to be unique.
  28. #ForceUniqueMaterial
  29. #CycleTextureSetOn 3
  30. #CycleTextureSetSpeed 15.0
  31. #CycleTextureSetMap scrub_1.zim  252
  32. #CycleTextureSetMap scrub_2.zim  253
  33. #CycleTextureSetMap scrub_3.zim  254
  34.