Skip to content

This pkodev.mod.loader modification for the client of the MMORPG game "Tales of Pirates" allows you to add a flight effect to any Wings (items with type 44), similar to the effect of the Wings of Rebirth.

V3ct0r1024/pkodev.mod.wings

Repository files navigation

pkodev.mod.wings

logo-background

This pkodev.mod.loader modification for the client of the MMORPG game "Tales of Pirates" allows you to add a flight effect to any Wings (items with type 44), similar to the effect of the Wings of Rebirth.

Documentation

  • Please refer to this page to get information about the modification in English language;
  • Please refer to that page to get information about the modification in Russian language.

Information about the modification

  • Name: pkodev.mod.wings;
  • Version: 1.1;
  • Author: V3ct0r;
  • Type: for the game client (Game.exe);
  • Supported executable .exe files: GAME_13X_0, GAME_13X_1, GAME_13X_2, GAME_13X_3, GAME_13X_4, GAME_13X_5.

How to build

You will need the Visual Studio 2022 Community IDE installed, which you can download for free from the Microsoft website, and the Git VCS.

Way one - build.bat script

  1. Open Developer Command Prompt for VS 2022;

  2. Execute the following sequence of commands:

     git clone https://github.com/V3ct0r1024/pkodev.mod.wings.git
     cd pkodev.mod.wings
     build
    

Way two - Visual Studio GUI

  1. Open Command Prompt (cmd.exe);

  2. Execute the following sequence of commands:

     git clone https://github.com/V3ct0r1024/pkodev.mod.wings.git
     cd pkodev.mod.wings
     start .
    
  3. Double click on the file "pkodev.mod.wings.sln". This will launch Visual Studio 2022 Community;

  4. Select the desired version of Game.exe in the drop-down list of configurations and click the green arrow to build the modification.

.DLL files of the modification will appear in the directory pkodev.mod.wings\bin. You can install them in the client, for example with the following command:

move "Path to the .DLL file" "Path to the client mods directory"

Gallery

Image 1

Image 2 Image 3

Image 4

Discussion on the forum PKOdev.NET

Download

The latest release of the modification can be found here.

About

This pkodev.mod.loader modification for the client of the MMORPG game "Tales of Pirates" allows you to add a flight effect to any Wings (items with type 44), similar to the effect of the Wings of Rebirth.

Resources

Stars

Watchers

Forks

Packages

No packages published