WarZ Server Setup Guide || By DeadZ Dev Team

Status
Not open for further replies.
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
 
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?
 
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
 
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"/>
 
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)
 
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?


 
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.
 
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:
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?
 
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