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!

Setting Up US [2015] Files

Joined
Sep 20, 2012
Messages
420
Reaction score
47
First of all, this may not work for everyone but i'm going to give it a bash - since i've got stuck a few times with the setup of these files. I've used Windows 7 Ultimate Edition [x64] (will work on 32bit if done correctly)

You need to know the following things to actually SETUP the files;

1 -> Hex Editor (a decent one) (i've used a mixture of them there is NotePad++ with the hex editor plugin)
2 -> A Notepad (Notepad++ would be good but can be the default NotePad)
3 -> Setup of SQL Server 2014 (since the files require it)
4 -> A Clear understanding of what to come - i'm trying to make sure its in BASIC ENGLISH
5 -> And Time

First we've gotta download the files from:
(i've moved these to my drive)

See Point A for more information
LoginServer(localhost) - Point B - Bottom Of This.
Point B
* Can Use IIS But its better and easier for the guide if you stick to this version



Point A: If you're running a 64bit processor ExpressAdv 64BIT\SQLEXPRADV_x64_ENU.exe, Else (if not sure) ExpressAdv 32BIT\SQLEXPRADV_x86_ENU.exe

We need all of those files to continue; I'll do screenshots of the setup process; We'll start off with SQL Server 2014 i'm going to install this on WINDOWS 10 DO NOT worry its the same process but the server can only run Windows 7/Server 2008r2 (from my knowledge)

I'm only doing it on Windows 10 for the simple reason of this tutorial otherwise i'd have used the windows 7 area;

-> Starting the Microsoft SQL Server -> Click ok on the extract window (its just to keep the files)
-> Once the SQL Setup has shown it'll appear in time....click on New SQL Server Stand-Alone installation or add features to an Existing installation

-Screenshot 1-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> Accept The Terms -> Click Next

-Screenshot 2-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> It does a rule check if anything is missing do a quick google otherwise it'll skip the screen
-> Click Next (you can update if you like) (just takes longer)

-Screenshot 3-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> Make sure the only thing unticked is LocalDB (its not required) but all others is! Then hit Next
-> Click Next (or insert Named Instance) Its required and remember this!

-Screenshot 4-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> Click Next

-Screenshot 5-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> MAKE SURE YOUR NAME IS INCLUDED - otherwise ADD CURRENT USER
-> Put On MIXED MODE - Password can be anything but make sure you remember it for later on (step X)
---> Should look like Screenshot 5

-Screenshot 6-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


-> Put on Install Only (takes ages otherwise)
-> Hit Next
-> SQL is Installing

While the setup is installing lets fix the Login Server - This is because i've set the one up in the above as 127.0.0.1 (localhost) you can change this to a LAN IP (i.e. 192.168.0.18) or you're WAN IP if dedicated server they will provide you with one. You need to convert it to MD5 as the login server deals with MD5;

Open The Login Server in Hex Editor and find the string (yes string) f528764d624db129b32c21fbca0cb8d6 your IP which you can generate If you're unable to do this step is a Hex Editor Its Free

As the setup takes a little while we might as well extract the server files using winrar or whatever application you use: extract to somewhere you remember (on the server i put it in C:\Server) But can easily be on the desktop. (requires 2 extracts) 2015_Server_Full.rar (from 2015 files.zip)

If The SQL Setup still hasn't completed we can move onto the next part. We can't setup the ODBC connectors without the setup completed however we can sort out the document (you maybe required to reboot at this step)

Once the server files are EXTRACTED - open them you're virus checker may have found a virus (thats good that one is no good anyways) C:\Users\XXXXX\Downloads\Server2015 there is Account_Release.exe that file goes into C:\Users\XXXXX\Downloads\Server2015\2015_Server_Full\Server\Account - Once you've done that GREAT!

Since SQL Server Has completed the setup click okay -> close >-> Close the SQL Setup (do not do it before hand)

After that we start the SQL Server 2014 Management Studio As we need to restore backed up data found in the database folder C:\Users\XXXXX\Downloads\Server2015\2015_Server_Full\Server\_Database

To restore once SQL Server Management Studio has loaded: Just click connect (it should work)

Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Right click on Databases -> Restore Database.. - Easy really

Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Make sure its on device (as thats where the db is) You MAY need to move the Database from the area its in to another path as it can't read from Users (dunno why)

I've moved mine to C:\_Database so we can understand clearly.

Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


See where it says Account it used to say AccountNew (under destination)

Code:
From AccountLog.bak -> AccountLogNew -> AccountLog (under destination again)
From Character.bak -> w00_Character (leave as is)
From GameLog.bak -> GameLogNew -> w00_GameLog - Under Destination
From StatisticsData.bak -> StatisticsDataNew -> StatisticsData - Under Destination

Operator Tool database is needed also but you can get that from Hunter Kingdom Files (idk why its not included)

I'm going to Switch over to Windows 7 (as i don't need SQL Server on windows 10 for this step)

Press Start + R Key (if not click start then run) -> %WINDIR%\SysWOW64\odbcad32.exe then hit enter

-Screenshot 10-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Hit on System DSN

-Screenshot 11-
Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Mine is pre-done but i'm going to give an example

Click on ADD -> SQL Server (its all the way at the bottom MAKE SURE ITS SQL SERVER ONLY!)

Now for the DSNs
With this make sure the SQL Server you wish to connect to doesn't look like .\SQLEXPRESS (it ended up in a whole world of trouble unlike SQL Server 2008 R2 (this one doesn't like that) Mine ended up being ADMIN-PC\SQLEXPRESS - You get this from the SQL Server 2014 Management tools though you might be able to use LOCALHOST\SQLEXPRESS - Also USE THE Username (sa) from Screenshot 5 and password you preselected- As it will be needed - Login ID - sa and the previous password. Click Next (the names are given below)

Code:
Account -> Account
AccountLog -> AccountLog
w00_GameLog -> w00_GameLog
w00_Character -> w00_Character
Statistics -> StatisticsData
OPTool -> OperatorTool

You're on change the default database (it can be left unchecked) -> Click Next - then finish - TEST DATA SOURCE (it should come back successful) if done correctly -> click ok -> Ok again and proceed to the next. (screenshots will show an example ONLY) You should have one the same as Screenshot 11

Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


See? Simple now you've done that time to move over to the ServerInfo.txt file.

C:\Users\XXXXX\Downloads\Server2015\2015_Server_Full\Server\9Data\ServerInfo\ServerInfo.txt file (this is the main file it reads)

Change all the IPs from 217.79.181.51 to yours or put as 127.0.0.1 (that means localhost) (save don't want to loose the work)

Now change the password at the bottom

Code:
ODBC_INFO  "Account",        0,  0,  "DSN=Account; 	UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE Account;        SET LOCK_TIMEOUT 5000"  ; world
ODBC_INFO  "AccountLog",     1,  0,  "DSN=AccountLog; 	UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE AccountLog;     SET LOCK_TIMEOUT 5000"  ; world 
ODBC_INFO  "Statistics",     2,  0,  "DSN=Statistics; 	UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE StatisticsData; SET LOCK_TIMEOUT 5000"  ; acccount db
ODBC_INFO  "OPTool",         3,  0,  "DSN=OPTool; 	UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE OperatorTool;   SET LOCK_TIMEOUT 5000"  ; account db

; for first world
ODBC_INFO  "w00_Character",  10,  0,  "DSN=w00_Character; UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE w00_Character;  SET LOCK_TIMEOUT 5000"  ; world
ODBC_INFO  "w00_GameLog",    11,  0,  "DSN=w00_GameLog;   UID=sa; PWD=djE9dVJT2L4bC7Mn4GPd79gSwfap8T",  "USE w00_GameLog;    SET LOCK_TIMEOUT 5000"  ; world

This thing here has the password set to djE9dVJT2L4bC7Mn4GPd79gSwfap8T - Change to the one you did in the SQL Setup.

Thats that file done. For the sake of making things easy i'm going to put

C:\Users\XXXXX\Downloads\Server2015\2015_Server_Full\Server

As the root folder (this means that i'm going to go through the folders from Server\ rather than typing out the path over and over.)

\Account\Account_Release.exe -> right click run as administrator
\AccountLog\AccountLog Release.exe -> right click run as administrator
\Login\3LoginServer2.exe -> right click run as administrator - See point B
\w00_Character\Character Release.exe -> right click run as administrator
\w00_GameLog\GameLog Release.exe -> right click run as administrator
\w00_WorldManager\NOXT_4WorldManagerServer2.exe -> right click run as administrator
\w00_Zone00\5ZoneServer2.exe -> right click run as administrator
\w00_Zone01\5ZoneServer2.exe -> right click run as administrator
\w00_Zone02\5ZoneServer2.exe -> right click run as administrator
\w00_Zone03\5ZoneServer2.exe -> right click run as administrator
\w00_Zone04\5ZoneServer2.exe -> right click run as administrator

Point B: Copy from The above download to the folder path full before running as administrator
Afterwards it should say something like Service Uploaded OK

Now we need to setup the webserver there are many ways of doing this but i picked for the sake of it - Run this setup

Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Evildarkang - Setting Up US [2015] Files - RaGEZONE Forums


Once its installed. Go To C:\xampp\htdocs

Change the name of Index.php to GR.php (has to be GR.php) Now edit it with notepad (i used notepad++ for this) so change the context of it

Code:
<?php
	if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
		$uri = 'https://';
	} else {
		$uri = 'http://';
	}
	$uri .= $_SERVER['HTTP_HOST'];
	header('Location: '.$uri.'/dashboard/');
	exit;
?>
Something is wrong with the XAMPP installation :-(

To:
Code:
[1440][3][{( USA V.0.001 )}]
73B2CCC77269D6B77284E8AC733D962D5839326E5677672C9BCEB73CD8A7276A8
CA5072CC7271513D8473A7E77075D5B7567331216771DC385B76EF052074E1D6C
F746C9D6B74FE459974BE44CD76A4A6017449A67D762AFC43748E0CE07440C61D
62429D2735DB19C72ABF51C717B2C5D736FEBEA75F82B18674E9277311FAB1764
B7FF475DE5E7576C5AD1D71678DA9778B78A5656824F7768A47E72861EF375285
F0676854B42776CCCF875E27241759C1E73760609BA760822BA722CB84E75C000
A675173FD476504850760BB2ED6DB2F9A711BA658778B80DB76A13C8A77749470
760822BA7281A6587690572177213C1773959F5572444A4675F2ACFA76E7FDB26
5CF34C73F335C7746E790375A8735E71D6D0387642B3F072E61883740BF411747
059C876705809757D470E726BAF4B76C1B406750D9F297281375173F11E8A65E6
B9972AA6A1C74663DED75C9D7D976568C4F7268A393740A5277687BD89732E11E
17376135F7642D55751E42971E14AA2773B00C5768F936973EF18887336E51073
D476B47175048974C722BE74A923C67230998569FC0067404078E71F5462C7678
AD3476A96A7575C0674072D373DA740A2FD472ABC3DA723D8CB97725144372BF4
F27736B361D72F303C776A174D87437BD227138B117734D7FC7713EED1574B934
18722522857330F0CC734062AA777E375D753D3A07764C71D77179CB7674ECA2A
3731543C1741DB21C76C39EF97450F3E676F486BA76B899617728F0BA75F78D0C
714174E8723A0D6B74F340E675E3163E71BE2DAC744A8EA773431BF274FC5BB07
4FC35FC774AB9C36FA1953652999D719D5DB376E578CD726B8A8567801017679D
A427528AD0B6C8782461C67FA72DB068974601C1A74CFA65871BB2678648CB097
5541AAB71F16EF2774BC58C75EA7057739F003F72A504247654F3A575B3632B76
9F5F1A74CE439675A8B900751E51FB74F9028A738D9B9F7376F26C723EB92171C
395BC76BFC75B7779245175367E7971625031713E984171BC1493723F6705741C
68C576DCEFBC67F5E3164882F571E73C2771A9EFD961070F47642F7C672578D4E
751E51FB7292173D7107186174CB8E8272E6718973F06A8D72380F6575EB397E7
3B74FB5746E5B2672D53A5D6B9A12474B3766A74E8C0FD6DCB610756EE5CC61DD
A6574F85F487335EB67767B0C31623654E73F00A9F56FF9872BC40AF6D058B074
948357777C83FB72764B6D767AFC5C7280A69F7672D2BB72D8B3DC72CB822A715
E7679720CA2AA75BD29E0723A2A34756F2005734DF2B6769C8EFD72BDCC446A4F
5C074D3827C7197679F72375EA7723C7E1572C411DC73ED2F7E75A7BD9262AA16
D759BDE8672F49898722522857506BFDE77374554730E09F4757163C1726FF272
76B4E794720D83A07753DCF87422C98567A774876B3CF7C7789077C735111346F
2A31871FC498D728B4AE97477791471B07EE3761A8EAF756321F275E3919E742B
88295F7B7A751FC59D6DD5BB175CF379D778D6B627667C6CA73057C9C72752534
757C9EEE7167A883771FF10872E7832071932E2C7533E282775611947379E1C77
6245B937158232671FBDB62723167BE7127319F7375867C73FE40A3771F856275
E02C867144C8B172853F23740E9DAC7783D7F072F8B10B6763DEF719828D6752D
40AF717E157974F9E31A71D5181F7620653173A757457670A6367350EDF576F14
E93612F7117408B90476C133377381DB4F7673D347745903F0768531F776BC688
771AD13F4723C7E1573556FD8775AEAF77140DE077449A1B97738315373B6130A
738217AF75E8953D7116D7A4761FFA1F71C4F63775AA79A3765AC30B7280A9587
4903026713C2FDA

IMPORTANT WHEN YOU HAVE THE CONTROL OF XAMPP RUNNING CLICK ON CONFIG UNDER APACHE AND CLICK ON HTTPD.CONF

Look for: Listen 80 and change to Listen 58492 This is important AND CANNOT BE SKIPPED
You also could put a # infront of LoadModule ssl_module modules/mod_ssl.so to prevent it from being loaded.
same with Include conf/extra/httpd-ssl.conf to #Include conf/extra/httpd-ssl.conf

RUN THE XAMPP server - Apache (otherwise no php can be connected)

one other step that wasn't included in the release - you need to make a couple new files or find them

GBO.reg (it can be found though in the folder w01_Zone02 (in the server files)) double click on that add to registry (its important makes the zone run)
Fantasy.reg (same as GBO.reg) add it to the registry

Now if everything is done correctly you should be able to start the services one by one (found in Start Run -> Services.msc) right click -> click on start :)

Hope this helps those who reads it.

Had some help from Aqua. But otherwise most on my own!

Edit: some other new releases have come to light therefore i will link them here so that the setup can be simple and an easy one:

Full Server Files:



Synced Files



Client File (.bin)
RageZone Link

Fixed Services (correct Services)


Please note that there maybe bugs involved with the game that is natural, you have to do some of the work yourself!

Edit2: Since people struggle with the GBO/Fantasy registry keys i'm going to post them here:

Code:
GBO.reg x64

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GBO]
"Desert"="138127"
"Mountain"="30324"
"Natural"="126810443"
"Ocean"="7241589632"
"Sabana"="2554545953"

