eirexe

how2runcm3d2onbestnix

Jul 6th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Alright, I got it to run on wine, here's how you do it:
  2.  
  3. DICLAIMER: This was only tested under Arch, but I assume it works with everything else, I use wine-staging 1.9.13, your maid eyes will look weird becuase you have to run the game in directx9 mode, if anyone here knows a way to run the game in OpenGL mode please let me know, because using -force-opengl crashes it for me.
  4.  
  5. First of all, you need to have the japanese locale working, to do that edit /etc/locale.gen and uncomment the following lines:
  6.  
  7. ja_JP.EUC-JP EUC-JP
  8.  
  9. ja_JP.UTF-8 UTF-8
  10.  
  11. then run locale-gen
  12.  
  13. You need a new prefix to start from clean, so do:
  14.  
  15. export WINEPREFIX="$HOME/CM3D_Wine"
  16.  
  17. Since this is a x86 wine prefix you should also do:
  18.  
  19. export WINEARCH=win32
  20.  
  21. now you should get winetricks, and do:
  22.  
  23. winetricks directx9
  24.  
  25. winetricks allfonts
  26.  
  27. Now you have to do:
  28.  
  29. winecfg
  30.  
  31. And in the libraries tab make sure dnsapi.dll is set to built in, also in the first tab make sure your OS is set to windows 8 or 7.
  32.  
  33. Now mount both discs, and after you have them mounted cd to the root of the first one run:
  34.  
  35. LC_ALL="ja_JP" wine installer.exe
  36.  
  37. The characters might be invisible, but trust me, they work in game, so you just proceed normally with the installation.
  38.  
  39. Now get cm3d2_up_for_1_00-1_12.zip and run the update program in the same way (LC_ALL="ja_JP" wine update.exe)
  40.  
  41. Do the same for the latest x86 update, in this case cm3d2_up132.1_x86_sub.zip
  42.  
  43. Now install the HF patch, this is done in the same way you did everything else (LC_ALL="ja_JP" wine whatever.exe)
  44.  
  45. The patch might give you an error at the end but that's normal.
  46.  
  47. Now go to the game's folder, this is located in:
  48.  
  49. your_wine_prefix/drive_c/KISS/CM3D2
  50.  
  51. From there you run:
  52.  
  53. LC_ALL="ja_JP" wine CM3D2x86.exe -force-d3d9
  54.  
  55. And the game should run with all the patches and shit, your character's eyes will appear weird, but the game will be playable.
  56.  
  57. Whenever you want to run the game you just have to do:
  58.  
  59. export WINEPREFIX="$HOME/CM3D_Wine"
  60.  
  61. export WINEARCH=win32
  62.  
  63. cd $WINEPREFIX/KISS/CM3D2
  64.  
  65. LC_ALL="ja_JP" wine CM3D2x86.exe -force-d3d9
  66.  
  67. What I have not tested: Installing mods
Advertisement
Add Comment
Please, Sign In to add comment