Black Desert online SERVER Emulator Source

Page 14 of 19 FirstFirst ... 4678910111213141516171819 LastLast
Results 196 to 210 of 282
  1. #196
    Alpha Member john007 is offline
    MemberRank
    Dec 2005 Join Date
    In MarsLocation
    2,342Posts

    Re: Black Desert online SERVER Emulator Source

    Anyone has explore deeper places? If you do and see if there is any monsters. Since the developers has been stopped updating this emulator source for a year. We might need to find someone is able to do it and finding a proper client version isn't easy. So, don't let this v97 client wasted.

  2. #197
    Valued Member DjFerry is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: Black Desert online SERVER Emulator Source

    well im not an expert but if you look at the source there is nothing about agro, damage, experience, skills, weapons... and so on. And reading Incube post about blackdesert development he told something related to, we need what packets handle all this, and if i understood well... ( my english isn't good at all ) we can't do that without this... since there is no server up... But eh, if is possible nice then... i always wanted to play this game as a hack and slash SP. Love the combat system. ( well its possible if someone can decrypt all the new ones and reedo the emu...) i hope im wrong and its possible....
    Last edited by DjFerry; 19-08-17 at 08:45 PM.

  3. #198
    JScoder exe19890522 is offline
    MemberRank
    Dec 2011 Join Date
    chinaLocation
    454Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by catchra View Post
    ok hear is login server app.config
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <configSections>
            <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
                <section name="LoginServer.Configs.CfgDatabase" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
                <section name="LoginServer.Configs.CfgNetwork" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
            </sectionGroup>
        </configSections>
        <startup> 
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
        </startup>
        <userSettings>
            <LoginServer.Configs.CfgDatabase>
                <setting name="Host" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
                <setting name="Username" serializeAs="String">
                    <value>catchra</value>
                </setting>
                <setting name="Password" serializeAs="String">
                    <value>YOUR_PASSWORD</value>
                </setting>
                <setting name="Database" serializeAs="String">
                    <value>bd_login</value>
                </setting>
            </LoginServer.Configs.CfgDatabase>
            <LoginServer.Configs.CfgNetwork>
                <setting name="Host" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
                <setting name="Port" serializeAs="String">
                    <value>8888</value>
                </setting>
                <setting name="MaxConnections" serializeAs="String">
                    <value>100</value>
                </setting>
                <setting name="RealmPassword" serializeAs="String">
                    <value>BestPassword</value>
                </setting>
                <setting name="RemotedHost" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
            </LoginServer.Configs.CfgNetwork>
        </userSettings>
    <system.data>
        <DbProviderFactories>
          <remove invariant="MySql.Data.MySqlClient" />
          <add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
        </DbProviderFactories>
      </system.data></configuration>
    and the database

    look at your pic, password is rong,you need to write,not YOUR_PASSWORD

  4. #199
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by exe19890522 View Post
    look at your pic, password is rong,you need to write,not YOUR_PASSWORD
    lol no this is for the server to connect to the database so you need to put your database password hear
    <setting name="Password" serializeAs="String">
    <value>YOUR_PASSWORD</value>
    </setting>

    in the pic of the database a_password is your account password for uses with a launcher for generating a login token.
    how else can the login server see the account password if it can't connect to the database to read it.

    i hope this clarifies this.

  5. #200
    Apprentice rasielbr is offline
    MemberRank
    Dec 2013 Join Date
    20Posts

    Re: Black Desert online SERVER Emulator Source

    I can not connect, I could make a video tutorial. Many people are not getting it,
    Last edited by rasielbr; 20-08-17 at 08:33 PM.

  6. #201
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by rasielbr View Post
    I can not connect, I could make a video tutorial. Many people are not getting it,
    when you started the game client did you use BlackDesert64.exe aaaa or BlackDesert64.exe 1 on your command line

  7. #202
    Apprentice rasielbr is offline
    MemberRank
    Dec 2013 Join Date
    20Posts

    Re: Black Desert online SERVER Emulator Source

    used blackdesert32.exe 1 , Blackdesert64.exe can not open the error, so blackdesert32.exe works
    What puts in the shortcut BlackDesert64.exe is the token or the password, the table has to leave it blank or fill as your photo

  8. #203
    ???????????????????????? Bradley is offline
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,197Posts

    Re: Black Desert online SERVER Emulator Source

    am using VS 2015 to compile the server.
    To confirm you can defiantly use VS2015 as It seems that Is the most reliable version with this.

  9. #204
    Enthusiast kiosklim is offline
    MemberRank
    Oct 2011 Join Date
    31Posts

    Re: Black Desert online SERVER Emulator Source

    @catchra
    Wonder is it possible to upload the client file at other website?
    As i'm using free account for downloading the client at mega~keep me waiting longer and longer
    If can't ,it's ok ~

  10. #205
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    I could do you know one that will let a free user upload 32.6GB?

    and it takes about 4.5 hours to upload 1 of the 8 parts of the archive. I think it will be faster to stay with mega but let me know if you know a file host that will work.

  11. #206
    Valued Member Madsea is offline
    MemberRank
    Jul 2017 Join Date
    106Posts

    Re: Black Desert online SERVER Emulator Source

    Google drive would work, but youve got to make 3 accounts to get it all uploaded

  12. #207
    Enthusiast kiosklim is offline
    MemberRank
    Oct 2011 Join Date
    31Posts

    Re: Black Desert online SERVER Emulator Source

    Maybe this ok?
    Upload.mn - Easy way to share your files

    Also wonder what classes inside this v97?
    Got skill that they can play around though got no mobs at this moment?
    Haha~

  13. #208
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    @kiosklim I took a look at upload.mn and it won't work as they have a limit of 2GB per file and the archives are 3.9GB each.
    it will take a lot longer to repack and upload it to them.

    @Madsea iv never used Google drive even though i have an android but it is not that practical for me to make 2 more acct's that will never be used for anything else.

  14. #209
    Member Rentallion is offline
    MemberRank
    Aug 2014 Join Date
    60Posts

    Re: Black Desert online SERVER Emulator Source

    I want to install bdo pvp server, please help me. Where can I download the game version link?

    - - - Updated - - -

    Try uploading to torrent or yandex I need a lot please

  15. #210
    Member Rentallion is offline
    MemberRank
    Aug 2014 Join Date
    60Posts

    Re: Black Desert online SERVER Emulator Source

    Can you look at the private message box

    - - - Updated - - -


    in the files I have downloaded the database is only user What do I have to do for this bumi? Where are other items like item and this



Advertisement