Jump to content

x3PrinzPix3

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by x3PrinzPix3

  1. 52 minutes ago, arves100 said:
    Here what you have to do in CONFIG for all core
    CONNECTION_IP: your hamachi ip
    Game\config.cpp
    Line 56 and add:
     
      Hide contents

    char        g_ipfix[16] = "0";

     

    line 1169 and add:
      Hide contents

        TOKEN("connection_ip")
         {
           strlcpy(g_ipfix, value_string, sizeof(g_ipfix));
         }

     

    Game\config.h
    line 56,add:
      Hide contents

    extern char     g_ipfix[16];

     

    Game\desc_client.cpp
    line 149 and replace:
      Hide contents

    memcpy(p.szIP, g_szPublicIp, 16);

     

    with:
      Hide contents

    memcpy(p.szIP, g_ipfix, 16);

     

    Go on line 159 and replace:
      Hide contents

    strlcpy(p.szPublicIP, g_szPublicip, sizeof(p.szPublicIP));

     

    with:
      Hide contents

    strlcpy(p.szPublicIP, g_ipfix, sizeof(p.szPublicIP));

    Well... Thats very kind of you but i cant compile the prevo source.. i think i should give up

  2. 9 minutes ago, arves100 said:

    Syserr server\client please

    Server syserr is empty, client syserr 

    0626 16:16:00546 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3
    0626 16:16:08532 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3
    0626 16:16:08750 :: invalid idx 0
    0626 16:16:15224 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3

    Every port that i could found works, everyone has the right hamachi ip

  3. Hello everyone,

    a couple minutes ago i downloaded Visual Studio 2013 Ultimate and i tried to compile the samuraicore 1.2 clientsource.

    I uncluded the Include and the Library folder and startet to compile but there is a problem.

    Fehler    13    error RC1015: cannot open include file 'afxres.h'.

    Can  anyone please help me. Thx in advance.

    x3PrInZpIx3

    • Metin2 Dev 9
    • Angry 1
    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.