{"id":23067599,"url":"https://github.com/luffyyy/beardlib-editor","last_synced_at":"2025-07-29T04:09:11.480Z","repository":{"id":39612194,"uuid":"55821185","full_name":"Luffyyy/BeardLib-Editor","owner":"Luffyyy","description":"Editor for PAYDAY 2 using the power of BeardLib.","archived":false,"fork":false,"pushed_at":"2024-01-25T22:22:50.000Z","size":52093,"stargazers_count":37,"open_issues_count":35,"forks_count":28,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-06T21:44:59.976Z","etag":null,"topics":["beardlib-editor","blt","game","mod","payday-2"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luffyyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"luffydafloffi","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-04-09T02:06:42.000Z","updated_at":"2023-11-16T16:55:25.000Z","dependencies_parsed_at":"2024-01-25T23:54:39.171Z","dependency_job_id":null,"html_url":"https://github.com/Luffyyy/BeardLib-Editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Luffyyy/BeardLib-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luffyyy%2FBeardLib-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luffyyy%2FBeardLib-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luffyyy%2FBeardLib-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luffyyy%2FBeardLib-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luffyyy","download_url":"https://codeload.github.com/Luffyyy/BeardLib-Editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luffyyy%2FBeardLib-Editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267626986,"owners_count":24117709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beardlib-editor","blt","game","mod","payday-2"],"created_at":"2024-12-16T05:17:51.115Z","updated_at":"2025-07-29T04:09:11.433Z","avatar_url":"https://github.com/Luffyyy.png","language":"Lua","funding_links":["https://ko-fi.com/luffydafloffi"],"categories":[],"sub_categories":[],"readme":"# BeardLib-Editor\n\nBeardLib-Editor is a tool that allows you to edit and create things like maps \u0026 environments.\n\n# !!!!!!!!!!!!!!!!!NOTICE ABOUT MATCHMAKING!!!!!!!!!!!!!!\nMatchmaking is **disabled** by default due to having to edit the physics settings of the game.\nPlaying with people with said edit can cause issues if not everyone has the said fix. \n\nIn order to enable matchmaking, you must disable the physics fix through the editor's options menu. Do note that without that fix, the editor will not work properly.\n\n## Installation\n1. (Required for the massunits tool) https://dotnet.microsoft.com/download/dotnet/5.0/runtime Download the x64 version runtime.\n2. Install [SuperBLT](https://superblt.znix.xyz)\n3. Install [BeardLib](https://modworkshop.net/mod/14924)\n4. After downloading the editor by clicking `Code` -\u003e `Download ZIP`, unzip the contents of the ZIP file in the mods folder of the game.\n5. Launch the game and click `Yes` on the dialog that pops up. These files are required.\n\nIf you install the dev branch, make sure you have the latest BeardLib commit https://github.com/simon-wh/PAYDAY-2-BeardLib it's possible that branch uses unreleased features not found in the public (MWS) version.\n\n## Guides\nhttps://www.youtube.com/playlist?list=PLRSASA7UrjTsX1WWG6kStRTK51DKSEDPn \\\nhttps://wiki.modworkshop.net/books/beardlib-editor-tutorials \\\nhttps://www.payday2maps.net/guides/\n\n## Report a Bug/Request a Feature\nhttps://github.com/simon-wh/PAYDAY-2-BeardLib-Editor/issues\n\n## Ask a Question\nPayday 2 Maps Discord Server - https://discord.gg/fn62qaq \\\nPainday 2 (maker of the video tutorials) Discord Server - https://discord.gg/RNBUnrN7 \\\nModWorkshop Discord Server - https://discord.gg/Eear4JW \\\nGitHub Discussion - https://github.com/Luffyyy/BeardLib-Editor/discussions\n\n## Help Needed\nWe're looking for developers that will work together on the editor. \n\nYour best friend in all of this is knowing how to look for the pieces of code that correspond to parts of the editor. Be it in the decompiled files of the game or the editor's code.\n\nMake sure you are using a good code editor like VSCode. This will allow you to quickly search the code and the decompiled code of the game https://github.com/steam-test1/Payday-2-LuaJIT-Complete.\n\nMake sure you have an empty file called developer.txt in the mods folder (turns on the console) and run the following command: blt.forcepcalls(true) - this let's you not crash the moment you hit a random error. \n\nThe editor is equipped with a code refresher, editing any file will refresh parts of the editor.\n\nThe real editor uses what is called in the decompiled code 'EWS' ('External Window System', based on wxWidgets). Unfortunately porting this kind of GUI is easier said than done. Instead of that we use https://github.com/simon-wh/PAYDAY-2-BeardLib/wiki/MenuUI and have a class that simplfies the process of creation a little https://github.com/Luffyyy/BeardLib-Editor/blob/master/Classes/MenuUIExt.lua \n\n## Generating the Data Files\nIf the hashlist/game gets updated you can update the data files yourself by doing the following:\n\n1. Get DieselBundleViewer (1.1.1 and up)\n2. Install the PackageOutputter script from https://github.com/Luffyyy/DieselBundleViewer-Scripts\n3. Open DieselBundleViewer and open the BLB file from PAYDAY 2's assets directory.\n4. Once the load is complete, run the script from File \u003e Scripts \u003e Package Hashlist Outputter\n5. This should create a file named packages.txt.\n6. Drop the file to BeardLib Editor's root directory and run the game. The editor will do the rest.\n\n## Plugin Source\nhttps://github.com/Luffyyy/LuaFileSystem-SBLT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluffyyy%2Fbeardlib-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluffyyy%2Fbeardlib-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluffyyy%2Fbeardlib-editor/lists"}