Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

EXCLUSIVE InCube's Sword Warrior official setup guide for Windows!

Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Sword Warrior Guide for setting up

Good afternoon.

Today I will be making a guide on how to make a Sword Warriors server, I will also make this for FunTravi.com because this game is just simply awesome.

Open PBE (Public Beta Enviroment):
I am still translating this to english

Updates:

This game is not MMORPG, its RPG.
I have tested with 5 accounts and none of them are showing up, I don't know why but it just wont show up.

Screenshots:
Homepage:
Register:
Create new character:
Loading HUD:
Inside:
Monsters:
Character info:

Now lets get started !

Requirements:
- Java 7u24 jre/jdk
- Windows Machine (Prepared)
- 2 GB RAM minimum, 4gb recommended
- A Cookie Jar

I will only be doing this to help running on windows, any serious developers will figure out how to run it on Linux

Step 1:
Download the following files and extract them.
Download from


Step 2:
Extract these files to C:/Sword_Warriors it must be the same name or it will not work and i will not give any support.
Picture:
InCube - EXCLUSIVE InCube's Sword Warrior official setup guide for Windows! - RaGEZONE Forums

Step 3:
Go to CYDPHP and duoble click CYDPHP wait until it loads up and then click a button that looks like Elephant with PHP text like so:
InCube - EXCLUSIVE InCube's Sword Warrior official setup guide for Windows! - RaGEZONE Forums


and then click the following: "??CYDPHP" and it should launch. If nginx wont run remember to disable skype port 80 and 443 or just shutdown skype ..

Step 4:
Youre almost done!! Now go back and then go to DAOJIAN (Thats the game-server JAVA side)
DO NOT OPEN JAR FILE DIRECTLY OR IT WILL RUEN YOUR LIFE

Now go to start -> Run -> cmd
and type:
Code:
cd C:\Sword_Warriors\DAOJIAN
java DJWS.jar
Don't worry nothing will popup it will run in background .. check task manager if you dont believe me.

Step 5:
Go to logins: root:123456
and create a database called "warriors" (It may exist or maybe not)

Step 6:
go to that database and import SQL file from Sword_Warriors main folder.

Step 7:
Go get a cookie, you deserve it!
Now you can play the game using google chrome and google translator:
GUIDE MADE BY INCUBE DO NOT COPY MY THREAD AND MAKE RE-RELEASES OF IT.

I am the first guy ever here being developing Sword-Warriors, Server-Side decompiling and already started fixing and making everything server-side based.

Now enjoy the game and relax..

P.S. Don't forget to leave a like!

Peace!~
 
Last edited:
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
//Confirmed working on a Centos 6 64bit VPS with 512mb RAM.

Beta TEST will be released as soonest as I decompile Server-Side and fix every SQL Injection and password hack in Sword Warrior.
 
Newbie Spellweaver
Joined
Jan 13, 2006
Messages
50
Reaction score
6
I got it working in windows, but only with java -jar DJWS.jar for server start.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
I got it working in windows, but only with java -jar DJWS.jar for server start.
Code:
java -Xmx512m -Xms512m -jar DJWS.jar
would be best choice.


As I said the file on windows runs in background but in Linux you get a console of that file aswel.
 
Newbie Spellweaver
Joined
Jan 13, 2006
Messages
50
Reaction score
6
java -Xmx512m -Xms512m -jar DJWS.jar works great in a .bat file.

You can also open the nginx web server to the outside world: C:\Sword_Warriors\CYDPHP\soft\nginx-0.8.39\conf\nginx.conf

server {
listen 12.345.678.90:80; # YOUR PUBLIC IP ADDRESS (just use listen 80 to bind to all interfaces)
server_name example.com; # YOUR DOMAIN NAME (subdomains [blog.example.com] will also work here)
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Would be nice to see someone translating the files :)
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
i dont have skype...ngix doesnt start damn
open cmd and type:
Code:
cd C:\Sword_Warriors\CYDPHP\soft\nginx-0.8.39
and then
Code:
nginx
what error does it give to you ?
 
Joined
Jul 1, 2008
Messages
423
Reaction score
44
PS fixed errors now i cant run the jar file....

i used java - jar djws.jar command in cmd and i get error if i use like you write says doesnt found
 
Last edited:
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
PS fixed errors now i cant run the jar file....

i used java - jar djws.jar command in cmd and i get error if i use like you write says doesnt found
DJWS upper case not lower case.
 
Newbie Spellweaver
Joined
Jan 13, 2006
Messages
50
Reaction score
6
Your efforts are much appreciated, Thanks.
 
Initiate Mage
Joined
Sep 30, 2013
Messages
3
Reaction score
0
Thx InCube for the files! Got the game running perfectly!

Now I'd like to see some english :D

nmilchev any idea how long it takes for you to translate? (Thanks in advance)
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Thx InCube for the files! Got the game running perfectly!

Now I'd like to see some english :D

nmilchev any idea how long it takes for you to translate? (Thanks in advance)

Translation takes around 2 months :)
 
Initiate Mage
Joined
Sep 30, 2013
Messages
3
Reaction score
0
Translation takes around 2 months :)

To be honest my guess was around 3 month :) There is shitloads of stuff to translate :p
Too bad I'm so busy with school&work so I don't have time to contribute :/

BTW, does anyone know,
-how to make urself admin? (I tried C:\Sword_Warriors\CYDPHP\www\Config\config.txt -->
$ADMIN="admin"; changing "admin" to my char name but nothing happened =))
-how to add those copper/gold/itemmall currency? (tried changing them from mysql database but didn't work..)
 
Last edited:
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
To be honest my guess was around 3 month :) There is shitloads of stuff to translate :p
Too bad I'm so busy with school&work so I don't have time to contribute :/

BTW, does anyone know,
-how to make urself admin? (I tried C:\Sword_Warriors\CYDPHP\www\Config\config.txt -->
$ADMIN="admin"; changing "admin" to my char name but nothing happened =))
-how to add those copper/gold/itemmall currency? (tried changing them from mysql database but didn't work..)
You can't set admin within php files.. its in Game-Server console.
 
Initiate Mage
Joined
Sep 30, 2013
Messages
3
Reaction score
0
You can't set admin within php files.. its in Game-Server console.

And how exactly do I set it from game-server console? Which file points me out the commands?
 
Last edited:
Back
Top