Giter Site home page Giter Site logo

fnixdev / otcv8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from otacademy/otclientv8

0.0 0.0 0.0 250.34 MB

Mirror of official OTClientV8

Home Page: https://discord.gg/otacademy

Shell 0.11% C++ 43.73% Python 0.03% C 15.45% Java 0.10% Lua 36.08% PowerShell 0.01% CMake 4.43% GLSL 0.07% Batchfile 0.01%

otcv8's Introduction

OTClientV8

Contribution

If you add custom feature, make sure it's optional and can be enabled via g_game.enableFeature function, otherwise your pull request will be rejected.

Compilation

Automatic

You can clone repoistory and use github action build-on-request workload.

Windows

You need visual studio 2022 and vcpkg with commit 3b3bd424827a1f7f4813216f6b32b6c61e386b2e (download).

Then you install vcpkg dependencies:

vcpkg install boost-iostreams:x86-windows-static boost-asio:x86-windows-static boost-beast:x86-windows-static boost-system:x86-windows-static boost-variant:x86-windows-static boost-lockfree:x86-windows-static boost-process:x86-windows-static boost-program-options:x86-windows-static luajit:x86-windows-static glew:x86-windows-static boost-filesystem:x86-windows-static boost-uuid:x86-windows-static physfs:x86-windows-static openal-soft:x86-windows-static libogg:x86-windows-static libvorbis:x86-windows-static zlib:x86-windows-static libzip:x86-windows-static openssl:x86-windows-static

and then you can compile static otcv8 version.

Linux

on linux you need:

  • vcpkg from commit 761c81d43335a5d5ccc2ec8ad90bd7e2cbba734e
  • boost >=1.67 and libzip-dev, physfs >= 3
  • gcc >=9

Then just run mkdir build && cd build && cmake .. && make -j8

Android

To compile on android you need to create C:\android with

Also install android extension for visual studio In visual studio go to options -> cross platform -> c++ and set Android NDK to C:\android\android-ndk-r21b Right click on otclientv8 -> proporties -> general and change target api level to android-25

Put data.zip in android/otclientv8/assets You can use powershell script create_android_assets.ps1 to create them automaticly (won't be encrypted)

Useful tips

  • To run tests manually, unpack tests.7z and use command otclient_debug.exe --test
  • To test mobile UI use command otclient_debug.exe --mobile

otcv8's People

Contributors

bbarwik avatar oen44 avatar skarzi avatar otcv8 avatar dependabot[bot] avatar nottinghster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.