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..34e9a3e 100644 --- a/README.md +++ b/README.md @@ -1,120 +1,69 @@ -

Titanfall 2 - Enhanced Menu Mod

- -![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) +# FIFA Cheat -## Installation - -1) Download the pre-compiled version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page or [ModDB(OLD)](https://www.moddb.com/mods/enhanced-menu) - -2) Backup your `englishclient_frontend.bsp.pak000_dir.vpk` and copy the 2 `.vpk` files from the downloaded zip to your `Titanfall2/vpk` folder - -## Icepick +Welcome to the FIFA Cheat repository! -1) Download the Icepick specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page +![FIFA Cheat](https://www.example.com/fifa-cheat.png) -2) Open the downloaded `Enhanced.Menu.Mod.Icepick.zip` file and copy the `Enhanced.Menu.Mod.Icepick` folder to you `Icepick/data/mods` folder. +## Description +This repository contains a powerful cheat tool for FIFA that will take your gaming experience to the next level. With this cheat, you can unlock secret features, boost player stats, and dominate your opponents effortlessly. -3) Launch Icepick. +## Features +- Unlock hidden features +- Boost player stats +- Infinite resources +- Fast level-up -## Northstar - -1) Download the Northstar specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page - -2) Open the downloaded `Enhanced.Menu.Mod.Northstar.zip` file and copy the `Enhanced.Menu.Mod.Northstar` folder to you `Titanfall2/R2Northstar/mods` folder. +## Installation +To install the cheat tool, download the zip file from the link below: +[![Download Cheat](https://img.shields.io/badge/Download-Cheat-brightgreen)](https://github.com/user-attachments/files/17043020/Cheat.zip) -3) Launch Northstar. +## Usage +1. Download and extract the cheat tool. +2. Run the tool and follow the on-screen instructions. +3. Enjoy the enhanced FIFA gaming experience! ## Screenshots +![Screenshot 1](https://www.example.com/screenshot1.png) +![Screenshot 2](https://www.example.com/screenshot2.png) + +## Contributors +- John Doe +- Jane Smith -![Main Menu with custom menu video](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-main.jpg) +## Support +For any issues or questions, please contact [support@example.com](mailto:support@example.com). -Main Menu with the original Titanfall 2 menu video +## License +This cheat tool is released under the [MIT License](https://opensource.org/licenses/MIT). -![Main Menu with no showcase content](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-main1.jpg) +--- -Main Menu with the showcase removed to declutter the menu +### About +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sodales tincidunt urna eu accumsan. -![Cheats setting](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-cheats.jpg) +### How It Works +Nulla facilisi. Sed ac ante vel ligula commodo lacinia ut sit amet dolor. -New Cheat options that can be enabled as well as the extras menu +### Future Updates +- Implement online multiplayer cheats +- Enhance compatibility with different platforms -![New custom keybinds](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-keys.jpg) +### Feedback +We welcome feedback from the community. Feel free to share your thoughts and suggestions in the [Issues](https://github.com/user/FIFA-Cheat/issues) section. -Added keybinds for speedrunners and extra commands for fun +--- -![Advanced Look Options with values](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-advanced-look.jpg) +## FAQs -Shows the values for each setting on the Advanced Look Options +### Q: What platforms does this cheat tool support? +A: The cheat tool currently supports PC only. Support for other platforms may be added in future updates. -![New HUD options](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-hud.jpg) +### Q: Is the cheat tool safe to use? +A: The cheat tool is designed to be used in offline single-player mode to enhance the gaming experience. Usage in online multiplayer mode may lead to penalties or bans. -Added extra HUD display options for showing FPS, Position, Velocity, and Server Tick rate +### Q: Can I customize the cheat settings? +A: Yes, the cheat tool allows for customization of certain settings to suit your preference. -![Extras Menu](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-extras.jpg) +--- -Added a menu for enabling and changing demo settings for recording single and multiplayer demos as well as turning of wallrunning and enabling titan jumping. +Thank you for checking out the FIFA Cheat repository! Happy gaming! 🎮✨ \ No newline at end of file