Member
Aug
Threads
0
1
0
0
Rating - 0%
0   0   0
ENG:

Hello Dear Members,
The mainline has been cleaned up by me, many fixes have been applied, and 5-6 flawless fixed systems have been added.
I’m leaving a file that you can develop with peace of mind, free of charge.
The libraries are up to date.
Client Source and Game Source compile without issues.
FoxFS Pack Locking System is available.
You can disable the locale root and the missing pack, then enter the game.
Login Username: admin
Password: dev or 12345
Client Compiler: Compiles without issues in Visual Studio 2022
Game SRC: GCC 14, clang-devel
FreeBSD Version: 13+ and 14+
Database: MariaDB 11.4.3
After logging into MySQL via PuTTY using mysql -uroot -pdev, you can create a new Navicat connection by entering the following commands in order.
Steps to create a MySQL user:
CREATE USER 'your_username'@'%' IDENTIFIED BY 'your_password';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;


TR:


Merhaba Değerli Üyeler,
Mainline tarafımca temizlendi birçok fix atıldı, 5-6 sorunsuz fixli sistemler eklendi.
Gönül rahatlığıyla geliştirebileceğiniz dosyaları ücretsiz şekilde bırakıyorum.

Kütüphaneler en günceldir
Client Source Game Source Sorunsuz Derlenir
FoxFs Pack Kilitleme Sistemi mevcuttur
locale root ve eksik olan packı kapatıp oyuna girebilirsiniz
Giriş K.adı: admin
şifre: dev veya 12345


Client Derleyici-: Visual Studio 2022 de sorunsuz derlenir
Game SRC-: GCC 14 , clang-devel
FreeBSD Sürümü-: 13+ ve 14+
Veritabanı -: MariaDB 11.4.3


Mysql şifresini putty ile mysql -uroot -pdev ile giriş yaptıktan sonra sırasıyla girerek yeni navicat girişi oluşturabilirsiniz
Mysql Kullanici oluşturma adımları
CREATE USER 'buraya kullanici adi yazin'@'%' IDENTIFIED BY 'sifrenizi yazin';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;

View attachment 3187 View attachment 3188 View attachment 3189 View attachment 3190 View attachment 3191

Hidden content
You need to react to this post in order to see this content.

appreciate it bro
 

Similar threads

AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock