Jump to content

antz

Community Manager
  • Posts

    2813
  • Joined

  • Last visited

  • Days Won

    94
  • Donations

    0.00 GBP 

antz last won the day on May 1

antz had the most liked content!

5 Followers

About antz

Core Infomation

  • Core
    Zero
    One
    Two
    Three
    Four

Contact Methods

  • Discord
    Antz#2868
  • Website URL
    https://getmangos.eu/wiki

Profile Information

  • Gender
    Male

Recent Profile Visitors

17571 profile views

antz's Achievements

Advanced Member

Advanced Member (3/3)

146

Reputation

48

Community Answers

  1. Mangos is still active and things move on at a fast pace. OpenSSL is now on version 3.x. If you use easybuild, it can download a confirmed working version of OpenSSL for you. Since everyone at Mangos are volunteers, we don't always have the time to keep everything upto date. This is where we need the community to help us out.
  2. Mangos Four is a development only build - Currently unable to get past the login screen. So unless you are eager to work on helping to develop it, I would skip trying to use it
  3. Posh Git uses a powershell session to host git and allows for a much better git experience on windows. As an example, my git prompt displays as follows: First part is the current path, master is the branch that i'm on. Green shows files are added, modified or removed in the current commit, Red shows files are added, modified or removed which are not part of the current commit, How to install Posh-Git 1) Open powershell 2) Enter the following: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm Answer Yes to any prompts that appear. 3) Enter the following to install NuGet (if you haven't already): PowerShellGet\Install-Module NuGet -Scope CurrentUser -Force 4) Enter the following to install Posh-Git: PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force 5) Import Posh-Git into powershell: Import-Module posh-git 6) Set powershell to import Posh-Git by default: Add-PoshGitToProfile -AllHosts That's it, navigate to a folder containing a git repo to discover the magic. Original Articles: Dahlbyk - Posh-Git Computering For Geeks - Posh-Git
  4. That is the current issue I have been struggling with. It's not extracting the files OR returning any sort of error. I believe it's something in the stormlib routines that's at fault
  5. @Hochdeutscher Consider this your first and only warning !! Firstly, everyone here at Mangos are volunteers who contribute in their spare time and we all appreciate that. Secondly, we all have real lives to lead and jump in and out of mangos when we can. Thirdly, you may have been at mangos before I took the helm so i'll set things out for you. Old mangos was a complete toxic cesspit where the devs involved had ego's the size of a small moon and willing to stab each other in the back for a bit of street cred. All of them are no longer here and most are no longer involved with the emulation scene (perhaps they have now actually grown up). If you worked for a company and called the boss an idiot to his face, how long do you think you would last. Seriously grow up. I am committed to Mangos being a place where people are free to learn, share ideas and contribute to something bigger than they are. Any Toxic and nasty behavior will be dealt with. If you never choose to return, that is your choice. Antz (Mangos Guardian)
  6. @whero No you don't
  7. @Conner Reid Can you provide the text of the error messages, perhaps a screenshot.
  8. @cbuntingde install the db updates in Character/updates/Rel22 Rel22_03_001_Adjust_Tables.sql Rel22_04_001_Add_Quest_Tracker_Table.sql
  9. antz

    Extracting Game Data

    DBC's can be used from anywhere, these are blizz directly exported files. Maps, vmaps and mmaps are marked with a version to allow to cores to identify the core they are loading. Also there may be changes in the formats also by other emulators. If fact, mangos implemented several precision improves to the extracted files several years back which as far as i'm aware have no been incorporated into their codebases. To ensure the fastest extraction build, always build in release rather than debug. I do not have a monster PC, but I was able to build the cores, extract all the files and load the databases for MangoZero, One, Two and Three in an afternoon.
  10. antz

    Extracting Game Data

    @BitWhiz I have done a lot of analysis into this and the answer is, for MangosZero and MangosOne it makes absolutely no difference. The are 2 Continents 0 and 1 (Eastern Kingdoms and Kalimdor) - These get one core each. The Emerald Dream map is the next biggest, it gets a core. (In TBC Outlands also gets this core) and still finishes before the first two. ALL the other maps get the remaining core and complete before any of the other three complete
  11. @Rochet2@Foereaper Is this something you are working on ?
  12. antz

    Installing OpenSSL

    Work is being done to mangos to make it compatible. This hasn't been applied to all the cores yet
  13. antz

    Installing MariaDB

    @BitWhiz I personally recommend MariaDB (Thrown mysql in the recycle bin). Version 10,x is fine
  14. antz

    Installing OpenSSL

    @BitWhiz NEVER USE 3.x.x !!! It does not work with mangos, even though mangos will compile and run. You will not be able to login.
  15. I'm not an expert with Unix, but check your memory and pagesize as this often causes this type of error
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use