{"id":19856302,"url":"https://github.com/thelazytomcat/3nk_transcode","last_synced_at":"2026-03-04T03:02:13.311Z","repository":{"id":159906527,"uuid":"185661400","full_name":"TheLazyTomcat/3nK_Transcode","owner":"TheLazyTomcat","description":"[DISCONTINUED] Utility that can both decode and encode files using 3nK encoding.","archived":false,"fork":false,"pushed_at":"2023-02-12T15:36:27.000Z","size":628,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T23:46:37.605Z","etag":null,"topics":["3nk-format","american-truck-simulator","ats","decode","delphi","ets","ets2","euro-truck-simulator-2","fpc","lazarus","object-pascal","pascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLazyTomcat.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.paypal.me/FMilt"]}},"created_at":"2019-05-08T18:42:42.000Z","updated_at":"2024-07-18T16:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b99f72e1-5559-4f97-a329-08d80658e89a","html_url":"https://github.com/TheLazyTomcat/3nK_Transcode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TheLazyTomcat/3nK_Transcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLazyTomcat%2F3nK_Transcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLazyTomcat%2F3nK_Transcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLazyTomcat%2F3nK_Transcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLazyTomcat%2F3nK_Transcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLazyTomcat","download_url":"https://codeload.github.com/TheLazyTomcat/3nK_Transcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLazyTomcat%2F3nK_Transcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","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":["3nk-format","american-truck-simulator","ats","decode","delphi","ets","ets2","euro-truck-simulator-2","fpc","lazarus","object-pascal","pascal"],"created_at":"2024-11-12T14:15:11.635Z","updated_at":"2026-03-04T03:02:13.306Z","avatar_url":"https://github.com/TheLazyTomcat.png","language":"Pascal","funding_links":["https://www.paypal.me/FMilt"],"categories":[],"sub_categories":[],"readme":"================================================================================\n\n                            SII 3nK Transcode project\n\n                                  version 1.x\n\n================================================================================\n\nIndex\n------------------------------\n\n  Index ...................................................  9\n  Description ............................................. 20\n  Repositories ............................................ 40\n  Licensing ............................................... 53\n  Authors, contacts ....................................... 61\n  Copyright ............................................... 71\n\n\nDescription\n------------------------------\nThis small project is designed to decode and/or encode files using a scheme that\nwas introduces in some *.SII files from games developed by SCS Software. These\nfiles starts with a signature 0x014B6E33 which, when such file is opened in\nnormal text editor, can be read as \"3nK\" (character 0x01 is usually not\ndisplayed), hence the name of this project.\n\nIntegral part of this project is a small console program SII_3nK_Transcode.\nTo use it, invoke it and pass path of the file you want to decode/encode as\nfirst command line parameter. If you want to store the result into different\nfile, pass its path as a second parameter (the file does not need to exist, but\nthe directory structure where it should be stored must exist, program does not\ncreate it).\nWhen you pass a valid 3nK file as an input to the program, the file will be\ndecoded. When you pass any other file, the program will encode it into 3nK\nformat.\n\n\n\nRepositories\n----------------------------------------\nYou can get actual copies of SII 3nK Transcode project on either of these git\nrepositories:\n\nhttps://github.com/ncs-sniper/3nK_Transcode\nhttps://bitbucket.org/ncs-sniper/3nk_transcode\nhttps://gitlab.com/ncs-sniper/3nK_Transcode\n\nNote - master branch does not contain binaries, you can find them in a branch\n       called \"bin\".\n\n\n\nLicensing\n----------------------------------------\nEverything (source codes, executables/binaries, configurations, etc.) is\nlicensed under Mozilla Public License Version 2.0. You can find full text of\nthis license in file license.txt or on web page https://www.mozilla.org/MPL/2.0/.\n\n\n\nAuthors, contacts, links\n----------------------------------------\nFrantišek Milt, frantisek.milt@gmail.com\n\nIf you find this project useful, consider making a small donation using\nfollowing link:\nhttps://www.paypal.me/FMilt\n\n\n\nCopyright\n----------------------------------------\n©2018-2019 František Milt, all rights reserved","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelazytomcat%2F3nk_transcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelazytomcat%2F3nk_transcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelazytomcat%2F3nk_transcode/lists"}