64 Bit Directx9 Temiz Server Files

  • Konuyu açan Konuyu açan hasanmacit
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 7
  • Gösterim Gösterim 289

hasanmacit

Premium Üye
Premium Üye
Geliştirici
Yardımsever Üye
Emekli Üye
Editör
Mesaj
5.565
Çözümler
232
Beğeni
6.482
Puan
3.850
Ticaret Puanı
7
Linkleri görebilmek için giriş yap veya kayıt ol.


Konu devden
Linkleri görebilmek için giriş yap veya kayıt ol.
'
tan alıntıdır. Yazısını değiştirmeden paylaşıyorum ingilizcesi olmayan çeviriye koysun. 64 bit için iyi bir başlangıç.
Hello everyone,

I’ve recently decided to start developing a set of clean, modernized files that are:

  • Easy to use
  • Have no external dependencies
  • Work out-of-the-box with CMake
For the base, I used the sources and client originally released by
Linkleri görebilmek için giriş yap veya kayıt ol.
, and I’ve made several adjustments to simplify and modernize the setup.

🔧
What’s Included


  • Fully CMake compatible (no need for pkg or vcpkg).
  • All external dependencies are contained within the project:
    • vendor folder → dependencies built with the project
    • include folder → header-only libraries
  • 64-bit
  • Client build uses DirectX9


🚀
Getting Started

Server


Repo:
Linkleri görebilmek için giriş yap veya kayıt ol.


  1. Clone the repository.
  2. Run install.py -> it will create the required channel folders automatically
  3. You can configure map indexes per channel inside channels.py
Server Sources

Repo:
Linkleri görebilmek için giriş yap veya kayıt ol.


cmake -S . -B build
This will generate the solution or makefiles, depending on your setup.

Client Sources

Repo:
Linkleri görebilmek için giriş yap veya kayıt ol.


cmake -S . -B build
For a compatible client base, you can use this repo:
Linkleri görebilmek için giriş yap veya kayıt ol.


Main features

  • x64
  • DirectX 9
  • batched text rendering
  • global party
  • effect decorators removed
  • better memory pooling
  • dislay mode detector removed
  • automatic MSAA detection
  • DeVIL -> stb_image
  • no DLLs, all libs are static
  • WebView2 for embedded browser
  • SSE2 mesh deform
 
Client kısmına bakmıştım (şu anda sanırım indirilmiyor ) çok temiz. Belkide en temiz client düzeni olabilir.
 
eğer github desktopla client src ve clienti çekerken veya zip olarak indirirken liblerde, exe dosyalarında veya packlarda hata yaşadıysanız (1 saat önce denemediyseniz kesin yaşadınız) github linklerini tekrar indirmeyi veya desktop uygulaması ile çekmeyi deneyebilirsiniz. paylaşan arkadaş linkleri güncellemiş. bilginiz olsun​
 
Geri
Üst