Code:
Fantasy.reg x64

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Fantasy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Fantasy\Fighter]
"Bird"="Eagle"
"Insect"="Honet"

Once i try and do this on a 32bit OS i'll upload the 32bit Registry fixes myself.

Edit 3:

Client Links are up at the top - they're the full thing!

SHN Editor: -
ShineTables -

For the SHN Editor thank MrFarbodD
ShineTables - no idea but credits to whomever made it.

Edit (18/09/2021): I've updated certain links removed others, LoginServer in the attachment is an older version, but the one on the google drive (mirror link) works with the system regardless, everything is as is, screenshots seems to be broken but i've updated the links to them dunno whats going on there! Enjoy Fiesta Online!
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jun 19, 2013
Messages
123
Reaction score
7
No key Provided. Down.
 
Junior Spellweaver
Joined
Jun 19, 2013
Messages
123
Reaction score
7
Lua has been fixed on this release? " "
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
Nice Trojan.

I did actually say this:

EvilDarkAng said:
Once the server files are EXTRACTED - open them you're virus checker may have found a virus (thats good that one is no good anyways) C:\Users\XXXXX\Downloads\Server2015 there is Account_Release.exe that file goes into C:\Users\XXXXX\Downloads\Server2015\2015_Server_Full\Server\Account - Once you've done that GREAT!

