BFH Complete Backend and server

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    Member oduvanchik is offline
    MemberRank
    Jul 2012 Join Date
    70Posts

    Re: BFH Complete Backend and server

    in client you will need to create one .bat folder to start the game
    use this "bfheroes +sessionId 123 +magma 0 +punkbuster 0 +developer 1"
    How to implement this part? Create a bat-file and put in it: "bfheroes +sessionId 123 +magma 0 +punkbuster 0 +developer 1" ???

  2. #32
    Joorren Joorren is offline
    MemberRank
    May 2011 Join Date
    1,547Posts

    Re: BFH Complete Backend and server

    Quote Originally Posted by oduvanchik View Post
    How to implement this part? Create a bat-file and put in it: "bfheroes +sessionId 123 +magma 0 +punkbuster 0 +developer 1" ???
    Create a file named play.bat or something like that, edit it in notepad and put that line in. Save it, and run it.

  3. #33
    Member oduvanchik is offline
    MemberRank
    Jul 2012 Join Date
    70Posts

    Re: BFH Complete Backend and server

    After starting the bat file error

  4. #34

    Re: BFH Complete Backend and server

    Quote Originally Posted by TheLittlePeach View Post
    this is one tutorial to setup backend of BFH with server and client

    1-SQL

    open xampp and start apache and mysql
    after put this link in you browser "http://localhost/phpmyadmin"

    after create one DB and import the BFH sql

    https://prnt.sc/ovmdxa

    now you SQL is ready

    2-backend

    unzip backend files in you documents folder

    https://prnt.sc/ovmhjw

    go to \battlefieldHeroesBackend folder
    and now edit .env file with notepad ++ or any text editor

    https://prnt.sc/ovmiku

    if you want to test in you PC put 127.0.0.1 IP and you database name and username

    (in VPS you need to put you ipv4 IP)

    after save the file and run Fesl.exe and magma.exe


    https://prnt.sc/ovmk0k

    now you have you backend running ^^


    3-client and server


    unzip you client and server folder

    in client you will need to create one .bat folder to start the game

    use this "bfheroes +sessionId 123 +magma 0 +punkbuster 0 +developer 1"

    sessionId is you "account" you can get more ID in the website

    after just start the .bat that you created

    https://prnt.sc/ovmlup

    Now the Server

    In server folder you have the RUN.bat

    just start this and wait for server

    https://prnt.sc/ovmnta

    Now you have the client and server running


    if some help you can call me in Ragezone or in discord Peach#6997

    credits
    the1domo for server files
    Synaxis and Edited and me for Backend
    heroes awaken of Client

    download links

    databae link https://drive.google.com/open?id=18J...RVN4QgJFF6k2qF

    backend link https://drive.google.com/file/d/17Wa...iUJkgZuOy/view

    server link https://drive.google.com/open?id=1VZ...Gbts5cSaUh_lWz

    client link https://drive.google.com/open?id=192934e6BcBDm3-CdZAs9PK82C7GsGg17







    Hey bro, how you edit the ip of CLIENT ?

  5. #35
    Member oduvanchik is offline
    MemberRank
    Jul 2012 Join Date
    70Posts

    Re: BFH Complete Backend and server

    Ok

    1. Installing xampp (xampp-windows-x64-7.3.10-1-VC15-installer)
    2. Start Apache and MySQL
    3. Go in brouser to "localhost" and phpmyadmin
    4. Create base "bfhbase" and user "bfhadmin", pass "bfhpass", import "goheroes-db_2019-04-03"
    5. Unzip "goWork" and go to "goWork-src-github.com-Synaxis-battlefieldHeroesBackend"
    6. Edit ".env" file, it is my file:
    GAMESPY_IP=127.0.0.1
    DATABASE_HOST=127.0.0.1
    DATABASE_PORT=3306
    DATABASE_USERNAME=bfhadmin
    DATABASE_PASSWORD=bfhpass
    DATABASE_NAME=bfhbase
    THEATER_ADDR=127.0.0.1
    TELEMETRY_IP=127.0.0.1
    HTTP_BIND=127.0.0.1:8080
    HTTPS_BIND=127.0.0.1:443
    CERTIFICATE_PATH=_fixtures/cert.pem
    PRIVATE_KEY_PATH=_fixtures/key.pem
    LOG_LEVEL=debug

    7. Run "fesl.exe" and "magma.exe" and first error.

    Last edited by oduvanchik; 28-10-19 at 09:10 PM.

  6. #36
    Enthusiast TheLittlePeach is offline
    MemberRank
    Aug 2019 Join Date
    brazilLocation
    27Posts

    Re: BFH Complete Backend and server

    Quote Originally Posted by oduvanchik View Post
    Ok

    1. Installing xampp (xampp-windows-x64-7.3.10-1-VC15-installer)
    2. Start Apache and MySQL
    3. Go in brouser to "localhost" and phpmyadmin
    4. Create base "bfhbase" and user "bfhadmin", pass "bfhpass", import "goheroes-db_2019-04-03"
    5. Unzip "goWork" and go to "goWork-src-github.com-Synaxis-battlefieldHeroesBackend"
    6. Edit ".env" file, it is my file:
    GAMESPY_IP=127.0.0.1
    DATABASE_HOST=127.0.0.1
    DATABASE_PORT=3306
    DATABASE_USERNAME=bfhadmin
    DATABASE_PASSWORD=bfhpass
    DATABASE_NAME=bfhbase
    THEATER_ADDR=127.0.0.1
    TELEMETRY_IP=127.0.0.1
    HTTP_BIND=127.0.0.1:8080
    HTTPS_BIND=127.0.0.1:443
    CERTIFICATE_PATH=_fixtures/cert.pem
    PRIVATE_KEY_PATH=_fixtures/key.pem
    LOG_LEVEL=debug

    7. Run "fesl.exe" and "magma.exe" and first error.



    the backend is unable to access port 443
    something is blocking the connection

    - - - Updated - - -

    use one HxD editor
    seach for "127.0.0.1" inside the client or server and edit

  7. #37
    Enthusiast TheLittlePeach is offline
    MemberRank
    Aug 2019 Join Date
    brazilLocation
    27Posts

    Re: BFH Complete Backend and server

    Im making one new private server of BFH if anyone wants to join me call me in the private or in discord Peach#6997

  8. #38

    Re: BFH Complete Backend and server

    Quote Originally Posted by TheLittlePeach View Post
    the backend is unable to access port 443
    something is blocking the connection

    - - - Updated - - -

    use one HxD editor
    seach for "127.0.0.1" inside the client or server and edit
    Hey dude!
    in client are a lot of "127.0.0.1" ips.. what i need edit?

  9. #39
    Enthusiast TheLittlePeach is offline
    MemberRank
    Aug 2019 Join Date
    brazilLocation
    27Posts

    Re: BFH Complete Backend and server

    Quote Originally Posted by Lucila View Post
    Hey dude!
    in client are a lot of "127.0.0.1" ips.. what i need edit?


    edit all 127.0.0.1 to you ipv4
    I think have 4 in client and 4 in server
    or 3.......I dont know

  10. #40
    Novice hackedlp is offline
    MemberRank
    Jan 2020 Join Date
    1Posts

    Re: BFH Complete Backend and server

    can someone upload the data again please

  11. #41
    Apprentice alfarraptor is offline
    MemberRank
    Apr 2021 Join Date
    21Posts

    Re: BFH Complete Backend and server

    Nice I have the game working .
    I am developing a launcher to make this game online with vps.


  12. #42
    Enthusiast Ekko is offline
    MemberRank
    Apr 2021 Join Date
    41Posts

    Re: BFH Complete Backend and server

    Quote Originally Posted by alfarraptor View Post
    Nice I have the game working .
    I am developing a launcher to make this game online with vps.

    repload server files please

  13. #43
    Apprentice bynoment is offline
    MemberRank
    Nov 2013 Join Date
    Орду, TurkeLocation
    23Posts

    Re: BFH Complete Backend and server

    Reupload please

  14. #44
    Apprentice monkeydef is offline
    MemberRank
    Apr 2018 Join Date
    15Posts

    Re: BFH Complete Backend and server

    A re-up would be highly appreciated, thanks.

  15. #45
    Member oduvanchik is offline
    MemberRank
    Jul 2012 Join Date
    70Posts

    Re: BFH Complete Backend and server

    Quote Originally Posted by Ekko View Post
    repload server files please
    https://mega.nz/folder/hhk0hZaC#D2j4GYRUKLq7ai_88kzkGA



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement