【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)

Junior Spellweaver
Joined
Sep 12, 2008
Messages
100
Reaction score
35
I checked the files and I believe that this solves the login problems where the server does not appear:

Change the following files:
RZ-Jade Dynasty\element\userdata\server\serverlist.txt

Global
Link 29000:192.168.100.35 1


RZ-Jade Dynasty\element\userdata\server\newserver\serverlist.txt

Global
Link 29000:192.168.100.35 1

RZ-Jade Dynasty\element\userdata\server\newserver\servergroup_new.txt


RZ-Jade Dynasty\element\userdata\server\servergroup_new.txt

RZ-Jade Dynasty\patcher\server\serverlist.txt

Global
Link 29000:192.168.100.35 1

RZ-Jade Dynasty\patcher\server\updateserver.txt
"Global" "http://192.168.100.35/cpw/files/CPW/"

in 192.168.100.35 switch to your ip vm


the problem is related to it not being linked to show the existing server group
 
Newbie Spellweaver
Joined
Jul 24, 2019
Messages
58
Reaction score
5
i have check and change all your suggestions but still no luck, SERVER DOES NOT APPEARfor how many times have read th ST, how many i started the server but i did not "Now the server says: "it’s fully started! Let’s connect!"".
 
Last edited:
Newbie Spellweaver
Joined
Mar 30, 2015
Messages
49
Reaction score
3
Re: 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)

I managed to display the server in the client and you can enter the game! To do this, I deleted the config, launcher and patcher folders. Left only the element folder. Then, in the files of the write server of the userdata folder, I changed the parameters of the ip and the name to global. Yes, It's work!



RZ-Jade Dynasty \ element \ userdata \ server\ serverlist.txt
Global
Link 1 29000:192.168.1.15 1

RZ-Jade Dynasty \ element \ userdata \ ip_map.txt
192.168.1.15 192.168.1.15
 
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Re: 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)


If you keep the files and change the server IP in the patching folders serverlist.txt, you can keep the server going fine, and have a patch server.
The path to update the game files in the server-side is:
Code:
 /var/www/cpw/files/new/
 
Newbie Spellweaver
Joined
Mar 27, 2020
Messages
16
Reaction score
0
omg, thanks for your great work its working.... and the ubuntu 12 feels so snappy not like 20.04
 
Joined
Oct 10, 2007
Messages
1,772
Reaction score
187
Re: 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)


if I click on this link it doesn't load the site




why can't i connect and all right?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 24, 2019
Messages
58
Reaction score
5
No worries! .I plan to make changes soon to the game client, and VM/server side soon with upgrades. so keep tabs on this thread! might be a few weeks to a month or so though!
I am still waiting for this, how was the updates?
 
Newbie Spellweaver
Joined
Jan 25, 2019
Messages
27
Reaction score
1
consumescore_disable = 1 means what And what effect does it have on the game?
 
Junior Spellweaver
Joined
Dec 15, 2012
Messages
170
Reaction score
9
For some reason, the server does not see me. I did not change anything in the server and client settings, I just checked all the IP address settings are correct. Why is that?

go to RZ-Jade Dynasty\element\userdata\server and RZ-Jade Dynasty\patcher\server, look in all .txt files and replace Hyrule with Global and Link1 with RageZone then start the game using patcher.exe not elementclient.exe
 
Newbie Spellweaver
Joined
May 16, 2013
Messages
9
Reaction score
0
Re: 【TUT】JD 16-Class Premade VM w/ Game-Client(iweb&other functions included)

after i have fixed my ip. i cant get out of screen. i typed wq and pressed enter and nothing happened it just jumped to lower level. help plz.



after i have fixed my ip. i cant get out of screen. i typed wq and pressed enter and nothing happened it just jumped to lower level. help plz.
 
Newbie Spellweaver
Joined
Apr 23, 2021
Messages
10
Reaction score
3
Hi all,

Haven't had a lot of time to test, but couldn't enter the lvl 30 solo instance - kept getting a "Map not found" error. In any case - seems most of the stuff is working.

I'm writing this to make the non-windows people's life a bit easier. I use xcp-ng for all my server needs, because I hate VMware's virtualization and Oracle's VirtualBox kernel modules - too much hassle. This should work for other server VM's as well.

1. Server - convert the .vmdk to .vhd with quemu-img. The tool should be available for any distro either in the QEMU main package, stand-alone or quemu-tools.

Code:
qemu-img convert -O vpc LegacyUbuntu.vmdk jadedynasty.vhd

Import the disk, set the CPU/RAM as needed/available. The VM works fine without the xcp-ng tools.

2. Client - may be a bit gimmicky to set up with WINE. Running multiple clients from the same prefix may be problematic, worst case scenario is making a copy of the game folder for each additional client. You may have to add BINK via winetricks. I use Lutris, and below is my setup:






Thanks for the release, have a great day!