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!

[Tutorial] How to set-up a Soldierfront 1 Server

Junior Spellweaver
Joined
Oct 21, 2013
Messages
153
Reaction score
47
Hello guys, today I came to explain how to make your Soldier Front Private Server, or Public Server.. I don't remember all steps, but i will try ok folks!

THIS IS FIRST COMPLETE TUTORIAL!

First I would like to thank the friends who have posted and helped!
@Bola - @das11501 - @cedric5 - @pon0352

First Post:
http://forum.ragezone.com/f857/release-soldier-front-1-server-1053131/

Download Link:


1º Install your Microsoft SQL Server

Attention for Features!

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Use "Default Instance Name"..
In account name use for all "NT AUTHORITY\Network Service"

2º Account Provisioning:

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Wait Updates

3º Copy Server Folders to:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



- C:\DMSystem\
- C:\SF_ServerConfig
- C:\ApexServer\
- C:\SF_ServerPatch\


And Change IP in all config file

- C:\DMSystem\DMClient
- C:\DMSystem\DMServer
- C:\DMSystem\MCTool

- C:\SF_ServerConfig\SpecialForce\AdminServer
- C:\SF_ServerConfig\SpecialForce\AdminTool
- C:\SF_ServerConfig\SpecialForce\CheckoverlapServer
- C:\SF_ServerConfig\SpecialForce\ClanchatServer
- C:\SF_ServerConfig\SpecialForce\GameServer
- C:\SF_ServerConfig\SpecialForce\LauncherServer
- C:\SF_ServerConfig\SpecialForce\LoginServer
- C:\SF_ServerConfig\SpecialForce\MessengerServer
- C:\SF_ServerConfig\SpecialForce\SessionServer

4º Configure SQL Users and Restore Databases

Open your SQL Server
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Wait Updates

Use Default User - "sa"
Use Your Pass - "1234"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Make New Database!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Use same name as: ClanDB_backup_2013...
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Restore the Database like this:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Follow Images:
Select "From Device" and "..." and "add"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Select the Database File, Remember name "ClanDB"
Only .BAK files, The .TRN it is not necessary
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Look if "From Device" is Correct! And Make Box!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Lookout, you need to check "Options", or will Get Fail!
Mark "With Replace" and "OK"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



And Successful, YEAH 60% Complete!!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Make this for all databases!

5º Delete existing users in all Databases, if you try without delete,
Will get error "already Existing"

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Now make Users, to work in Databases!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Attention Here!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



In Server Roles, mark "sysadmin"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Now "User Mapping"
Select for all DB Map, and put "DBO" in Default Schema
and mark "db_owner" to set privileges!, remember delete
users old users or you will get error, "already existing"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



6º I'm trying but i don't remember next steps here.. i'm "rusty", but let's go!
Configure ODBC Files ".DSN" in all Folders, Check Pass, and change to 1234
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Change ApexServer IP!! I Forgot.. :sleep:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



8º Restore GameDB Database, same process
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



And Successful, get a SQL "refresh"
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Repeat Step 5º, Delete Users sfdev, sfgame.. from GameDB...
For add new when restore last GameDB
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



SQL Done!


9º Install "Process Hacker" to make New Service, F*CK "ServiceInstaller"
The ServiceInstaller, don't work in all computer, when you drag, nothing happens!
Open "PH", "Tools" and "Create Service..."
Link:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Follow this image, is simple to understand, look service, need appears green arrow!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



Start All Server Files, Remember DM_Server and DM_Client too!!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums



And Server Will Run, like this!
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Wait Updates

10º To Make user Open, SQL Server, Select Database
and Click "New Query" and paste and execute:

To Make:
INSERT INTO [age_account].[dbo].[accounts] ([uid],[name],[pass],[created],[updated]) VALUES (userid,'username','hashedpass','creationtime',NULL)GO

or

Example:
INSERT INTO [age_account].[dbo].[accounts] ([uid],[name],[pass],[created],[updated]) VALUES
(50000,'testUser123'
,'$2a$10$6a64a60418f63acd895aeuC0MVfsH0TwA3CFSPFESLtWX.Znz76Ha'
,'2015-04-12 16:18:49.540',NULL)
GO

Like This:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Remember! Note for Newbie guys!
Never Change All IP's to same, IP in almost all MMO Games, have diference
CLIENT IP, and SERVER IP, if you change all to ex "127.0.0.1" your server
NEVER RUN, you need change only Client IP, in case 188.95.25..

Wait Updates

11º Configure Client you need Xampp, download link:
https://www.apachefriends.org/pt_br/index.html