Further more them files are the EXACT ones in the 2015 release (in the releases section of the forum...)
 
Junior Spellweaver
Joined
Jun 19, 2013
Messages
123
Reaction score
7
The Resystem you have provided is not sync with the shine folder. It gives you an error " The client has been manipulated". Could you provide a sync Resystem/Shine (SHN).?
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
Thats something you're going to have to figure out :) i will say this its better to use the server to client than it is to use client to server translation -> i would also "suggest" that you backup the ressystem folder first ;)
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
If you've done the steps Check your firewall - review the settings make sure the zones are running the guide is there as a baseline. Sometimes things interfere and its difficult to pin-point where the issue may lie.
 
Newbie Spellweaver
Joined
Jan 17, 2019
Messages
15
Reaction score
0
Well did everything like in this Thread is showing everything is starting the problem just is it says "Map under maintenance please try again later"

Assert:
01:52:29 : AssertClass::ac_AssertFail : ZoneServer::zs_start_old : Script error[0]01:52:33 : AssertClass::ac_AssertFail : ZoneServer::zs_start_old : function call error[0]

Message:
US - 2015³â 11¿ù 17ÀÏ - 10½Ã 10ºÐ 24ÃÊ
ZoneServer::zs_start_old
HTML
Pass 0
Pass 1
Pass 2
Pass 3
Fly
HTML
Pass 0
Fly
 
