{"id":25604142,"url":"https://github.com/argent77/a7-leveluptweaks","last_synced_at":"2026-02-26T22:02:40.324Z","repository":{"id":55042905,"uuid":"94787088","full_name":"Argent77/A7-LevelUpTweaks","owner":"Argent77","description":"A tweak mod for PST:EE that allows more control over the display of level up icons","archived":false,"fork":false,"pushed_at":"2024-12-06T21:21:57.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"devel","last_synced_at":"2025-11-10T22:31:50.412Z","etag":null,"topics":["gui","infinity-engine","mod","pstee","tweaks","weidu"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Argent77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-19T14:42:25.000Z","updated_at":"2025-01-12T16:53:34.000Z","dependencies_parsed_at":"2024-12-06T22:26:58.398Z","dependency_job_id":"6b35dd6d-14a8-4d98-8ca5-689499952aa7","html_url":"https://github.com/Argent77/A7-LevelUpTweaks","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Argent77/A7-LevelUpTweaks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Argent77%2FA7-LevelUpTweaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Argent77%2FA7-LevelUpTweaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Argent77%2FA7-LevelUpTweaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Argent77%2FA7-LevelUpTweaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Argent77","download_url":"https://codeload.github.com/Argent77/A7-LevelUpTweaks/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Argent77%2FA7-LevelUpTweaks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29874487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gui","infinity-engine","mod","pstee","tweaks","weidu"],"created_at":"2025-02-21T17:30:48.503Z","updated_at":"2026-02-26T22:02:40.279Z","avatar_url":"https://github.com/Argent77.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Argent77/A7-LevelUpTweaks?color=darkred\u0026include_prereleases\u0026label=latest%20release)](https://github.com/Argent77/A7-LevelUpTweaks/releases/latest)\n[![Github downloads (all releases)](https://img.shields.io/github/downloads/Argent77/A7-LevelUpTweaks/total.svg?color=gold)](https://github.com/Argent77/A7-LevelUpTweaks/releases)\n[![Platform](https://img.shields.io/static/v1?label=platform\u0026message=Windows%20%7C%20macOS%20%7C%20Linux\u0026color=informational)](https://github.com/Argent77/A7-LevelUpTweaks/releases/latest)\n[![Supported games](https://img.shields.io/static/v1?label=supported%20games\u0026message=PST%3AEE\u0026color=indigo)](https://github.com/Argent77/A7-LevelUpTweaks)\n[![Language](https://img.shields.io/static/v1?label=language\u0026message=English%20%7C%20French%20%7C%20German%20%7C%20Italian%20%7C%20Polish\u0026color=limegreen)](https://github.com/Argent77/A7-LevelUpTweaks)\n\n# \"Level Up\" Icon Tweaks\n*A tweak mod for PST:EE that allows more control over the display of level up icons*\n\n[![Beamdog Forums](https://img.shields.io/static/v1?label=Discussion\u0026message=Beamdog%20Forums\u0026color=444\u0026labelColor=eee\u0026style=for-the-badge)](https://forums.beamdog.com/discussion/64259 \"Beamdog Forums\")\n\n## Overview\n\nThis mod allows you to tweak the \"level up\" notification icon in PST:EE.\n\n## Mod Components\n\n### 1. Enable \"level up\" icon activation switch in baldur.lua\n\nThis component installs an option to turn level up icon notifications on or off and enables it in the baldur.lua.\n\nTo manually enable level up icon notifications, open baldur.lua and add the following option:\n`SetPrivateProfileString('Game Options','Show Level Up Icon','1')`\n\nTo manually disable level up icon notifications, open baldur.lua and set the following option:\n`SetPrivateProfileString('Game Options','Show Level Up Icon','0')`\n\nThe baldur.lua file can be found in `Documents/Planescape Torment - Enhanced Edition`.\n\n**Important:** The option will not be removed from baldur.lua when you uninstall the mod.\n\n\n### 2. Move \"level up\" icon into character portrait (requires first component)\n\nThis component moves level up icons from the health bar up into the top right corner of the character portraits.\n\n\n## Copyright Notice\n\nThe mod *'\"Level Up\" Icon Tweak'* is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargent77%2Fa7-leveluptweaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargent77%2Fa7-leveluptweaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargent77%2Fa7-leveluptweaks/lists"}