{"id":19090145,"url":"https://github.com/freem/fprlogoviewer","last_synced_at":"2025-11-12T12:31:34.801Z","repository":{"id":145429067,"uuid":"54540500","full_name":"freem/FPRLogoViewer","owner":"freem","description":"Fire Pro Wrestling Returns Logo Tool","archived":false,"fork":false,"pushed_at":"2017-03-28T17:41:10.000Z","size":120,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T07:16:45.480Z","etag":null,"topics":["firepro"],"latest_commit_sha":null,"homepage":"http://freem.github.io/FPRLogoViewer/","language":"C#","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/freem.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2016-03-23T07:45:44.000Z","updated_at":"2018-01-16T18:19:07.000Z","dependencies_parsed_at":"2023-09-20T14:00:45.083Z","dependency_job_id":null,"html_url":"https://github.com/freem/FPRLogoViewer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/freem/FPRLogoViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freem%2FFPRLogoViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freem%2FFPRLogoViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freem%2FFPRLogoViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freem%2FFPRLogoViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freem","download_url":"https://codeload.github.com/freem/FPRLogoViewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freem%2FFPRLogoViewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284037614,"owners_count":26936681,"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-11-12T02:00:06.336Z","response_time":59,"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":["firepro"],"created_at":"2024-11-09T03:02:15.760Z","updated_at":"2025-11-12T12:31:34.782Z","avatar_url":"https://github.com/freem.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fire Pro Returns Logo Viewer by freem (http://www.ajworld.net/)\n================================================================================\nRequires .NET 2.0 framework. Might work in Wine on Linux and Mac OS X.\n\n================================================================================\nIntroduction\n================================================================================\nThis program allows you to view logo files from Fire Pro Returns save files,\nas well as export the logos to PNG.\n\nAs of the current version (1.0.0.0), the following formats are supported:\n- EMS Memory Linker (*.psu) format single game save (952,320 bytes)\n- raw save data (913,892 bytes length); typically named one of the following:\n * BISLPM-66082: NTSC-J/Japanese\n * BASLUS-21702: NTSC-U/North America\n * BESLES-55041: PAL/Europe\n- raw .bin rips (16,656 bytes in length) from Fire Pro Returns save data.\n\n.max and .vme formats probably won't ever be supported; sorry.\n\n================================================================================\nUsage\n================================================================================\nUpon opening the program, you will see three sections laid out in a row.\n\nHere is a crude ASCII diagram of the main window:\n+-----------------------------------------------+\n|@ Fire Pro Returns Logo Viewer              _#X|\n+-----------------------------------------------+\n| File  Help                                    | \u003c- Menu bar\n+-----------------------------------------------+\n|              |+-Cursor Color-+ +-Color Table-+|\n|              ||              | |[0x00      ]V||\n|              ||  cursor      | |  color      ||\n| logo section ||  color       | |  table      ||\n|              ||  swatch      | |  swatch     ||\n|              ||              | |             ||\n|              |+--------------+ +-------------+|\n+-----------------------------------------------+\n| No file loaded.                               | \u003c- Status Bar\n+-----------------------------------------------+\n\n[File menu]\nOpen - Select a file for opening.\n       If a .psu or raw save is selected, another dialog will appear (see below)\nSave - Export the currently loaded logo to a PNG file.\nExit - Get out of here!\n\n[Help menu]\nOnly contains the About dialog.\n\n[Select Logo dialog]\nWhen opening up a save file with multiple logos, a dialog will appear with the\nstatus of each logo in the save. To load the logo, you may either double click\nan item or select the item and press OK. (The Enter key should work too.)\n\n[Logo Section]\nThis is where the logo is displayed. Hover your mouse over the picture to see\nmore information about the pixels in the image. You can also click on the image\nto view the specified color in the Color Table.\n\n[Cursor Color]\nThis section contains a panel that changes color based on the cursor's position.\n\n[Color Table]\nThe palette for the loaded logo is found in this section. Changing the active\nitem in the drop-down box will change the color of the panel below it.\n\n[Status Bar]\nProvides program information, such as notifying when a file has been loaded.\nPrimarily used for cursor display in the logo section.\n\nAn example status:\nX:000/127,Y:042/127,V:0x00/000\n\nX - the X position, from 000 to 127 (maximum)\nY - the Y position, from 000 to 127 (maximum)\nV - the value at this pixel (palette index 0x00-0x3F)\n\n================================================================================\nLicense\n================================================================================\nThis program is released under the MIT license.\nPlease see the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreem%2Ffprlogoviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreem%2Ffprlogoviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreem%2Ffprlogoviewer/lists"}