I cant find a program to open this
Printable View
As far as I know, there isn't one, that's why I'm trying to make one... I've worked with elements.data from pw, jd, etc, but this one appears to be compressed... I'm not asking for a program...
I can make this server Online very easy, feel free to help everyone in Discord: https://discord.gg/z8UxpQ
did you get the game to work?
Install its really easy, the problem its the language.
Still working on this
Trying to make it online on a vps. Without sucess, in local works fine
i'm on this one since today after you contacted me
So far i already showed you the tool for element :)
- - - Updated - - -
yes it is compressed
unfortunately the tool will be paid version
So far the developer of the tools will be able to do element and task editor for this game
Ok i did put a server online (dedicated server) for public
the problem now is the login / registration
it does connect to an official server mean you can't control it from your side
here some sniffing
- - - Updated - - -Quote:
Remote Address sdkserver.zulong.com/115.159.129.88:443
URL http://astat.bugly.qq.com:8011/rqd/async
Remote Address astat.bugly.qq.com/203.205.219.244:8011
URL http://115.159.132.123/clientBiLog
URL http://log-ql.zulong.com/clientBiLog
Fixing the client side as it has many edited part that arent use at all (client that i downloaded from a vietnam YouTube link).
Started the translation.
Server is fully extracted from VMware and ready to host for live server
The only issue we really have is to remove the login system on official server and use our own system
I can open a test server for those who want to try it out
Just let me know
Here the extracted server file
https://drive.google.com/drive/folde...JJ?usp=sharing
Installation :
this process below are only for full root access if you want more protection you have to create user and chmod file properly
extract all file in /home/rogCode:sudo mkdir /home/rog
chmod 0700 /home/rog
set all file on 0777 (experimented user will only set executable 0755 and the rest 0644)
edit /gdeliveryd
(you will notice that i created an empty config folder in it just delete it)
create a symbolic link to /gamed/config
edit your Wan IP or your Local test server ip in /gdlinkCode:cd /home/rog/gdeliveryd
ln -s /home/rog/gamed/config config
edit : glinkd.conf
edit /zdirCode:[GLinkServer]
type = tcp
port = 9225
; Set below your wan IP for external connection and added port TCP 9225 to your firewall
;address = 192.168.1.100 (example if it's lan connection)
address = 127.0.0.1
Note that i disabled ios as we only use APK for now
edit the file /home/rog/zdir/version.xml
i suggest you to use a domain name with HTTPS for your live server replace 192.168.254.100 with your domain name or IP
then there is a wwwroot folder that you have to set on your webserver for match the patcher and zdirCode:<resource_update packext=".svzp" project="seven-android"
address="http://192.168.254.100/seven/android_openbeta/"
importantlist="" >
</resource_update>
<announcement url="http://192.168.254.100/seven/android_openbeta/bin/notice.xml" />
you have to edit your client with same info
for start the server i like to use old way :)
first start auth server as i use screen for each of them
note that i edit the start.sh as i use java 1.8Code:cd /home/rog/auany
./start.sh
start ghubd server
and finally start the whole serverCode:cd /home/rog/ghubd
./restart_hub.sh
Code:cd /home/rog/
./service.sh start
kill process :
Code:cd /home/rog/
./killsh
sorry for that one i didn't finish all script as i'm still testingCode:cd /home/rog/ghubd
pkill -9 gdhubd
Edit :Code:cd /home/rog/
./service.sh stop
My Test Client :
https://drive.google.com/drive/folde...86?usp=sharing