Advertisement
Guest User

Dragons Dogma Online setup

a guest
Aug 24th, 2018
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. HOW TO SETUP DRAGONS DOGMA ONLINE
  2.  
  3. **VPN Setup.**
  4. *Skip if you have your own VPN*
  5.  
  6. 1. Download this http://www.vpngate.net/en/download.aspx
  7.  
  8. 2. Extract everything and install the [executable](http://i.imgur.com/ac4JJdW.png).
  9.  
  10. 3. Once installed, open the program and double click [here](http://i.imgur.com/dIndimp.png)
  11.  
  12. 4. It will then give you a list of VPN servers you can use. Double click on any [Japanese server.](http://i.imgur.com/EOpWwXc.png)
  13.  
  14. 5. Now it will prompt you on what [VPN protocol](http://i.imgur.com/1fgjQ2P.png) you want to use. I've had success with both, but more recently I've had more success with UDP than TCP.
  15. If it fails to connect, try retrying a couple of times. Most of my successful connects start off with a failure to connect followed by a successful retry.
  16.  
  17. 6. Check if your [IP location](https://www.iplocation.net/) is currently in Japan.
  18.  
  19. **CAPCOM Account Setup**
  20.  
  21. 1. Register [here](https://www.capcom-onlinegames.jp/pc/regist).
  22. [Here is a picture of a translated version of the form.
  23. ](http://i.imgur.com/M30QTDI.png)
  24.  
  25. 2. Once completed, you will see your [username](http://i.imgur.com/ZZqlPU9.png) (located in the red square) which you will use to log into the game. It is also sent to you in an email.
  26.  
  27. **Dragon's Dogma Online Installation**
  28.  
  29. 1. Have your VPN successfully running.
  30.  
  31. 2. Download the installer [here](http://www.dd-on.jp/starting/win.html#step2). Click on the [blue button](http://i.imgur.com/KY4fLAc.png)
  32.  
  33. 3. Run and install the launcher.
  34.  
  35. 4. Log in [here.](http://i.imgur.com/BxaKk2A.png)
  36.  
  37. 5. After logging in, it will now start [checking the current version.](http://i.imgur.com/WWH6hN0.png) At this point, you can now turn off your VPN.
  38.  
  39. 5. Once done, it will start downloading the main client.
  40.  
  41. 6. Click on the [green button](http://i.imgur.com/VrYVQGp.png) to start the game. Enjoy!
  42.  
  43. **Translation Pack Installation**
  44.  
  45. 1. Download the latest translation pack from [here.](https://github.com/riftcrystal/DDON-Translation)
  46. If the latest translation patch does not correspond with the current Dragon's Dogma Online Patch, do not install.
  47.  
  48. 2. Extract the files to wherever you installed Dragon's Dogma Online. [For example, here.](http://i.imgur.com/hkxDTfk.png) Replace anything that prompts. I suggest backing up the folder before replacing in case something goes wrong.
  49.  
  50. **Helpful Tips!**
  51.  
  52. * You must always launch your VPN before opening the launcher. Once you have logged in you can turn it off.
  53. * Not everything is translated. Using the [Google Translate](https://play.google.com/store/apps/details?id=com.google.android.apps.translate&hl=en) android/iOS app's camera feature can help from time to time.
  54. * Luckily, Dragon's Dogma Online works perfectly with Steam as a Non-Steam Game. [Here's a link to a Custom Image for grid display!](http://i.imgur.com/y22DX6E.jpg) Just add "ddo_launcher" from where you installed DDO.
  55. * World 13 is where all the English speaking players are located.
  56.  
  57. **VPN Workaround**
  58.  
  59. 1. Run command prompt as an administrator
  60. 2. Enter the following: route add 106.185.74.0 MASK 255.255.255.0 <default gateway> Replace <default gateway> with your router's default gateway without the <> (just look up on google how to find this and make sure that your VPN is turned off when getting this information)
  61. 3. Log into the game with the VPN turned on then simply disconnect the VPN once you're in the character select screen or in-game! (See edit if you want to make this route persistent over reboots)
  62.  
  63. PS. If you need to remove the route just enter: "route delete 106.185.74.0". Be careful not to do anything else to your route table as this can potentially make it so that you are unable to connect to the internet.
  64.  
  65. EDIT: If you want to make it persistent, just add the flag -p in the route add command as follows: route -p add 106.185.74.0 MASK 255.255.255.0 <default gateway>
  66.  
  67. 2. OPTIONAL BAT FILE
  68.  
  69. .bat file for those of you who are using the VPN workaround. Create a text document and paste the below (starting at @echo off) into it, changing <Default Gateway> to your own Default Gateway. Save it as a .bat file, and run it as an administrator before starting up your VPN. Enjoy!
  70.  
  71. @echo off
  72.  
  73. route add 106.185.74.0 MASK 255.255.255.0 <Default Gateway>
  74.  
  75. echo Turn off your VPN after getting to the characters screen! Continue to remove workaround!
  76.  
  77. pause
  78.  
  79. route delete 106.185.74.0
  80.  
  81. echo Workaround Removed!
  82.  
  83. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement