Advertisement
martysama0134

req2z.txt

Nov 5th, 2019
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. 1) You need a visual studio program (vs2019 for v4/v10)
  2.  
  3. -VS2019 Community (install just the "C++ Game Development" in https://i.imgur.com/NO2yFVo.png and the latest Windows SDK 10)
  4.  
  5. https://www.visualstudio.com/downloads/
  6.  
  7.  
  8. 2) A git client
  9.  
  10. - GitHub Desktop
  11. https://desktop.github.com/
  12.  
  13. - Git-SCM (alternatively - default toolchain)
  14. https://git-scm.com/download/win
  15.  
  16.  
  17. 3) You have to decide if you wanna compile the files in a remote server, or in a vm in your pc
  18.  
  19. - Virtual Box
  20. https://www.virtualbox.org/
  21.  
  22. NOTE: On my gdrive, you can download the already setup VMs.
  23.  
  24.  
  25. 4) You should also download AnyDesk (better than teamviewer)
  26.  
  27. https://anydesk.com
  28.  
  29.  
  30. 5) You can download OBS so that you can record the whole session
  31.  
  32. - OBS (to record the teamviewer session)
  33. https://obsproject.com/
  34.  
  35. If you have problems with OBS, you can install an alternative like CamStudio
  36.  
  37.  
  38. 6) You need to create 1 account on https://github.com
  39.  
  40. Be sure to verify the email and use a strong password!
  41. Example for a very strong password:
  42. - Go to http://passwordsgenerator.net/
  43. - Set the Options like these:
  44. Password Length: 16
  45. [v] Include Symbols:( e.g. @#$% )
  46. [v] Include Numbers:( e.g. 123456 )
  47. [v] Include Lowercase Characters:( e.g. abcdefgh )
  48. [v] Include Uppercase Characters:( e.g. ABCDEFGH )
  49. [v] Exclude Similar Characters:( e.g. i, l, 1, L, o, 0, O )
  50. [v] Exclude Ambiguous Characters:( { } [ ] ( ) / \ ' " ` ~ , ; : . < > )
  51. - Click the button "Generate secure password"
  52.  
  53.  
  54. 8) Text Editor:
  55. - VS Code
  56. https://code.visualstudio.com/download
  57.  
  58. tip: set default charset from utf8 to windows1252:
  59. File -> Preferences -> Settings [https://i.imgur.com/U2R2C5e.png]
  60. Settings -> files.encoding -> windows1252 [https://i.imgur.com/30x2559.png]
  61.  
  62. tip for quests: go to extensions (ctrl+shift+x) and install "metin2 quest support" [https://i.imgur.com/yvKSwfb.png]
  63.  
  64. binary path: "%localappdata%\Programs\Microsoft VS Code\Code.exe"
  65.  
  66. - Notepad++ (alternatively)
  67. https://notepad-plus-plus.org/download/
  68.  
  69.  
  70. 9) Mysql Client: (navicat is better than heidisql, and mysql workbench, but it's not free)
  71. - Navicat for MySQL (trial 14 days; using RunAsDate the trial will last forever)
  72. https://www.navicat.com/en/products/navicat-for-mysql
  73.  
  74.  
  75. 10) SFTP Client: (winscp is better than filezilla)
  76. - WinSCP
  77. https://winscp.net/eng/download.php
  78.  
  79.  
  80. 11) SSH Client: (putty instead of kitty)
  81. - Putty
  82. https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
  83.  
  84.  
  85. 12) Metin2 Unpacker:
  86. - PML (https://metin2.dev/board/index.php?/topic/20776-eterpack-archiver-packmakerlite/)
  87. https://www.mediafire.com/folder/lwhcn5xyb53yq/PML
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement