Advertisement
VirtLands

The Wonderland Games run in Linux

Jan 28th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. I just proved to myself that the Wonderland game v1.17 (demo)
  2. does run in the (Ubuntu) Linux (11.10) OS, by applying several
  3. tweaks and programs.
  4.  
  5. Please don't do any of the following unless you're sort-of an expert,
  6. because you might destroy your Windows setup if you
  7. make a mistake::: As a precaution, always make an image/backup
  8. of your Windows Drive, just in case.
  9.  
  10. http://www.ubuntu.com/download/ubuntu/download
  11.  
  12. It's complicated, but in a very brief discussion, this is what was done:
  13.  
  14. A: Install (Ubuntu) Linux on an external USB Drive (or 4gb+ Flash)
  15. You don't want to affect your Windows installation, (do you?),
  16. so install Linux on external media, and make sure that the
  17. boot sector is also placed on that external media.
  18. Your machine will only boot up to Linux if that USB drive is
  19. connected AND if you set up your BIOS to boot up from an external
  20. device... (again, this can be very complicated)
  21. http://pcsupport.about.com/od/tipstricks/ht/bootusbflash.htm
  22. http://www.pendrivelinux.com/category/bios-usb-boot-options/
  23.  
  24. But, if you don't mind doing a dual-boot setup with both
  25. Windows and Linux, then go ahead.
  26. https://help.ubuntu.com/community/WindowsDualBoot
  27.  
  28. B: After the Linux system is nice-and-steady,
  29. then right-click in the (top-left corner menu) settings,
  30. and select "Software Up To Date" to update your system.
  31. It is recommended to update the Linux, before proceeding to Step C.
  32.  
  33. C: Install Ubuntu Restricted Extras,
  34. https://help.ubuntu.com/community/RestrictedFormats
  35. (The restricted extras allow you to play MP3s, flash, etc.)
  36.  
  37. You can install these 'extras' by opening up a Linux terminal
  38. and typing:
  39. sudo apt-get install ubuntu-restricted-extras
  40. sudo /usr/share/doc/libdvdread4/install-css.sh
  41.  
  42. D: After lots and lots of installing of whatever favorite stuff
  43. that you want to add to your Linux system, (such as
  44. media players, movie players, etc), ...
  45. Click on the "Dash Home" (=top left menu corner),
  46. and then select "more Apps", and search for "Wine"
  47.  
  48. http://www.winehq.org/
  49.  
  50. Wine is a program that lets you run Windows program on Linux.
  51.  
  52. (Install all the Wine you can find.)
  53. "WineTricks", "Q4Wine", and "Wine MS Windows
  54. Compatibility Layer", are special programs that allow you
  55. to run Windows programs in Linux, so please install them.
  56. ... After those are installed you'll want to
  57. run "Configure Wine".
  58.  
  59. E: If you wish to allow your Linux system to write to
  60. any Windows NTFS (partitions) that you have, then also install
  61. the "NTFS Configuration Tool"....
  62. https://help.ubuntu.com/community/MountingWindowsPartitions
  63.  
  64. That is, open a terminal in your Linux, and type the following:
  65. sudo apt-get install ntfs-config
  66. More can be explained on this later...
  67.  
  68. F: Linux has a file system that I'm still not used to. Shocked,
  69. and it's quite different from the Windows system.
  70.  
  71. Nevertheless, after downloading (or having it ready),
  72. you can install Wonderland games in Linux, ...
  73.  
  74. For example, if "WonderDemo.exe" is copied to your "Home/Downloads"
  75. folder, then right-click on it and select
  76. "Open with Wine Windows Program Loader", ...
  77.  
  78. and voilà, you now have wonderland games installed and *(hopefully)
  79. running in Linux.
  80.  
  81. In typical fashion 'Wine' will emulate the Drive C:
  82. as follows:
  83.  
  84. /home/VirtLands/.wine/drive_c/wonderlands/Wonderland v1.17
  85.  
  86. Linux uses lots of forward slashes,
  87. (in comparison to Windows backslashes).
  88. Linux will keep hidden lots of directories, so when you're
  89. in a Linux file explorer, just use Ctrl-H to see the hidden folders.
  90.  
  91. The screen shot shown below is proof of Wonderland running in Linux.
  92.  
  93. Theoretically you can also install Wine on the MAC system,
  94. but I've never tried that, I don't have MACintosh.
  95.  
  96. The plus-side of Linux is that it can be installed on any USB media,
  97. (as long as there is enough room, like 4 gigabytes + _.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement