From c91a5beb5fdf119328099928659e57f3239c56cb Mon Sep 17 00:00:00 2001 From: Para1332 <163913341+Para1332@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:21:00 -0700 Subject: [PATCH] Commit --- .github/FUNDING.yml | 12 -- .github/workflows/buildvpks.yml | 48 -------- .github/workflows/thunderstore.yml | 60 ---------- README.md | 186 ++++++++++++++--------------- 4 files changed, 87 insertions(+), 219 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..2c2166b 100644 --- a/README.md +++ b/README.md @@ -1,120 +1,108 @@ -
- -![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) +# GTA Vice City Repository đđŽ -## Installation +Welcome to the ultimate repository for GTA Vice City aficionados! đ In this repository, you'll find all the resources, cheats, and exciting elements related to the iconic game Grand Theft Auto: Vice City. Get ready to dive into the neon-lit streets of Vice City and relive the nostalgia of the 80s! đđī¸ -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) +## Repository Overview -2) Backup your `englishclient_frontend.bsp.pak000_dir.vpk` and copy the 2 `.vpk` files from the downloaded zip to your `Titanfall2/vpk` folder +![GTA Vice City](https://example.com/gtavicecityimage.jpg) -## Icepick +### Repository Name: GTA Vice City +### Short Description: Not Provided +### Topics: Not Provided -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. +## Table of Contents -3) Launch Icepick. +- [Introduction](#introduction) +- [How to Use Cheats](#cheats) +- [Download Cheat Codes](#download) +- [Resources](#resources) +- [Contributing](#contributing) -## Northstar +--- -1) Download the Northstar specific version from the [releases](https://github.com/taskinoz/Enhanced-Menu-Mod/releases) page +## Introduction -2) Open the downloaded `Enhanced.Menu.Mod.Northstar.zip` file and copy the `Enhanced.Menu.Mod.Northstar` folder to you `Titanfall2/R2Northstar/mods` folder. +Welcome to the world of GTA Vice City! đ Grand Theft Auto: Vice City is an action-packed video game set in the fictional Vice City, inspired by Miami. The game, released in 2002, takes players on a journey filled with crime, fast cars, beaches, and endless possibilities. -3) Launch Northstar. +In this repository, you'll discover a treasure trove of information, resources, and cheats to enhance your GTA Vice City experience. Whether you're a seasoned player looking to relive the thrill or a newcomer ready to explore the city's nuances, this repository has something for everyone. -## Screenshots +--- -![Main Menu with custom menu video](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-main.jpg) +## How to Use Cheats đšī¸ -Main Menu with the original Titanfall 2 menu video +Using cheats in GTA Vice City can completely change your gaming experience. From spawning vehicles to changing the weather, cheats offer a range of fun options to experiment with. Here are some basic steps to activate cheats in the game: -![Main Menu with no showcase content](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-main1.jpg) +1. Start the game and play as usual. +2. During gameplay, type the cheat code directly on your keyboard. +3. Once the cheat is entered correctly, you should see a confirmation message on the screen. +4. Enjoy the benefits of the cheat in-game! -Main Menu with the showcase removed to declutter the menu +Here are some popular cheat codes to get you started: -![Cheats setting](https://raw.githubusercontent.com/taskinoz/Enhanced-Menu-Mod/master/assets/menu-cheats.jpg) +- **Infinite Health**: `ASPIRINE` +- **Full Armor**: `PRECIOUSPROTECTION` +- **Weapon Set 1**: `THUGSTOOLS` +- **Lower Wanted Level**: `LEAVEMEALONE` -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) +Dive deeper into the world of cheats and explore the various possibilities that GTA Vice City offers! -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) +## Download Cheat Codes đ -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. +To access a comprehensive list of cheat codes for GTA Vice City, click the button below: + +[![Cheat Codes Download](https://img.shields.io/badge/Download-Cheat_Codes-