{"id":48540764,"url":"https://github.com/ndxdeveloper/fallout1-ce-pascal","last_synced_at":"2026-04-08T04:03:11.815Z","repository":{"id":337890707,"uuid":"1155698084","full_name":"NDXDeveloper/fallout1-ce-pascal","owner":"NDXDeveloper","description":"Free Pascal port of Fallout 1 Community Edition — a work-in-progress re-implementation of Fallout 1 using SDL2 ","archived":false,"fork":false,"pushed_at":"2026-02-11T20:13:00.000Z","size":795,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T04:26:50.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NDXDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T19:59:38.000Z","updated_at":"2026-02-11T22:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NDXDeveloper/fallout1-ce-pascal","commit_stats":null,"previous_names":["ndxdeveloper/fallout1-ce-pascal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NDXDeveloper/fallout1-ce-pascal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2Ffallout1-ce-pascal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2Ffallout1-ce-pascal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2Ffallout1-ce-pascal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2Ffallout1-ce-pascal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NDXDeveloper","download_url":"https://codeload.github.com/NDXDeveloper/fallout1-ce-pascal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2Ffallout1-ce-pascal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31539232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":[],"created_at":"2026-04-08T04:03:01.942Z","updated_at":"2026-04-08T04:03:11.809Z","avatar_url":"https://github.com/NDXDeveloper.png","language":"Pascal","readme":"# Fallout 1 Community Edition - Pascal Port\n\nA Free Pascal port of [fallout1-ce](https://github.com/alexbatalov/fallout1-ce) by alexbatalov, which is a fully working re-implementation of Fallout 1 using SDL2.\n\nThis project is a line-by-line translation of the C++ source code into Object Pascal, targeting Free Pascal Compiler (FPC). It produces a native Linux binary with no C/C++ dependencies beyond SDL2.\n\n## Prerequisites\n\n- [Free Pascal Compiler](https://www.freepascal.org/) 3.2.0 or later\n- SDL2 development libraries (`libsdl2-dev` on Debian/Ubuntu)\n- A legal copy of Fallout 1 game data (from [GOG](https://www.gog.com/game/fallout) or [Steam](https://store.steampowered.com/app/38400/Fallout_A_Post_Nuclear_Role_Playing_Game/))\n\n### Installing prerequisites on Debian/Ubuntu\n\n```bash\nsudo apt install fpc libsdl2-dev\n```\n\n## Building\n\n```bash\n# Release build (optimized)\nmake\n\n# Full release rebuild\nmake rebuild\n\n# Debug build (range checks + line info for tracebacks)\nmake debug\n\n# Full debug rebuild\nmake debug-rebuild\n```\n\nThe compiled binary is placed in `bin/` (intermediate build artifacts go to `lib/`).\n\n## Installation\n\nCopy the compiled binary (`bin/fallout_ce`) into a folder containing the Fallout 1 game data files:\n\n```\nyour-game-folder/\n├── fallout_ce          # compiled binary\n├── fallout.cfg\n├── MASTER.DAT\n├── CRITTER.DAT\n└── DATA/\n    └── ...\n```\n\nThe game data files can be found in your GOG or Steam installation of Fallout 1.\n\n## Running\n\n```bash\n# Build and run (game data must be in bin/)\nmake run\n\n# Build debug and run\nmake run-debug\n```\n\nOr run the binary directly from the folder containing the game data:\n\n```bash\ncd your-game-folder\n./fallout_ce\n```\n\n## Current status\n\nThis is a work in progress. What works so far:\n\n- Intro cinematics (Interplay logo, nuclear explosion, etc.)\n- Main menu (New Game, Load Game, Options, Credits, Exit)\n- Starting a new game and entering the first level (Vault 13)\n- Walking around the first level\n\nEverything beyond this is not yet functional. Contributions and testing are welcome.\n\nTrack the number of remaining C external stubs:\n\n```bash\nmake count\n```\n\n## Author\n\n**Nicolas DEOUX**\n\n- [NDXDev@gmail.com](mailto:NDXDev@gmail.com)\n- [LinkedIn](https://www.linkedin.com/in/nicolas-deoux-ab295980/)\n- [GitHub](https://github.com/NDXDeveloper)\n\n## License\n\nThis project is licensed under the [Sustainable Use License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndxdeveloper%2Ffallout1-ce-pascal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndxdeveloper%2Ffallout1-ce-pascal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndxdeveloper%2Ffallout1-ce-pascal/lists"}