Newbie Spellweaver
Joined
Jun 1, 2012
Messages
62
Reaction score
32
Well did everything like in this Thread is showing everything is starting the problem just is it says "Map under maintenance please try again later"

Assert:
01:52:29 : AssertClass::ac_AssertFail : ZoneServer::zs_start_old : Script error[0]01:52:33 : AssertClass::ac_AssertFail : ZoneServer::zs_start_old : function call error[0]

Message:
US - 2015³â 11¿ù 17ÀÏ - 10½Ã 10ºÐ 24ÃÊ
ZoneServer::zs_start_old
HTML
Pass 0
Pass 1
Pass 2
Pass 3
Fly
HTML
Pass 0
Fly

You’ve either not set up all the registry values properly or not linked GR.php properly.
 
Newbie Spellweaver
Joined
Jan 17, 2019
Messages
15
Reaction score
0
You’ve either not set up all the registry values properly or not linked GR.php properly.
Nah i did it properly i clicked on both Fantasy and GBO both registered, htdocs folder i renamed index.php to GR.php and put the stuff in there that i needed to copy paste and i did the stuff with httpd.conf from Listening 80 to Listening 58492

#Edit a friend of mine can even see the stuff under hamachiip:58492/GR.php
 
Last edited:
Joined
Sep 20, 2012
Messages
420
Reaction score
47
There are ways of making it work on Windows 8+ it isn't just locked onto windows 7/2008 r2 anymore. There are ways. I've done it with windows 10 If you're still having issues i'll have a look into the 32bit os later. i know it can be due to that.
 
Newbie Spellweaver
Joined
Jan 17, 2019
Messages
15
Reaction score
0
There are ways of making it work on Windows 8+ it isn't just locked onto windows 7/2008 r2 anymore. There are ways. I've done it with windows 10 If you're still having issues i'll have a look into the 32bit os later. i know it can be due to that.

Yeah im using Windows 7 Home Edition 32bit got already to setup a Odin server without problems
But when im using Windows 7 Home Edition 64bit somehow when i install hamachi it doesn't install the network adapter right and people can't join the server or website :C.
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
I've been getting Virtual Box for a 32bit os i use 64bit so i'll fix it when i can.

The Plugins are for 64bit only which is why it won't work on 32bit i'm currently trying to get the 32bit os on mine to get the right variables so the zones work.

GBO 32Bit:
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\GBO]
"Desert"="138127"
"Mountain"="30324"
"Natural"="126810443"
"Ocean"="7241589632"
"Sabana"="2554545953"

Fantasy 32Bit
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Fantasy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Fantasy\Fighter]
"Bird"="Eagle"
"Insect"="Honet"

I think that'll do it but not totally certain as the zone isn't reading a file correctly.





Updated.
 
Last edited:
Master Summoner
Joined
Nov 11, 2012
Messages
573
Reaction score
137
It should be 127.0.0.1:58492. Not the hamachi IP. Unless you hexed the IP to be different. I run CN/JP/FOUS all on the same server, with different setups of xampp with Windows 10 Enterprise LTSB and SQL Server Enterprise 2017. However I know what to do.
 
Newbie Spellweaver
Joined
Jan 17, 2019
Messages
15
Reaction score
0
I've been getting Virtual Box for a 32bit os i use 64bit so i'll fix it when i can.

The Plugins are for 64bit only which is why it won't work on 32bit i'm currently trying to get the 32bit os on mine to get the right variables so the zones work.

GBO 32Bit:
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\GBO]
"Desert"="138127"
"Mountain"="30324"
"Natural"="126810443"
"Ocean"="7241589632"
"Sabana"="2554545953"

Fantasy 32Bit
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Fantasy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Fantasy\Fighter]
"Bird"="Eagle"
"Insect"="Honet"

I think that'll do it but not totally certain as the zone isn't reading a file correctly.





Updated.

You are my hero this fixed it! Thanks alot! <3
 
Back
Top