Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Client compile Guide.
  2.  
  3.  
  4. You need Visual Studio 2010 Professional
  5.  
  6. You also need to install the compiled Boost libraries for 32bit.
  7.  
  8. https://sourceforge.net/projects/boost/files/boost-binaries/1.64.0/boost_1_64_0-msvc-10.0-32.exe/download
  9.  
  10.  
  11. Use the dev version (latest) LH160902/lh/Client/src/dev
  12.  
  13. Open Project LH160902/lh/Client/src/dev/Laghaim_Client/Laghaim_2010.vcxproj
  14.  
  15. At the top Change the build to KP_Release_Game
  16.  
  17. On the left right click Laghaim_Client > Properties > C/C++ > General > Additional Include Directories,Edit Add a new line and add the boost_1_64_0 directory. (c:/local/boost_1_64_0)
  18.  
  19. On the left again right click Laghaim_Client > Properties > Linker > General > Additional Include Directories, Edit Add a new line and add the boost_1_64_0/lib32-msvc-10.0 directory. (c:/local/boost_1_64_0/lib32-msvc-10.0)
  20.  
  21. On the left right click Laghaim_Engine > Properties > Configuration Properties > C/C++ > General > Additional Include Directories,Edit Add a new line and add the boost_1_64_0 directory. (c:/local/boost_1_64_0)
  22.  
  23. You can edit the Server ip in loginpage.h
  24.  
  25. #define JAPAN_IP ect
  26.  
  27. You can change the Client font in LoadEffectSound.cpp
  28.  
  29. F7 / Build Solution.
  30.  
  31. Find the KP_Releease_Game.exe rename to Game.exe and put in the Clean Client base folder.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement