Help with WarZ/Infestation server setup

Results 1 to 2 of 2
  1. #1
    Newbie nszeek is offline
    MemberRank
    Jul 2013 Join Date
    17Posts

    Help with WarZ/Infestation server setup

    Hello,

    I am trying to set up a WarZ / Infestation server following the instructions at http://forum.ragezone.com/f791/warz-...-deadz-924263/ but I am having some problems with some steps and was wondering if any of you guys could shed some light on the issue.

    The way the server is set up now I can launch the WarZLauncher.exe but it doesn't connect to the API server (IIS @ (wwwroot)/api/(files from WZBackend-ASP.NET/Site/*) and (wwwroot)/wz/updater folder, not (wwwroot)/api/wz/updater). Both MasterServer.exe and SupervisorServer.exe are running while I attempted that.

    The first issue is with the 2-a item:
    2) Compile them all and make sure they are all compiling. Your binaries will be output to the bin folder automatically by the build system.
    a) The WZBackend-ASP.NET.sln needs to be built as a compiled application. Move the Precompiled site contents to a location on your IIS server in (root)/api/ after building it now and any other times in this guide.
    I can compile (read "Build Solution" and "Build Site") without problems and I have an IIS server running but I am not sure about which files I should move.

    Should I do
    Code:
    mv (..)/WZBackend-ASP.NET/Site/* (wwwroot)/api
    or
    Code:
    mv (..)WZBackend-ASP.NET/Site (wwwroot)/api
    or maybe something else.

    The second issue is with the item III. I already have the database running and I can compare the scripts to the database without problems. However, I am not entirely sure about the scripts on the right and database on the left (
    1) Open up RedGate SQL compare, and set it up so that the database is being compared on the left, and the scripts on the right of the window for the server\src\Scripts\sql_warz_svn folder. (PICTURE NEEDED.)
    ) is right. Can anyone confirm this?
    Also, changing the position (DB to the right and scripts to the left) create some errors about not being able to assign values to variables.

    And my last issue is about the item IV-6:
    6) Move the built contents of RSBuild in bin/build/data (.bin/xml file) to your webserver under the directory "wz".


    Which way should I do that ? Like this..
    Code:
    mv (..)/bin/build/data/{*.bin,*.xml,} (wwwroot)/api/wz/
    or
    Code:
    mv (..)/bin/build/data{*.bin,*.xml,} (wwwroot)/wz/
    Furthermore, I would be grateful if you notice I am doing something else wrong and want to point it out.

    Thanks in advance.


  2. #2
    Newbie nszeek is offline
    MemberRank
    Jul 2013 Join Date
    17Posts

    Re: Help with WarZ/Infestation server setup

    Update:

    I figured out pretty much everything from my previous post. I got the API and DB up and running but WarZLauncher.exe still tries to connect to "api1.thewarinc.com" instead of connecting to my own server. I already checked the source code for mentions of api1.thewarinc.com, DomainBase and g_api_ip and changed them all to match my server. I also changed the config (.cfg, .ini, ...) files to match my server.

    Manually changing the addresses in the WarZLauncher.exe just broke the file.

    Any ideas of what I should try next ?



Advertisement