00001a

setup TONE

May 26th, 2021
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. how to play on Win10:
  2.  
  3. - insert/mount your CD
  4.  
  5. - "THING1" is the Game-folder,
  6. . rename/copy it where you like.
  7.  
  8. - modify "FLOAT.CFG" & "MULTI.CFG"
  9. . change "draw_method 2" to "draw_method 4", for default window-mode
  10.  
  11. - start the game commands:
  12. . "<CD-drive>:\THING2\INTRO.AVI" (Cinepack codec)
  13. . "FLOAT.EXE float.cfg" for single player
  14. . "FLOAT.EXE multi.cfg" for multi player (not tested)
  15. . "README.TXT"
  16.  
  17. - at this state the game runs, but with no sound.
  18.  
  19. - create a registry-entry:
  20. . english version:
  21. . REG ADD "HKLM\SOFTWARE\WOW6432Node\The Logic Factory\The Tone Rebellion\111" /v "cdrom" /t REG_SZ /d "F:"
  22. . german version:
  23. . REG ADD "HKLM\SOFTWARE\WOW6432Node\The Logic Factory\Leviathan\111" /v "cdrom" /t REG_SZ /d "F:"
  24. . note: sadly, set an full paths do not work.
  25. . note: the game always search for "F:\THING1" & "F:\THING2" in the root-diractory of any device
  26.  
  27. - now the game runs with sound
  28.  
  29. - Keys/Help
  30. . [Ctrl]+[1] ... [3] - fullscren-modes
  31. . [Ctrl]+[4] - window-mode
  32. . [Ctrl]+[X] - exit
  33. . [M] - Map
  34. . [1] ... [3] - switch the dojo-groups display
  35. . [Ctrl]+[8] / [Ctrl]+[9] - toggle gamespeed in 3 steps
  36. . [Ctrl]+[NumSub(-)] / [Ctrl]+[NumAdd(+)] - toggle gamespeed in 3 steps
  37. . <Game Menue>: on the upper-edge (one pixel line, fullscreen is easier)
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment