Vampire Survivors
0 of 0

File information

Last updated

Original upload

Created by

atamg

Uploaded by

atamg

Virus scan

Safe to use

Tags for this mod

About this mod

The Vampire Survivors mod improves bonuses, offers X2 stat boosts per upgrade, customizable boost effects and expands the weapon selection, designed for the latest version of the game on the Unity Engine (Steam version)

Permissions and credits
  • This mod allows you to change bonuses, giving you the ability to upgrade almost every one to level 20 (except for those that are not affected by changing the amount).
  • For each upgrade, you gain 2 parameters. For example, if you upgrade defense once, you will receive 2 points. At the maximum level of 20, you will have 40 points of defense.
  • If desired, you can adjust and customize the effects of buffs. These configurations are located in the 'BepInEx\plugins\AllPowerUps' folder. You can edit the files containing the effects themselves or delete the folder to restore the original, unaltered settings.
  • This mod also increases the maximum weapon limit. Now, on the character selection page, you can choose more than 6 weapons. Due to a change in the function that modifies this interface element, it may not update immediately. To address this, the mod programmatically refreshes the window, which may result in minor visual glitches.
  • In the directory AllPowerUps/items/, you can find various items. Most of them don't make sense to modify since changes won't apply anyway. However, some interesting items among them include ALWAYS_COINBAG2_data, ALWAYS_ROAST_data, CLOVER_data, COIN_data. In these configurations, you can adjust the "value" to any number, and it will affect the effect you experience during a run when picking up these items. I tried changing the GEM_data effect, but it seems that the "value" there doesn't have any effect.

    Now, the most intriguing part is this directory: AllPowerUps/AllWeaponData. In this directory, you'll find all weapons and items that provide boosts during a run. Here's where you can change what evolves into what and add levels for items. You can also tweak the effects.
    Now, let's get specific:
    • Files ending with _buff_effect.json store effects and textual variations of evolutions (effects are loaded from this config).
    • The next file with _obj.json does the same, but evolutions are listed as item IDs (and effects aren't loaded from this file).
    I assume most users are familiar with the JSON format. Now, about levels: every set of data enclosed in {} brackets represents a level. Make sure to include commas between these brackets.
    Here's an important detail: if you add, for instance, an additional level and effect in the first file, let's say AMOUNT_buff_effect.json, like ",{ "amount": 1} " and now you have 3 levels, you must make a similar adjustment in the second file, AMOUNT_obj.json. Either replicate the change or duplicate one of the levels inside it. Don't forget to maintain the commas between them.
    Remember, most changes may not have any effect, and incorrect manipulations can potentially break the game. If you've modified a file and it's causing issues, either delete it (the game will restore it) or restore it from the mod.
  • add config file at Vampire Survivors\BepInEx\config\PowerUps_change\max_weapon_select.cfg. Enables real-time slot count editing during races; may function in multiplayer
  • add config  file Vampire Survivors\BepInEx\config\PowerUps_change\max_passives_select.cfg. Allows you to edit the number of passive item slots in real time during races;
    when setting the value to 0, set the maximum number to 22

PowerUps_change on github

 (I forgot the most important thing: after making changes to the files, you need to restart the game since the game loads the changes at startup)

Please note that this mod is for the latest version of the game (Steam version) which currently runs on Unity.



# Installing the Mod for Vampire Survivors
This mod for Vampire Survivors includes the BepInEx framework, making the installation process straightforward.
## Installation Instructions:
1. **Download and Install Vampire Survivors:** Ensure that you have the latest version of Vampire Survivors installed through Steam.
2. **Install the Mod:**
   - Extract the downloaded mod archive.
   - Place the contents of the folder into the root directory of your installed Vampire Survivors.
3. **Launch the Game:**
   - Start Vampire Survivors through Steam, and the mod will be automatically activated.
4. **Customize the Mod (Optional):**
   - If you wish to customize buff effects, navigate to the `BepInEx/plugins/AllPowerUps/` folder and edit the relevant files.
5. **Play and Enjoy:**
   - Now, you can enjoy an enhanced experience in Vampire Survivors thanks to this mod!
If you have any questions or encounter any issues during installation, refer to the Vampire Survivors community resources for additional support.
Good luck and have fun playing!