{"id":15938824,"url":"https://github.com/ticky/sepulka","last_synced_at":"2026-03-01T04:06:44.920Z","repository":{"id":145549587,"uuid":"86693806","full_name":"ticky/sepulka","owner":"ticky","description":"Selective plugin loader for PSP Custom Firmware","archived":false,"fork":false,"pushed_at":"2017-03-30T11:18:19.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-01-04T06:43:49.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ticky.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2017-03-30T11:14:03.000Z","updated_at":"2024-06-14T03:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cb4cb5d-824e-45c0-9e5b-ea6960779401","html_url":"https://github.com/ticky/sepulka","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fsepulka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fsepulka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fsepulka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fsepulka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticky","download_url":"https://codeload.github.com/ticky/sepulka/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240266872,"owners_count":19774081,"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","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":[],"created_at":"2024-10-07T05:42:18.059Z","updated_at":"2026-03-01T04:06:39.851Z","avatar_url":"https://github.com/ticky.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"==================================================================\r\nThis Homebrew is an entry for the PSP Genesis competition 2011,\r\nsponsored by npt, psp-hacks.com, pspgen.com, pspslimhacks.com,\r\nexophase.com, pspcustomfirmware.com, daxhordes.org, gamegaz.jp, \r\nand wololo.net\r\n==================================================================\r\n\r\nC4TurD4Y presents:\r\nSelective Plugin Loader: SEPULKA v0.8 [EXPERIMENTAL] PGC Edition\r\n\r\nBEFORE YOU START USING SEPULKA, MAKE SURE THAT ISO DRIVER IS M33 OR NP9660 AND CPU SPEED IS SET TO DEFAULT\r\n\r\nInstalling:\r\n 1. Copy \"SEPULKA.PRX\" to ms0:/seplugins/ directory.\r\n 2. Add \"ms0:/seplugins/sepulka.prx 1\" to game.txt \r\n 3. Create \"SEPULKA.TXT\" in ms0:/seplugins/ directory.\r\n 4. Create \"MACROS.TXT\" in ms0:/seplugins/ directory. Your macros will be stored here.\r\nNotes:\r\n - If you are using PSPgo you can place all stuff on ef0: (internal PSPgo memory)\r\n - You can also create list of modules to load (one per line) for each program (isoname_plugins.txt for iso/cso files and plugins.txt for eboot.pbp (in the same directory as eboot)).\r\n - To load plugin by Sepulka just add line with path to plugin and parameters (in main file).\r\n\r\nSyntax:\r\n - Path to plugin (no spaces allowed in path) followed by space and parameters (game titles, game id (in  example: UCES-00666, ucus12345 ucjs-10041)) or mode (iso - all backups; umd - all umd games; pbp - all eboot.pbp files from MS (homebrew and PSN))).\r\n - Indeed path to plugin, you can choose ISO driver (normal - normal mode, m33driver - M33 Driver, np9660 - Sony NP9660).\r\n - Or cpu speed, just type \"cpu\" (w/o quotes) immediatly followed by three numbers (no spaces allowed).\r\n - If you add \"(mode)\" before game title/id, it will works for that game only on specified mode.\r\n - Parameters are case-insensitive and all signs different from letters, digits and Sepulka's special signs (| and ~) are ignored, so \"God of War: Chains of Olympus\" and \"godofwarchainsofolympus\" will mean the same.\r\n - Blacklisting is supported. Just add ~ before parameter (ex. ~motorstorm arctic edge).\r\n - Parameters have to be separated by | sign.\r\n\r\nComments:\r\n - Just add # sign at line start\r\n - Supported at main file (ms0:/seplugins/sepulka.txt), macros file and custom plugin lists\r\n\r\nSee more in example sepulka.txt\r\n\r\nBoot screen:\r\n - It displays modules loaded by Sepulka and other various options like game id and title.\r\n - If no plugins were loaded, it wouldn't start.\r\n\r\nCustom macros:\r\n - Sepulka searches for macros in file \"ms0:/seplugins/macros.txt\"\r\n - Syntax:\r\n    - Structure of Sepulka's macro is very simple, first is game title (w/o spaces,\r\n      in this example i replaced it with '_' sign for better readabillity), followed\r\n      by a space and macro string. End of macro is new line sign (it can be LF, CRLF or CR).\r\n    - Sepulka can handle up to 256 macros, next ones will be ignored.\r\n    - Macros are case-insensitive, so u can write it as you wish.\r\n\r\nSee more in example macros.txt\r\n\r\nTo do:\r\n - Add support for non-latin title strings\r\n - Some cleanup in code\r\n\r\nNote to other devs:\r\n I added systemctrl_se header completed by me (added FULL SEConfig struct, enumeration of MS Speed Up modes and complete fake regions enum)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Fsepulka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticky%2Fsepulka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Fsepulka/lists"}