[Release]HispanoZ source code FULL Release Terrain V3 I:SS

Page 9 of 13 FirstFirst 12345678910111213 LastLast
Results 121 to 135 of 183
  1. #121
    Enthusiast murilocela is offline
    MemberRank
    Jan 2015 Join Date
    47Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    sorry for my English more someone could actually give me the includes a tutorial on how to build this server 'cause I'm not getting

    I do not know if this is the right place excuse me if not for DNC

    desculpe pelo meu ingles mais alguem poderia me fornacer as includes algum tutorial de como montar esse servidor pq nao estou conseguindo


    nao sei se esse é o lugar certo me desculpe se nao for DNC

  2. #122
    Novice jose ant is offline
    MemberRank
    Oct 2013 Join Date
    Porto da FolhaLocation
    4Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Please can someone help me with this error in the web.config?

    Screenshot by Lightshot

  3. #123
    Proficient Member gorhan2009 is offline
    MemberRank
    Mar 2011 Join Date
    brazilLocation
    176Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    @jose ant
    https://forum.ragezone.com/f790/rele...73/index3.html

    I do not know why people do not look all topics, it's not hard to find your answer to your problem.

    try to have a little more attention and do not be lazy to look at the topics.


    if you can not solve a small problem like that because you want to work with it !;

    - - - Updated - - -
    @murilocela very easy this working bro !. GGO there 100 topics on the subject only study you will get!

  4. #124
    Novice jose ant is offline
    MemberRank
    Oct 2013 Join Date
    Porto da FolhaLocation
    4Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    You think I did not do this antis?
    I've tried this setting only when you will register gives the following error.
    Screenshot by Lightshot

  5. #125
    Enthusiast THEX3T4R is offline
    MemberRank
    Aug 2015 Join Date
    TurkeyLocation
    42Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Quote Originally Posted by jose ant View Post
    You think I did not do this antis?
    I've tried this setting only when you will register gives the following error.
    Screenshot by Lightshot

    all ip check warz.sln - warz-server.sln and C:\inetpub\wwwroot\WarZ\api\php\dbinfo.inc.php and
    go C:\WarZ\server\src\Scripts\WZBackend-ASP.NET.sln > solution Explorer > SQLBase_WarZ.cs check :)
    wz_api_user permission give :)
    and iis server check again setup

  6. #126
    Enthusiast ibrahimsavrum is offline
    MemberRank
    Dec 2014 Join Date
    Keçiören, AnkLocation
    26Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Can you help wonder how to install it

  7. #127
    Enthusiast deskpro22 is offline
    MemberRank
    Apr 2013 Join Date
    spainLocation
    32Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS



    Hi this server is installed and configured as the same way DNC






    I was one of those responsible for this emulator







    I was one of those responsible for this emulator


  8. #128
    Apprentice gordofatal is offline
    MemberRank
    Oct 2008 Join Date
    BrazilLocation
    16Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    extract password?

  9. #129
    Member adminsoul is offline
    MemberRank
    Nov 2013 Join Date
    76Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    how to remove NoDrop from the server?

    - - - Updated - - -

    the data is not saved after the battle. For example, killed 2 people, in the top is not recorded.

    - - - Updated - - -

    the data is not saved after the battle. For example, killed 2 people, in the top is not recorded.

  10. #130
    Enthusiast THEX3T4R is offline
    MemberRank
    Aug 2015 Join Date
    TurkeyLocation
    42Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Quote Originally Posted by jose ant View Post
    Please can someone help me with this error in the web.config?

    Screenshot by Lightshot

    web.config change

    Code:
    ?xml version="1.0"?>
    <!-- 
        Note: As an alternative to hand editing this file you can use the 
        web admin tool to configure settings for your application. Use
        the Website->Asp.Net Configuration option in Visual Studio.
        A full list of settings and comments can be found in 
        machine.config.comments usually located in 
        \Windows\Microsoft.Net\Framework\v2.x\Config 
    -->
    <configuration>
        <!-- application specific settings -->
        <appSettings>
            <add key="WO_Region" value="EN"/>
        </appSettings>
        <connectionStrings/>
        <system.webServer> 
            <httpProtocol allowKeepAlive="true" />
        </system.webServer> 
        <system.web>
        <httpRuntime enableVersionHeader="false" />
        <!-- 
                Set compilation debug="true" to insert debugging 
                symbols into the compiled page. Because this 
                affects performance, set this value to true only 
                during development.
            -->
        <compilation debug="false">
            <assemblies>
                <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            </assemblies>
        </compilation>
        <!--
                The <authentication> section enables configuration 
                of the security authentication mode used by 
                ASP.NET to identify an incoming user. 
            -->
        <authentication mode="None"/>
        <!--
                The <customErrors> section enables configuration 
                of what to do if/when an unhandled error occurs 
                during the execution of a request. Specifically, 
                it enables developers to configure html error pages 
                to be displayed in place of a error stack trace.
    
    
                NOTE: default value was "RemoteOnly" and whole section was commited
            -->
    
    
            <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">
                <error statusCode="403" redirect="NoAccess.htm" />
                <error statusCode="404" redirect="FileNotFound.htm" />
            </customErrors>
        </system.web>
    </configuration>
    and build done :)

  11. #131
    Apprentice gordofatal is offline
    MemberRank
    Oct 2008 Join Date
    BrazilLocation
    16Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    i need a tutorial to config and run this files

  12. #132
    Member adminsoul is offline
    MemberRank
    Nov 2013 Join Date
    76Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Problem!


    After his death, the yield on the menu do not need to recover. After killing the zombies, the experience is not retained.

  13. #133
    Enthusiast ibrahimsavrum is offline
    MemberRank
    Dec 2014 Join Date
    Keçiören, AnkLocation
    26Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS




    Supervisorserver has stopped working error help me



  14. #134
    Enthusiast THEX3T4R is offline
    MemberRank
    Aug 2015 Join Date
    TurkeyLocation
    42Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    Quote Originally Posted by ibrahimsavrum View Post



    Supervisorserver has stopped working error help me



    Warz.server.sln build and check code api code all ip supervisorserver check
    // warz.server.sln build et ve .rardaki kullandıgın bin kontrol et Phys versiyonunu kontrol et

  15. #135
    Enthusiast Jhaimes Ribeiro is offline
    MemberRank
    Jan 2014 Join Date
    35Posts

    Re: [Release]HispanoZ source code FULL Release Terrain V3 I:SS

    HEEELP ERROR
    R3dlog
    --- Log started at Thu Dec 10 05:10:15 2015

    000000.072| Checking for D3D11
    000000.125| Game Version: HispanoZ OpenBeta v1.1.5 (build: Dec 10 2015 02:54:27) - final
    000000.125| Available memory: 8136 MB
    000000.145| r3dFS: version:December 10, 2015 6:35, 26413 files
    000000.200| r3dFile: can't open local.ini
    000000.200| Can't open file "local.ini"
    000000.201| readGameOptionsFile: found INI at C:\Users\Usuario\Documents\Arktos\WarZ\gameSettings.ini
    000000.201| r3dFile: can't open local.ini
    000000.201| Can't open file "local.ini"
    000000.201| writeGameOptionsFile: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\gameSettings.ini
    000000.206| readInputMap: found file at C:\Users\Usuario\Documents\Arktos\WarZ\inputMap.xml
    000000.206| writeInputMap: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\inputMap.xml
    000000.206| userSettings: found file at C:\Users\Usuario\Documents\Arktos\WarZ\userSettings.xml
    000000.206| userSettings: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\userSettings.xml
    000000.206| SOUND: initializing sound system
    000000.217| SOUND: '2' sound drivers found
    000000.218| SOUND: sound caps = 0xF8, speakermode= 2
    000000.218| SOUND: sound driver 'Alto-falantes (Realtek High Definition Audio)'
    000000.245| SOUND: sound system ready
    000000.245| FMOD: LoadSoundEffects: Loading from Data\Sounds\Sounds.fev
    000001.173| Starting voice
    000001.173| VoipLog:[4] 2015-12-10 05:10:16.140035|INFO | | | TeamSpeak 3 Client 3.0.2 (2012-07-19 10:50:53) SDK
    000001.187| VoipLog:[3] 2015-12-10 05:10:16.160035|DEBUG |Direct Sound | | setting timer resolution to 1ms
    000001.213| Playback device: 2D HD LG TV-4 (NVIDIA High Definition Audio)
    000001.213| Playback device: Alto-falantes (Realtek High Definition Audio) (default)
    000001.213| Capture device: Microfone (Realtek High Definition Audio) (default)
    000001.220| Input Devices enabled: Mouse, Keyboard
    000001.235| VMEM As seen through DDRaw: 972
    000001.235| VMEM As seen through WMI: 0
    000001.235| Setting mode: 1366x768x32 Flags=4
    000001.237| NVApi successfuly initialized.
    000001.237| NVApi: stereo is not available. Stereo driver not installed?
    000001.237| Adapter: NVIDIA GeForce GTX 750
    000001.237| nvd3dum.dll 10.18.13.5900
    000001.237| Monitor: \\.\DISPLAY1 (1366x768)
    000001.279| res adjusted 1366x768->1360x740
    000001.280| r3dRenderLayer::SetMode(x=1360,y=740,bpp=32,windowed=4,hz=60)
    000001.280| Creating d3d device
    - - - Updated - - -

    Help error.
    login failed wrong user or password
    r3dlog
    --- Log started at Thu Dec 10 07:01:30 2015

    000000.061| Checking for D3D11
    000000.111| Game Version: HispanoZ OpenBeta v1.1.5 (build: Dec 10 2015 05:01:22) - final
    000000.111| Available memory: 8136 MB
    000000.129| r3dFS: version:December 10, 2015 7:31, 25429 files
    000000.188| r3dFile: can't open local.ini
    000000.188| Can't open file "local.ini"
    000000.188| readGameOptionsFile: found INI at C:\Users\Usuario\Documents\Arktos\WarZ\gameSettings.ini
    000000.188| r3dFile: can't open local.ini
    000000.188| Can't open file "local.ini"
    000000.188| writeGameOptionsFile: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\gameSettings.ini
    000000.194| readInputMap: found file at C:\Users\Usuario\Documents\Arktos\WarZ\inputMap.xml
    000000.194| writeInputMap: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\inputMap.xml
    000000.195| userSettings: found file at C:\Users\Usuario\Documents\Arktos\WarZ\userSettings.xml
    000000.195| userSettings: Saving settings to C:\Users\Usuario\Documents\Arktos\WarZ\userSettings.xml
    000000.196| SOUND: initializing sound system
    000000.210| SOUND: '2' sound drivers found
    000000.210| SOUND: sound caps = 0xF8, speakermode= 2
    000000.210| SOUND: sound driver 'Alto-falantes (Realtek High Definition Audio)'
    000000.240| SOUND: sound system ready
    000000.241| FMOD: LoadSoundEffects: Loading from Data\Sounds\Sounds.fev
    000001.098| Starting voice
    000001.099| VoipLog:[4] 2015-12-10 07:01:31.118535|INFO | | | TeamSpeak 3 Client 3.0.2 (2012-07-19 10:50:53) SDK
    000001.117| VoipLog:[3] 2015-12-10 07:01:31.136536|DEBUG |Direct Sound | | setting timer resolution to 1ms
    000001.150| Playback device: 2D HD LG TV-4 (NVIDIA High Definition Audio)
    000001.150| Playback device: Alto-falantes (Realtek High Definition Audio) (default)
    000001.150| Capture device: Microfone (Realtek High Definition Audio) (default)
    000001.161| Input Devices enabled: Mouse, Keyboard
    000001.180| VMEM As seen through DDRaw: 972
    000001.180| VMEM As seen through WMI: 0
    000001.180| Setting mode: 1366x768x32 Flags=4
    000001.181| NVApi successfuly initialized.
    000001.181| NVApi: stereo is not available. Stereo driver not installed?
    000001.182| Adapter: NVIDIA GeForce GTX 750
    000001.182| nvd3dum.dll 10.18.13.5900
    000001.182| Monitor: \\.\DISPLAY1 (1366x768)
    000001.234| res adjusted 1366x768->1360x740
    000001.234| r3dRenderLayer::SetMode(x=1360,y=740,bpp=32,windowed=4,hz=60)
    000001.235| Creating d3d device
    000001.251| NVApi: failed to create stereo handle!
    000001.252| GPU supports D3DQUERYTYPE_TIMESTAMP
    000001.252| GPU supports D3DQUERYTYPE_TIMESTAMPFREQ
    000001.252| D3D hack support = NullRT: 1, hwPCF: 1, IntZ: 1, ResZ: 0
    000001.252| We have 4040 MB texture memory
    000001.284| r3dFont: Creating Verdana 10pt
    000001.284| r3dFont: Finished creating Verdana 10pt
    000001.285| Loading shaders...
    000001.702| Finished loading shaders (0.416445 sec)!
    000001.734| Creating dynamic buffer of size 1.00 MB
    000001.734| Started background thread: 2372
    000001.752| Creating dynamic buffer of size 0.09 MB
    000001.788| Creating dynamic buffer of size 0.15 MB
    000001.788| r3dFont: Creating Tahoma 12pt
    000001.789| r3dFont: Finished creating Tahoma 12pt
    000001.789| r3dFont: Creating Verdana 10pt
    000001.789| r3dFont: Finished creating Verdana 10pt
    000001.967| Creating render targets
    000001.967| CreateDynamicEnvMap: creating of size 512x512x6000001.972| r3dFont: Creating Verdana 8pt
    000001.973| r3dFile: can't open data/fonts/verdana_8_0.tga
    000001.977| r3dFont: Finished creating Verdana 8pt
    000002.068| Loaded 16 of 16 grass settings locations from the glist file
    000002.069| Loaded 16 grass settings files
    000007.988| WO_API: http timeout
    000007.988| LoginAuth: 8
    000010.309| obj_Zombie::FreePhysSkeletonCache:000010.310| done in 0.00 seconds
    000010.311| Deleting render targets
    000010.312| r3dBackgroundTaskDispatcher::Close
    000010.312| Exiting background thread: 2372
    000011.302|
    000011.303| WARNING: pd3ddev have 10 reference counts
    000011.317| Shutting down voice
    000011.318| VoipLog:[5] 2015-12-10 07:01:41.337120|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter
    000011.318| VoipLog:[5] 2015-12-10 07:01:41.337120|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave
    000011.522| VoipLog:[5] 2015-12-10 07:01:41.542131|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter
    000011.522| VoipLog:[5] 2015-12-10 07:01:41.542131|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave



Advertisement