Подписывайтесь на наш Telegram и не пропускайте важные новости! Перейти

Rijin sourcecode

как это чудо компилить я пытался сделать типо лоадер вроде и сервак работает только длл чит не находится вообще впринцепе и даже чето смотрел гайд на гитхабе скрипт пытался запустить оно выдает [-] run_compile.js: couldn't find compile.bat
Do not try to inject the dll directly into the game, even though it is compiled as a dll, it is essentially a block of code (again see gen.js for more information)

2. Setup MSYS2 & Install GCC​


  1. Download MYS2 (
    Пожалуйста, авторизуйтесь для просмотра ссылки.
    ).
  2. Install MYS2 To the directory: C:\msys64
  3. Open MSYS2 And run the command pacman -Syuu
  4. Keep running the Aforementioned command until it says there is nothing to do.
  5. Open MSYS2 Again and run the following: pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git subversion mercurial mingw-w64-i686-cmake mingw-w64-x86_64-cmake mingw-w64-x86_64-lua mingw-w64-i686-lua

3. Add environment variables​


  1. Add C:\msys64\mingw32\bin to your environment paths.
  2. Add C:\msys64\mingw64\bin to your environment paths.
  3. Add C:\msys64\usr\bin to your environment paths.
  4. Add a system environment variable called CODEBASE_MAIN with the value being the path of your codebase_main folder.

4. Setup Sublime Text Build System​


  1. Goto Tools -> Build System -> New Build System
  2. Name it what ever you want and add the following:

{<br> "shell_cmd": "node %CODEBASE_MAIN%\\src\\run_compile.js",<br> "working_dir": "$file_path",<br>}<br>


  1. Save and set your current build system to the one you created.

5. Run setup file​


  1. Run setup.bat and wait for completion.
 
Do not try to inject the dll directly into the game, even though it is compiled as a dll, it is essentially a block of code (again see gen.js for more information)

2. Setup MSYS2 & Install GCC​


  1. Download MYS2 (
    Пожалуйста, авторизуйтесь для просмотра ссылки.
    ).
  2. Install MYS2 To the directory: C:\msys64
  3. Open MSYS2 And run the command pacman -Syuu
  4. Keep running the Aforementioned command until it says there is nothing to do.
  5. Open MSYS2 Again and run the following: pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git subversion mercurial mingw-w64-i686-cmake mingw-w64-x86_64-cmake mingw-w64-x86_64-lua mingw-w64-i686-lua

3. Add environment variables​


  1. Add C:\msys64\mingw32\bin to your environment paths.
  2. Add C:\msys64\mingw64\bin to your environment paths.
  3. Add C:\msys64\usr\bin to your environment paths.
  4. Add a system environment variable called CODEBASE_MAIN with the value being the path of your codebase_main folder.

4. Setup Sublime Text Build System​


  1. Goto Tools -&gt; Build System -&gt; New Build System
  2. Name it what ever you want and add the following:

{<br> "shell_cmd": "node %CODEBASE_MAIN%\\src\\run_compile.js",<br> "working_dir": "$file_path",<br>}<br>


  1. Save and set your current build system to the one you created.

5. Run setup file​


  1. Run setup.bat and wait for completion.
1777903538441.png
 
Назад
Сверху Снизу