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!

WarZ Server Setup Guide || By DeadZ Dev Team

Status
Not open for further replies.
Initiate Mage
Joined
Mar 30, 2013
Messages
2
Reaction score
0
Mein great work !!! Respect to ya brotha :D tis will come in usefull :p

hmm 8-/
cant people just be contented and happy that their people working and making the game worth while here mien
 
Experienced Elementalist
Joined
Apr 10, 2013
Messages
231
Reaction score
148
2) Obtain a copy of Retail WarZ and use this quickBMS script to dump the shaders: ?!?
Can anyone Upload this or how we get the Shaders oO?
 
Junior Spellweaver
Joined
Mar 29, 2013
Messages
123
Reaction score
39
5) 2) Run bin/RSBuild.exe. This step takes at least 5-10 minutes on an SSD, so be warned!

tssssss - WarZ Server Setup Guide || By DeadZ Dev Team - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 29, 2013
Messages
123
Reaction score
39
sorry, but it did not remove line
Please explain how this part has

Google translate

OPEN: C:\Shared\InstallableFiles\WarZ\bin\build\RSBuild.xml

Code:
<build>
 <output dir="build\data"/>
 
 <cdn url="http://arktos-icdn.pandonetworks.com/wz/"/>

 <!--
  set base archive for incremental update
 -->
  <base file="build\data\wz2A170006"/>
  
 <!-- include EULA file -->
 <include mask="eula-en.htm"/>
 <include mask="eula-en.rtf"/>

 <!-- excludes for this package files (just in case they was created in this dir -->
 <exclude mask="WO*_*.bin"/>

EDIT:

Code:
<build>
 <output dir="build\data"/>
 
 <cdn url="http://localhost/wz/"/>

 <!--
  set base archive for incremental update
 -->
  <!--<base file="build\data\wz2A170006"/> -->
  
 <!-- include EULA file -->
 <include mask="eula-en.htm"/>
 <include mask="eula-en.rtf"/>

 <!-- excludes for this package files (just in case they was created in this dir -->
 <exclude mask="WO*_*.bin"/>
 
Junior Spellweaver
Joined
Mar 29, 2013
Messages
123
Reaction score
39
Error

tssssss - WarZ Server Setup Guide || By DeadZ Dev Team - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 10, 2013
Messages
231
Reaction score
148
Btw whats with the SQL Files. There are Stored Logins, do we need to change them in the source too?
 
Experienced Elementalist
Joined
Apr 10, 2013
Messages
231
Reaction score
148
Whhile Running RSBuild.exe -.-

ERROR: r3dFSCompress::CompressFile() can't open src\Tools\Bin\Atlas\sources\devil-1.7.8\src-ILU\msvc9\ILU.vcproj.CoolAce-??.CoolAce.user

The ?? is for 2 Russian Chars and i have no idea how i can remove them (exclude via xml doesnt work)
 
Newbie Spellweaver
Joined
Apr 3, 2013
Messages
13
Reaction score
2
Got a problem
YWohO3l - WarZ Server Setup Guide || By DeadZ Dev Team - RaGEZONE Forums

Would be nice if you can help me :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 14, 2013
Messages
7
Reaction score
0
can you drive the apc and the car with the machine gun now


it would be cool
 
Newbie Spellweaver
Joined
Mar 31, 2013
Messages
15
Reaction score
0
guys pls help me .-.
in this step "Tab to WZBackend-ASP.NET. Edit this file and fill in with your SQL information in "public SQLBase()".

how i know my SQL information?

/*
if (ConfigurationManager.AppSettings.Get("WO_Region") == "RU")
{
server = "localhost,1433";
//server = "rudb1.thewarinc.com,1433";
user = "WOAdmin";
pass = "frtV4zAqo";
}
else*/
{
server = "db1.thewarinc.com,1433";
user = "wz_api_user";
pass = "g54vxca5Ez";
}
someone can give me a example?


 
Newbie Spellweaver
Joined
Apr 10, 2013
Messages
14
Reaction score
2
While compiling in some solutions I got errors about GBGameInfo...
 
Newbie Spellweaver
Joined
Apr 10, 2013
Messages
25
Reaction score
3
Got a problem
YWohO3l - WarZ Server Setup Guide || By DeadZ Dev Team - RaGEZONE Forums

Would be nice if you can help me :)

Move RSBuild to \Bin\ make sure in \bin\Build\ there is RSBuild.xml



[COLOR=#837E6E said:
iKasu[/COLOR]]
Whhile Running RSBuild.exe -.-

ERROR: r3dFSCompress::CompressFile() can't open src\Tools\Bin\Atlas\sources\devil-1.7.8\src-ILU\msvc9\ILU.vcproj.CoolAce-??.CoolAce.user

The ?? is for 2 Russian Chars and i have no idea how i can remove them (exclude via xml doesnt work)​


Same Error, just search the directory for vjproj. and delete all the Coolace ones, the russian letters causes crashes.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 9, 2013
Messages
25
Reaction score
1
Never mind i worked it out - Delete please
 
Last edited:
Newbie Spellweaver
Joined
Mar 31, 2013
Messages
15
Reaction score
0
guys my redgate dont find my database, he keeps showing a erro message, "the list of databases for the specified SQL Server could not be retrieved" he find my serve but not the DATABASE... i have enable the TCP/IP but nothing, i need a solution... is there another away to sync the files?

Edit: i fix it.
 
Last edited:
Newbie Spellweaver
Joined
Apr 13, 2013
Messages
12
Reaction score
0
I'm having problems with the launcher, when I run it, it starts checking for new updater and after a few tries it exits. I'm guessing I messed something up with the IPs?
 
Newbie Spellweaver
Joined
Apr 9, 2013
Messages
25
Reaction score
1
guys my redgate dont find my database, he keeps showing a erro message, "the list of databases for the specified SQL Server could not be retrieved" he find my serve but not the DATABASE... i have enable the TCP/IP but nothing, i need a solution... is there another away to sync the files?

I think you just need to remove the users from that and run these files. It was mentioned earlier i believe
 
Status
Not open for further replies.
Back
Top