Client Download:


Install This:
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Go Xampp folder: "C:\xampp\htdocs" and Delete All..
Make folder "USA" paste option folder from client
And make
SoldierFrontUS and release in the folder, copy
update.u and paste in the folder
like this:

C:\xampp\htdocs\USA\option\version.ini
C:\xampp\htdocs\SoldierFrontUS\release\update.u

Go to client folder and change IP in "version.ini",
"quietusvs.ini" and "version.ini" in option folder too

change IP in config.ini \avital folder like this:

Open XAMPP Control Panel and Start Apache and MySQL.
Open Game, Have Fun!!

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums

Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums


Wait Updates
Your finger don't fall, if guys give like..
 
Last edited:
Junior Spellweaver
Joined
Oct 21, 2013
Messages
153
Reaction score
47
Re: [Release] First Tutorial Set Soldier Front 1 Server!

I try, my friend, but i don't remember the next steps, if anyone get me help, i thank!
Iwas one of the first to do, but I lost my HD, I cannot remember the steps, my friend das11501 gave a huge help
 
Initiate Mage
Joined
Apr 11, 2016
Messages
4
Reaction score
0
Re: [Release] First Tutorial Set Soldier Front 1 Server!

thanks brother give next steps plz
 
Junior Spellweaver
Joined
Oct 21, 2013
Messages
153
Reaction score
47
Re: [Release] First Tutorial Set Soldier Front 1 Server!

thanks brother give next steps plz
I'm trying to remember, and I'm going to see if it works, but this is f#ck..
 
Initiate Mage
Joined
Nov 24, 2015
Messages
92
Reaction score
13
Re: [Release] First Tutorial Set Soldier Front 1 Server!

Other service wont run and the Special Force Management Tool is empty
 
Experienced Elementalist
Joined
Feb 16, 2012
Messages
270
Reaction score
24
Re: [Release] First Tutorial Set Soldier Front 1 Server!

my launcher.exe ,adminserver ,messengerserver and dm_client dont run,,,,why?

adminserver and messagerserver status: start pending.....
 
Initiate Mage
Joined
Nov 24, 2015
Messages
92
Reaction score
13
Re: [Release] First Tutorial Set Soldier Front 1 Server!

my launcher.exe ,adminserver ,messengerserver and dm_client dont run,,,,why?

adminserver and messagerserver status: start pending.....

Same here
 
Initiate Mage
Joined
Apr 11, 2016
Messages
4
Reaction score
0
Re: [Release] First Tutorial Set Soldier Front 1 Server!

thanks brother we will waiting for next steps i like your post
 
Junior Spellweaver
Joined
Oct 21, 2013
Messages
153
Reaction score
47
Re: [Release] First Tutorial Set Soldier Front 1 Server!

Other service wont run and the Special Force Management Tool is empty
Is because your DM_Server or DM_Client service aren't open



my launcher.exe ,adminserver ,messengerserver and dm_client dont run,,,,why?

adminserver and messagerserver status: start pending.....
Is because you changed all IP's to same, you need chang only AGE IP, 188.. To yout IP 192.168.. Or 162.254.. Your ip.. I will test some IP's to check this, ok guys



thanks brother we will waiting for next steps i like your post
Ok, thanks bro ;)
 
Initiate Mage
Joined
Nov 24, 2015
Messages
92
Reaction score
13
Re: [Release] First Tutorial Set Soldier Front 1 Server!




Is because you changed all IP's to same, you need chang only AGE IP, 188.. To yout IP 192.168.. Or 162.254.. Your ip.. I will test some IP's to check this, ok guys



using 127.0.0.1 local host IP and still its pending
 
Junior Spellweaver
Joined
Oct 21, 2013
Messages
153
Reaction score
47
Re: [Release] First Tutorial Set Soldier Front 1 Server!

Is because you changed all IP's to same, you need chang only AGE IP, 188.. To yout IP 192.168.. Or 162.254.. Your ip.. I will test some IP's to check this, ok guys



using 127.0.0.1 local host IP and still its pending
local ip will used only in the server to connect, and your IP will use to connect client, if you change all to 127.0.0.1, Services will never Start or change all to your IP too



I tried with different Local IP and work fine look..
Gabirieu - [Tutorial] How to set-up a Soldierfront 1 Server - RaGEZONE Forums
 
Initiate Mage
Joined
Nov 24, 2015
Messages
92
Reaction score
13
Re: [Release] First Tutorial Set Soldier Front 1 Server!

Trying to Build it on my VPS now and see if it works and ill gonna use the public IP of the VPS
 
Back
Top