Advertisement
shadyparadox

realMYST game_init.dat

Jun 9th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. # - "Flymode" GAME_INIT.DAT
  2. #
  3. # WARNING: this is NOT the original file by Cyan, nor were these modifications intented by Cyan,
  4. # so it may cause a few problems like some framerate drops, and general jerky-ness, but nothing
  5. # harmful hopefully (though lower-end computers and 3d boards may suffer a bit).
  6. #
  7. # Directions: Create a text document inside your Program Files\realMYST\INIT folder,
  8. # name it win_init.dat, and paste this text inside it.
  9.  
  10. map shp/maps
  11. Flock infl=3.0 col=.10 sp=.1 maxsp=0.5 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\fish.shp beh=beh\fish.beh 1
  12. Flock infl=3.0 col=.10 sp=.1 maxsp=0.2 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\sole.shp beh=beh\sole.beh 2
  13. Flock infl=3.0 col=.20 sp=.1 maxsp=0.5 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\squid.shp beh=beh\squid.beh 3
  14. Flock infl=3.0 col=.10 sp=.1 maxsp=0.1 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\tortoise.shp beh=beh\tortoise.beh 4
  15. Flock infl=3.0 col=.50 sp=.1 maxsp=0.1 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\ray.shp beh=beh\ray.beh 5
  16. Flock infl=3.0 col=.50 sp=.1 maxsp=0.08 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\eel.shp beh=beh\eel.beh 6
  17. Flock infl=3.0 col=.10 sp=.1 maxsp=0.1 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\globefish.shp beh=beh\globefish.beh 7
  18. Flock infl=3.0 col=.50 sp=.1 maxsp=0.1 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\jellyfish.shp beh=beh\jellyfish.beh 8
  19. Flock infl=3.0 col=.10 sp=.1 maxsp=0.5 goal=.02 rep=.1 velmat=.01 rnd=0 shp=shp\seagull.SHP beh=beh\seagull\seagull_fly.BEH 0
  20. Flock infl=3.0 col=.10 sp=.1 maxsp=0.5 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\butterfly.SHP beh=beh\butterfly\butterfly_fly.BEH 9
  21. Flock infl=3.0 col=.10 sp=.1 maxsp=0.5 goal=.1 rep=.1 velmat=.01 rnd=0 shp=shp\bat.shp beh=beh\bat.beh 11
  22.  
  23. Textures 1 # Toggle textures - does not seem to work - default is 1
  24.  
  25. Gravity 0.0 0.0 -90 # Global gravity constant - default gravity is: 0.0 0.0 -90
  26. # For me, changing the -90 to 540 results in zero gravity, so lower values fall and higher values rise.
  27. # This equilibrium value may be different for you.
  28. # Don't go too high though, unless you really want to play rocket man.
  29.  
  30. ColorScale 1
  31. AmbientScale 0.1
  32. FOV 75.0
  33. camspeed 1.5
  34. Maps scn\maps
  35. OpenDatabase scn\myst.idx
  36.  
  37. RoomName global
  38.  
  39. #Opening # Starting Age:
  40. RoomName open # Default start (intro)
  41. #RoomName holdingpen # Myst
  42. #RoomName holdingpen_mech # Mechanical
  43. #RoomName holdingpen_sel # Selenetic
  44. #RoomName holdingpen_stone # Stoneship
  45. #RoomName holdingpen_channel # Channelwood
  46. #RoomName holdingpen_rime # Rime
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement